Html Css Color HEX #891402 Dark Red

📋 copy color: '#891402'

red 137 ◦ green 20 ◦ blue 2

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

Shades of Dark Red #891402

Tints of Dark Red #891402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.58%

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

R = 86.16%
G = 12.58%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#891402 (or 0x891402) is known color: Dark Red. HEX triplet: 89, 14 and 02. RGB value is (137,20,2). Sum of RGB (Red+Green+Blue) = 137+20+2=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #891402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891402 is #76EBFD. Grayscale: #353535. Windows color (decimal): -7793662 or 136329. OLE color: 136329.

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

Color convert

RGB 137 20 2 -
CMYK 0 0.85 0.99 0.46
HSL 0.97% 0.27% -
HSV(B) 0.99% 0.54% -
XYZ 10.58 5.82 0.62 -
YUV 52.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 137 20 2 0 0.85 0.99 0.46 8 0.97 0.27
Hex 89 14 2 0 55 63 2E 8 61 1B
Octal 211 24 2 0 125 143 56 10 141 33
Binary 10001001 10100 10 0 1010101 1100011 101110 1000 1100001 11011

Color Harmonies of #891402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891402

Black with #891402

Text Example


Text Example

White with #891402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891402; }

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

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

background-color css

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

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

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

border-color css

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

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

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