#891800

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

Shades of Dark Red #891800

Tints of Dark Red #891800

Color information

#891800 (or 0x891800) is unknown color: approx Dark Red. HEX triplet: 89, 18 and 00. RGB value is (137,24,0). Sum of RGB (Red+Green+Blue) = 137+24+0=161 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.09% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 137 - color contains mainly: red. Hex color #891800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891800 is #76E7FF. Grayscale: #373737. Windows color (decimal): -7792640 or 6281. OLE color: 6281.

HSL color Cylindrical-coordinate representation of color #891800: hue angle of 10.51º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #891800 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB137240-
CMYK00.8210.46
HSL10.51º100%26.86%-
HSV(B)10.51º100%53.73%-
XYZ10.645.970.59-
YUV55.0596.94186.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 85.09%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.09%
G=14.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13724000.8210.4610.5110026.86
Hex89180052642Eb641b
Octal2113000122144561314433
Binary100010011100000101001011001001011101011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891800; }

 p { color: rgb(137,24,0); }

 H1.HeaderClassName
 {
   color: #891800;
 }
 .AnyTagClassName
 {
   color: #891800;
 }
</style>
background-color css

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

 a { background-color: rgb(137,24,0); }

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

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

 span { border-color: rgb(137,24,0); }

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