COLOR #820F5D

HEX: #820F5D
RGB: (130,15,93)

Color info

#820F5D contains mainly red and blue colors. Web safe color of #820F5D is #990066 (or #906).

RGB color model

#820F5D color RGB value is (130,15,93).

  • red value is 130;
  • green value is 15;
  • blue value is 93.
RGB:
(130,15,93)
(51%,6%,36%)

RGB channels and saturation

R 130 of 255 = 51%
G 15 of 255 = 6%
B 93 of 255 = 36%

130
15
93

R + G + B ~ 31%. #820F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 15 + 93 = 238 (100%)
R 130 of 238 ~ 54.62%
G 15 of 238 ~ 6.3%
B 93 of 238 ~ 39.08%

%54.62
%39.08

CMYK color model

#820F5D color CMYK value is (0,88,28,49).

  • cyan value is 0.00%
  • magenta value is 88.46%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(0,88,28,49)
C0M88Y28K49 
(0%,88%,28%,49%)
(0.00/0.88/0.28/0.49)	

CMYK percentages

%0
%88.46
%28.46
%49.02

Codes

Color #820F5D in popluar color models

820F5D
RGB1301593
HSL319°79.31%28.43%
HSB/HSV319°88.46%50.98%
CMYK0.00%88.46%28.46%
49.02%

Color #820F5D in popluar number systems.

HEX820F5D
Decimal1301593
Binary1000001011111011101
Octal20217135

Shades and tints

Shades of #820F5D

#820F5D
(130,15,93)
#770E55
(119,14,85)
#6C0D4D
(108,13,77)
#610C45
(97,12,69)
#560B3D
(86,11,61)
#4B0A35
(75,10,53)
#40092D
(64,9,45)
#350825
(53,8,37)
#2A071D
(42,7,29)
#1F0615
(31,6,21)
#14050D
(20,5,13)
#000000
(0,0,0)

Tints of #820F5D

#820F5D
(130,15,93)
#8D246B
(141,36,107)
#983979
(152,57,121)
#A34E87
(163,78,135)
#AE6395
(174,99,149)
#B978A3
(185,120,163)
#C48DB1
(196,141,177)
#CFA2BF
(207,162,191)
#DAB7CD
(218,183,205)
#E5CCDB
(229,204,219)
#F0E1E9
(240,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820F5D color. Also use rgb(130,15,93) instead hex code.

Text Font Color

.myTextColor { color: #820F5D; }

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

This text font color is #820F5D.


Background Color

.myBgColor { background-color: #820F5D; }

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

This div background color is #820F5D.


Border color

.myBorderColor { border: 1px solid #820F5D; }

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

This div border color is #820F5D.


Opacity

.myOpacity80 { color: #820F5D; opacity: 0.8; }

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

Text with #820F5D 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 #820F5D;}

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

This text has shadow with #820F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820F5D on black background.


Color preview on white background

This text has color #820F5D on white background.



Black color preview on #820F5D background

This text has black color on #820F5D background.


White color preview on #820F5D background

This text has white color on #820F5D background.