COLOR #820950

HEX: #820950
RGB: (130,9,80)

Renk bilgisi

#820950 contains mainly red and blue colors. #820950 ‘ nin web güvenlik rengi #990066 (ya da #906) dir.

RGB renk modeli

#820950 color RGB value is (130,9,80).

  • kırmız ton 130;
  • yeşil ton 9;
  • mavi ton 80.
RGB:
(130,9,80)
(51%,4%,31%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 9 of 255 = 4%
B 80 of 255 = 31%

130
9
80

R + G + B ~ 29%. #820950 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 9 + 80 = 219 (100%)
R 130 of 219 ~ 59.36%
G 9 of 219 ~ 4.11%
B 80 of 219 ~ 36.53%

%59.36
%36.53

CMYK RENK MODELİ

#820950 rengi CMYK tonu (0,93,38,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 93.08%
  • sarı tonu 38.46%
  • ana renk tonu 49.02%
CMYK:
(0,93,38,49)
C0M93Y38K49 
(0%,93%,38%,49%)
(0.00/0.93/0.38/0.49)	

CMYK yüzdeleri

%0
%93.08
%38.46
%49.02

Codes

Color #820950 in popluar color models

820950
RGB130980
HSL325°87.05%27.25%
HSB/HSV325°93.08%50.98%
CMYK0.00%93.08%38.46%
49.02%

Color #820950 in popluar number systems.

HEX820950
Decimal130980
Binary1000001010011010000
Octal20211120

Shades and tints

Shades of #820950

#820950
(130,9,80)
#770949
(119,9,73)
#6C0942
(108,9,66)
#61093B
(97,9,59)
#560934
(86,9,52)
#4B092D
(75,9,45)
#400926
(64,9,38)
#35091F
(53,9,31)
#2A0918
(42,9,24)
#1F0911
(31,9,17)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #820950

#820950
(130,9,80)
#8D1F5F
(141,31,95)
#98356E
(152,53,110)
#A34B7D
(163,75,125)
#AE618C
(174,97,140)
#B9779B
(185,119,155)
#C48DAA
(196,141,170)
#CFA3B9
(207,163,185)
#DAB9C8
(218,185,200)
#E5CFD7
(229,207,215)
#F0E5E6
(240,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820950 color. Also use rgb(130,9,80) instead hex code.

Text Font Color

.myTextColor { color: #820950; }

<p style="color:#820950">This sample text font color is #820950.</p>

This text font color is #820950.


Background Color

.myBgColor { background-color: #820950; }

<div style="background-color:#820950">Inner text</div>

This div background color is #820950.


Border color

.myBorderColor { border: 1px solid #820950; }

<div style="border:3px solid #820950">Div</div>

This div border color is #820950.


Opacity

.myOpacity80 { color: #820950; opacity: 0.8; }

<p style="color:#820950;opacity:0.8;">80%</p>

Text with #820950 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #820950;}

<p style="text-shadow: 3px 3px 1px #820950">Text here.</p>

This text has shadow with #820950 color.

.textShadow {text-shadow: 3px 3px 1px #820950, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #820950, 5px 5px 20px red">Text here.</p>

This text has shadow with #820950 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#820950, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#820950, Direction=45, Strength=4)">Text</p>

This text has shadow with #820950 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #820950;
  -webkit-box-shadow:	1px 1px 3px 2px #820950;
  box-shadow:		1px 1px 3px 2px #820950;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #820950;
-webkit-box-shadow: 1px 1px 3px 2px #820950;
box-shadow:1px 1px 3px 2px #820950;">
Div content here</div>
This div box has shadow with color #820950.

Preview

Color preview on black background

This text has color #820950 on black background.


Color preview on white background

This text has color #820950 on white background.



Black color preview on #820950 background

This text has black color on #820950 background.


White color preview on #820950 background

This text has white color on #820950 background.