Html Css Color HEX #891106 Dark Red

📋 copy color: '#891106'

red 137 ◦ green 17 ◦ blue 6

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

Shades of Dark Red #891106

Tints of Dark Red #891106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.75%

R = 85.63%
G = 10.63%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#891106 (or 0x891106) is known color: Dark Red. HEX triplet: 89, 11 and 06. RGB value is (137,17,6). Sum of RGB (Red+Green+Blue) = 137+17+6=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #891106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891106 is #76EEF9. Grayscale: #333333. Windows color (decimal): -7794426 or 397705. OLE color: 397705.

HSL color Cylindrical-coordinate representation of color #891106: hue angle of 5.04º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #891106 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 6 -
CMYK 0 0.88 0.96 0.46
HSL 5.04º 0.92% 0.28% -
HSV(B) 5.04º 0.96% 0.54% -
XYZ 10.55 5.73 0.72 -
YUV 51.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 137 17 6 0 0.88 0.96 0.46 5.04 0.92 0.28
Hex 89 11 6 0 58 60 2E 5 5C 1C
Octal 211 21 6 0 130 140 56 5 134 34
Binary 10001001 10001 110 0 1011000 1100000 101110 101 1011100 11100

Color Harmonies of #891106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891106

Black with #891106

Text Example


Text Example

White with #891106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891106; }

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

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

background-color css

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

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

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

border-color css

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

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

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