COLOR #820B1D

HEX: #820B1D
RGB: (130,11,29)

Color info

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

RGB color model

#820B1D color RGB value is (130,11,29).

  • red value is 130;
  • green value is 11;
  • blue value is 29.
RGB:
(130,11,29)
(51%,4%,11%)

RGB channels and saturation

R 130 of 255 = 51%
G 11 of 255 = 4%
B 29 of 255 = 11%

130
11
29

R + G + B ~ 22%. #820B1D is dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 11 + 29 = 170 (100%)
R 130 of 170 ~ 76.47%
G 11 of 170 ~ 6.47%
B 29 of 170 ~ 17.06%

%76.47
%17.06

CMYK color model

#820B1D color CMYK value is (0,92,78,49).

  • cyan value is 0.00%
  • magenta value is 91.54%
  • yellow value is 77.69%
  • key color value is 49.02%
CMYK:
(0,92,78,49)
C0M92Y78K49 
(0%,92%,78%,49%)
(0.00/0.92/0.78/0.49)	

CMYK percentages

%0
%91.54
%77.69
%49.02

Codes

Color #820B1D in popluar color models

820B1D
RGB1301129
HSL351°84.40%27.65%
HSB/HSV351°91.54%50.98%
CMYK0.00%91.54%77.69%
49.02%

Color #820B1D in popluar number systems.

HEX820B1D
Decimal1301129
Binary10000010101111101
Octal2021335

Shades and tints

Shades of #820B1D

#820B1D
(130,11,29)
#770A1B
(119,10,27)
#6C0919
(108,9,25)
#610817
(97,8,23)
#560715
(86,7,21)
#4B0613
(75,6,19)
#400511
(64,5,17)
#35040F
(53,4,15)
#2A030D
(42,3,13)
#1F020B
(31,2,11)
#140109
(20,1,9)
#000000
(0,0,0)

Tints of #820B1D

#820B1D
(130,11,29)
#8D2131
(141,33,49)
#983745
(152,55,69)
#A34D59
(163,77,89)
#AE636D
(174,99,109)
#B97981
(185,121,129)
#C48F95
(196,143,149)
#CFA5A9
(207,165,169)
#DABBBD
(218,187,189)
#E5D1D1
(229,209,209)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820B1D color. Also use rgb(130,11,29) instead hex code.

Text Font Color

.myTextColor { color: #820B1D; }

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

This text font color is #820B1D.


Background Color

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

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

This div background color is #820B1D.


Border color

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

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

This div border color is #820B1D.


Opacity

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

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

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

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

This text has shadow with #820B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820B1D on black background.


Color preview on white background

This text has color #820B1D on white background.



Black color preview on #820B1D background

This text has black color on #820B1D background.


White color preview on #820B1D background

This text has white color on #820B1D background.