COLOR #811421

HEX: #811421
RGB: (129,20,33)

Color info

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

RGB color model

#811421 color RGB value is (129,20,33).

  • red value is 129;
  • green value is 20;
  • blue value is 33.
RGB:
(129,20,33)
(51%,8%,13%)

RGB channels and saturation

R 129 of 255 = 51%
G 20 of 255 = 8%
B 33 of 255 = 13%

129
20
33

R + G + B ~ 24%. #811421 is dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 20 + 33 = 182 (100%)
R 129 of 182 ~ 70.88%
G 20 of 182 ~ 10.99%
B 33 of 182 ~ 18.13%

%70.88
%10.99
%18.13

CMYK color model

#811421 color CMYK value is (0,84,74,49).

  • cyan value is 0.00%
  • magenta value is 84.50%
  • yellow value is 74.42%
  • key color value is 49.41%
CMYK:
(0,84,74,49)
C0M84Y74K49 
(0%,84%,74%,49%)
(0.00/0.84/0.74/0.49)	

CMYK percentages

%0
%84.5
%74.42
%49.41

Codes

Color #811421 in popluar color models

811421
RGB1292033
HSL353°73.15%29.22%
HSB/HSV353°84.50%50.59%
CMYK0.00%84.50%74.42%
49.41%

Color #811421 in popluar number systems.

HEX811421
Decimal1292033
Binary1000000110100100001
Octal2012441

Shades and tints

Shades of #811421

#811421
(129,20,33)
#76131E
(118,19,30)
#6B121B
(107,18,27)
#601118
(96,17,24)
#551015
(85,16,21)
#4A0F12
(74,15,18)
#3F0E0F
(63,14,15)
#340D0C
(52,13,12)
#290C09
(41,12,9)
#1E0B06
(30,11,6)
#130A03
(19,10,3)
#000000
(0,0,0)

Tints of #811421

#811421
(129,20,33)
#8C2935
(140,41,53)
#973E49
(151,62,73)
#A2535D
(162,83,93)
#AD6871
(173,104,113)
#B87D85
(184,125,133)
#C39299
(195,146,153)
#CEA7AD
(206,167,173)
#D9BCC1
(217,188,193)
#E4D1D5
(228,209,213)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #811421 color. Also use rgb(129,20,33) instead hex code.

Text Font Color

.myTextColor { color: #811421; }

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

This text font color is #811421.


Background Color

.myBgColor { background-color: #811421; }

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

This div background color is #811421.


Border color

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

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

This div border color is #811421.


Opacity

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

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

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

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

This text has shadow with #811421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #811421 on black background.


Color preview on white background

This text has color #811421 on white background.



Black color preview on #811421 background

This text has black color on #811421 background.


White color preview on #811421 background

This text has white color on #811421 background.