COLOR #891220

HEX: #891220
RGB: (137,18,32)

Color info

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

RGB color model

#891220 color RGB value is (137,18,32).

  • red value is 137;
  • green value is 18;
  • blue value is 32.
RGB:
(137,18,32)
(54%,7%,13%)

RGB channels and saturation

R 137 of 255 = 54%
G 18 of 255 = 7%
B 32 of 255 = 13%

137
18
32

R + G + B ~ 25%. #891220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 18 + 32 = 187 (100%)
R 137 of 187 ~ 73.26%
G 18 of 187 ~ 9.63%
B 32 of 187 ~ 17.11%

%73.26
%9.63
%17.11

CMYK color model

#891220 color CMYK value is (0,87,77,46).

  • cyan value is 0.00%
  • magenta value is 86.86%
  • yellow value is 76.64%
  • key color value is 46.27%
CMYK:
(0,87,77,46)
C0M87Y77K46 
(0%,87%,77%,46%)
(0.00/0.87/0.77/0.46)	

CMYK percentages

%0
%86.86
%76.64
%46.27

Codes

Color #891220 in popluar color models

891220
RGB1371832
HSL353°76.77%30.39%
HSB/HSV353°86.86%53.73%
CMYK0.00%86.86%76.64%
46.27%

Color #891220 in popluar number systems.

HEX891220
Decimal1371832
Binary1000100110010100000
Octal2112240

Shades and tints

Shades of #891220

#891220
(137,18,32)
#7D111E
(125,17,30)
#71101C
(113,16,28)
#650F1A
(101,15,26)
#590E18
(89,14,24)
#4D0D16
(77,13,22)
#410C14
(65,12,20)
#350B12
(53,11,18)
#290A10
(41,10,16)
#1D090E
(29,9,14)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #891220

#891220
(137,18,32)
#932734
(147,39,52)
#9D3C48
(157,60,72)
#A7515C
(167,81,92)
#B16670
(177,102,112)
#BB7B84
(187,123,132)
#C59098
(197,144,152)
#CFA5AC
(207,165,172)
#D9BAC0
(217,186,192)
#E3CFD4
(227,207,212)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #891220 color. Also use rgb(137,18,32) instead hex code.

Text Font Color

.myTextColor { color: #891220; }

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

This text font color is #891220.


Background Color

.myBgColor { background-color: #891220; }

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

This div background color is #891220.


Border color

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

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

This div border color is #891220.


Opacity

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

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

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

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

This text has shadow with #891220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #891220 on black background.


Color preview on white background

This text has color #891220 on white background.



Black color preview on #891220 background

This text has black color on #891220 background.


White color preview on #891220 background

This text has white color on #891220 background.