Html Css Color HEX #891204 Dark Red

📋 copy color: '#891204'

red 137 ◦ green 18 ◦ blue 4

#891204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #891204

Tints of Dark Red #891204

RGB

 RED value IS 137 (53.91% from 255) = 86.16%

 GREEN value IS 18 (7.42% from 255) = 11.32%

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 86.16%
G = 11.32%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#891204 (or 0x891204) is known color: Dark Red. HEX triplet: 89, 12 and 04. RGB value is (137,18,4). Sum of RGB (Red+Green+Blue) = 137+18+4=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #891204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891204 is #76EDFB. Grayscale: #343434. Windows color (decimal): -7794172 or 266889. OLE color: 266889.

HSL color Cylindrical-coordinate representation of color #891204: hue angle of 6.32º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #891204 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 4 -
CMYK 0 0.87 0.97 0.46
HSL 6.32º 0.94% 0.28% -
HSV(B) 6.32º 0.97% 0.54% -
XYZ 10.55 5.76 0.67 -
YUV 51.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 137 18 4 0 0.87 0.97 0.46 6.32 0.94 0.28
Hex 89 12 4 0 57 61 2E 6 5E 1C
Octal 211 22 4 0 127 141 56 6 136 34
Binary 10001001 10010 100 0 1010111 1100001 101110 110 1011110 11100

Color Harmonies of #891204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891204

Black with #891204

Text Example


Text Example

White with #891204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891204; }

 p { color: rgb(137,18,4); }

 H1.HeaderClassName
 {
   color: #891204;
 }
 .AnyTagClassName
 {
   color: #891204;
 }
</style>

background-color css

<style>
 a { background-color: #891204; }

 a { background-color: rgb(137,18,4); }

 div.DivClassName
 {
   background-color: #891204;
 }
 .BgClassName
 {
   background-color: #891204;
 }
</style>

border-color css

<style>
 span { border-color: #891204; }

 span { border-color: rgb(137,18,4); }

 td.TdClassName
 {
   border-color: #891204;
 }
 .TagClassName
 {
   border-color: #891204;
 }
</style>