#891204

Color #891204 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #891204

Tints of Dark Red #891204

Color information

#891204 (or 0x891204) is unknown color: approx 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

RGB137184-
CMYK00.870.970.46
HSL6.32º94.33%27.65%-
HSV(B)6.32º97.08%53.73%-
XYZ10.555.760.67-
YUV51.98100.92188.64-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13718400.870.970.466.3294.3327.65
Hex89124057612E65e1c
Octal211224012714156613634
Binary1000100110010100010101111100001101110110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>