#891002

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

Shades of Dark Red #891002

Tints of Dark Red #891002

Color information

#891002 (or 0x891002) is unknown color: approx Dark Red. HEX triplet: 89, 10 and 02. RGB value is (137,16,2). Sum of RGB (Red+Green+Blue) = 137+16+2=155 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.39% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 137 - color contains mainly: red. Hex color #891002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891002 is #76EFFD. Grayscale: #323232. Windows color (decimal): -7794686 or 135305. OLE color: 135305.

HSL color Cylindrical-coordinate representation of color #891002: hue angle of 6.22º degrees, saturation: 0.97, 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 #891002 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB137162-
CMYK00.880.990.46
HSL6.22º97.12%27.25%-
HSV(B)6.22º98.54%53.73%-
XYZ10.515.690.6-
YUV50.58100.59189.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 88.39%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=88.39%
G=10.32%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13716200.880.990.466.2297.1227.25
Hex89102058632E6611b
Octal211202013014356614133
Binary100010011000010010110001100011101110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891002; }

 p { color: rgb(137,16,2); }

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

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

 a { background-color: rgb(137,16,2); }

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

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

 span { border-color: rgb(137,16,2); }

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