COLOR #820E5D

HEX: #820E5D
RGB: (130,14,93)

Color info

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

RGB color model

#820E5D color RGB value is (130,14,93).

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

RGB channels and saturation

R 130 of 255 = 51%
G 14 of 255 = 5%
B 93 of 255 = 36%

130
14
93

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

Portions of RGB colors in percentages

R + G + B =
130 + 14 + 93 = 237 (100%)
R 130 of 237 ~ 54.85%
G 14 of 237 ~ 5.91%
B 93 of 237 ~ 39.24%

%54.85
%39.24

CMYK color model

#820E5D color CMYK value is (0,89,28,49).

  • cyan value is 0.00%
  • magenta value is 89.23%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(0,89,28,49)
C0M89Y28K49 
(0%,89%,28%,49%)
(0.00/0.89/0.28/0.49)	

CMYK percentages

%0
%89.23
%28.46
%49.02

Codes

Color #820E5D in popluar color models

820E5D
RGB1301493
HSL319°80.56%28.24%
HSB/HSV319°89.23%50.98%
CMYK0.00%89.23%28.46%
49.02%

Color #820E5D in popluar number systems.

HEX820E5D
Decimal1301493
Binary1000001011101011101
Octal20216135

Shades and tints

Shades of #820E5D

#820E5D
(130,14,93)
#770D55
(119,13,85)
#6C0C4D
(108,12,77)
#610B45
(97,11,69)
#560A3D
(86,10,61)
#4B0935
(75,9,53)
#40082D
(64,8,45)
#350725
(53,7,37)
#2A061D
(42,6,29)
#1F0515
(31,5,21)
#14040D
(20,4,13)
#000000
(0,0,0)

Tints of #820E5D

#820E5D
(130,14,93)
#8D236B
(141,35,107)
#983879
(152,56,121)
#A34D87
(163,77,135)
#AE6295
(174,98,149)
#B977A3
(185,119,163)
#C48CB1
(196,140,177)
#CFA1BF
(207,161,191)
#DAB6CD
(218,182,205)
#E5CBDB
(229,203,219)
#F0E0E9
(240,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #820E5D; }

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

This text font color is #820E5D.


Background Color

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

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

This div background color is #820E5D.


Border color

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

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

This div border color is #820E5D.


Opacity

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

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

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

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

This text has shadow with #820E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820E5D on black background.


Color preview on white background

This text has color #820E5D on white background.



Black color preview on #820E5D background

This text has black color on #820E5D background.


White color preview on #820E5D background

This text has white color on #820E5D background.