COLOR #892224

HEX: #892224
RGB: (137,34,36)

Color info

#892224 contains mainly red color. Web safe color of #892224 is #993333 (or #933).

RGB color model

#892224 color RGB value is (137,34,36).

  • red value is 137;
  • green value is 34;
  • blue value is 36.
RGB:
(137,34,36)
(54%,13%,14%)

RGB channels and saturation

R 137 of 255 = 54%
G 34 of 255 = 13%
B 36 of 255 = 14%

137
34
36

R + G + B ~ 27%. #892224 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 34 + 36 = 207 (100%)
R 137 of 207 ~ 66.18%
G 34 of 207 ~ 16.43%
B 36 of 207 ~ 17.39%

%66.18
%16.43
%17.39

CMYK color model

#892224 color CMYK value is (0,75,74,46).

  • cyan value is 0.00%
  • magenta value is 75.18%
  • yellow value is 73.72%
  • key color value is 46.27%
CMYK:
(0,75,74,46)
C0M75Y74K46 
(0%,75%,74%,46%)
(0.00/0.75/0.74/0.46)	

CMYK percentages

%0
%75.18
%73.72
%46.27

Codes

Color #892224 in popluar color models

892224
RGB1373436
HSL359°60.23%33.53%
HSB/HSV359°75.18%53.73%
CMYK0.00%75.18%73.72%
46.27%

Color #892224 in popluar number systems.

HEX892224
Decimal1373436
Binary10001001100010100100
Octal2114244

Shades and tints

Shades of #892224

#892224
(137,34,36)
#7D1F21
(125,31,33)
#711C1E
(113,28,30)
#65191B
(101,25,27)
#591618
(89,22,24)
#4D1315
(77,19,21)
#411012
(65,16,18)
#350D0F
(53,13,15)
#290A0C
(41,10,12)
#1D0709
(29,7,9)
#110406
(17,4,6)
#000000
(0,0,0)

Tints of #892224

#892224
(137,34,36)
#933637
(147,54,55)
#9D4A4A
(157,74,74)
#A75E5D
(167,94,93)
#B17270
(177,114,112)
#BB8683
(187,134,131)
#C59A96
(197,154,150)
#CFAEA9
(207,174,169)
#D9C2BC
(217,194,188)
#E3D6CF
(227,214,207)
#EDEAE2
(237,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #892224 color. Also use rgb(137,34,36) instead hex code.

Text Font Color

.myTextColor { color: #892224; }

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

This text font color is #892224.


Background Color

.myBgColor { background-color: #892224; }

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

This div background color is #892224.


Border color

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

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

This div border color is #892224.


Opacity

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

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

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

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

This text has shadow with #892224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #892224 on black background.


Color preview on white background

This text has color #892224 on white background.



Black color preview on #892224 background

This text has black color on #892224 background.


White color preview on #892224 background

This text has white color on #892224 background.