Html Css Color HEX #891602 Dark Red

📋 copy color: '#891602'

red 137 ◦ green 22 ◦ blue 2

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

Shades of Dark Red #891602

Tints of Dark Red #891602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 85.09%
G = 13.66%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#891602 (or 0x891602) is known color: Dark Red. HEX triplet: 89, 16 and 02. RGB value is (137,22,2). Sum of RGB (Red+Green+Blue) = 137+22+2=161 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.09% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 137 - color contains mainly: red. Hex color #891602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891602 is #76E9FD. Grayscale: #363636. Windows color (decimal): -7793150 or 136841. OLE color: 136841.

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

Color convert

RGB 137 22 2 -
CMYK 0 0.84 0.99 0.46
HSL 8.89º 0.97% 0.27% -
HSV(B) 8.89º 0.99% 0.54% -
XYZ 10.61 5.9 0.64 -
YUV 54.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 137 22 2 0 0.84 0.99 0.46 8.89 0.97 0.27
Hex 89 16 2 0 54 63 2E 9 61 1B
Octal 211 26 2 0 124 143 56 11 141 33
Binary 10001001 10110 10 0 1010100 1100011 101110 1001 1100001 11011

Color Harmonies of #891602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891602

Black with #891602

Text Example


Text Example

White with #891602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891602; }

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

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

background-color css

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

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

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

border-color css

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

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

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