COLOR #820D38

HEX: #820D38
RGB: (130,13,56)

Color info

#820D38 contains mainly red color. Web safe color of #820D38 is #990033 (or #903).

RGB color model

#820D38 color RGB value is (130,13,56).

  • red value is 130;
  • green value is 13;
  • blue value is 56.
RGB:
(130,13,56)
(51%,5%,22%)

RGB channels and saturation

R 130 of 255 = 51%
G 13 of 255 = 5%
B 56 of 255 = 22%

130
13
56

R + G + B ~ 26%. #820D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 13 + 56 = 199 (100%)
R 130 of 199 ~ 65.33%
G 13 of 199 ~ 6.53%
B 56 of 199 ~ 28.14%

%65.33
%28.14

CMYK color model

#820D38 color CMYK value is (0,90,57,49).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 56.92%
  • key color value is 49.02%
CMYK:
(0,90,57,49)
C0M90Y57K49 
(0%,90%,57%,49%)
(0.00/0.90/0.57/0.49)	

CMYK percentages

%0
%90
%56.92
%49.02

Codes

Color #820D38 in popluar color models

820D38
RGB1301356
HSL338°81.82%28.04%
HSB/HSV338°90.00%50.98%
CMYK0.00%90.00%56.92%
49.02%

Color #820D38 in popluar number systems.

HEX820D38
Decimal1301356
Binary100000101101111000
Octal2021570

Shades and tints

Shades of #820D38

#820D38
(130,13,56)
#770C33
(119,12,51)
#6C0B2E
(108,11,46)
#610A29
(97,10,41)
#560924
(86,9,36)
#4B081F
(75,8,31)
#40071A
(64,7,26)
#350615
(53,6,21)
#2A0510
(42,5,16)
#1F040B
(31,4,11)
#140306
(20,3,6)
#000000
(0,0,0)

Tints of #820D38

#820D38
(130,13,56)
#8D234A
(141,35,74)
#98395C
(152,57,92)
#A34F6E
(163,79,110)
#AE6580
(174,101,128)
#B97B92
(185,123,146)
#C491A4
(196,145,164)
#CFA7B6
(207,167,182)
#DABDC8
(218,189,200)
#E5D3DA
(229,211,218)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820D38 color. Also use rgb(130,13,56) instead hex code.

Text Font Color

.myTextColor { color: #820D38; }

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

This text font color is #820D38.


Background Color

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

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

This div background color is #820D38.


Border color

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

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

This div border color is #820D38.


Opacity

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

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

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

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

This text has shadow with #820D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820D38 on black background.


Color preview on white background

This text has color #820D38 on white background.



Black color preview on #820D38 background

This text has black color on #820D38 background.


White color preview on #820D38 background

This text has white color on #820D38 background.