#891201

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

Shades of Dark Red #891201

Tints of Dark Red #891201

Color information

#891201 (or 0x891201) is unknown color: approx Dark Red. HEX triplet: 89, 12 and 01. RGB value is (137,18,1). Sum of RGB (Red+Green+Blue) = 137+18+1=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #891201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891201 is #76EDFE. Grayscale: #333333. Windows color (decimal): -7794175 or 70281. OLE color: 70281.

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

Color convert

RGB137181-
CMYK00.870.990.46
HSL7.5º98.55%27.06%-
HSV(B)7.5º99.27%53.73%-
XYZ10.545.750.58-
YUV51.6499.42188.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 87.82%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=87.82%
G=11.54%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13718100.870.990.467.598.5527.06
Hex89121057632E8631b
Octal2112210127143561014333
Binary100010011001010101011111000111011101000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891201; }

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

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

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

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

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

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

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

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