Html Css Color HEX #891102 Dark Red

📋 copy color: '#891102'

red 137 ◦ green 17 ◦ blue 2

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

Shades of Dark Red #891102

Tints of Dark Red #891102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

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

R = 87.82%
G = 10.9%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#891102 (or 0x891102) is known color: Dark Red. HEX triplet: 89, 11 and 02. RGB value is (137,17,2). Sum of RGB (Red+Green+Blue) = 137+17+2=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #891102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891102 is #76EEFD. Grayscale: #333333. Windows color (decimal): -7794430 or 135561. OLE color: 135561.

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

Color convert

RGB 137 17 2 -
CMYK 0 0.88 0.99 0.46
HSL 6.67º 0.97% 0.27% -
HSV(B) 6.67º 0.99% 0.54% -
XYZ 10.53 5.72 0.61 -
YUV 51.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 137 17 2 0 0.88 0.99 0.46 6.67 0.97 0.27
Hex 89 11 2 0 58 63 2E 7 61 1B
Octal 211 21 2 0 130 143 56 7 141 33
Binary 10001001 10001 10 0 1011000 1100011 101110 111 1100001 11011

Color Harmonies of #891102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891102

Black with #891102

Text Example


Text Example

White with #891102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891102; }

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

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

background-color css

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

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

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

border-color css

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

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

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