Html Css Color HEX #891104 Dark Red

📋 copy color: '#891104'

red 137 ◦ green 17 ◦ blue 4

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

Shades of Dark Red #891104

Tints of Dark Red #891104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.53%

R = 86.71%
G = 10.76%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#891104 (or 0x891104) is known color: Dark Red. HEX triplet: 89, 11 and 04. RGB value is (137,17,4). Sum of RGB (Red+Green+Blue) = 137+17+4=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #891104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891104 is #76EEFB. Grayscale: #333333. Windows color (decimal): -7794428 or 266633. OLE color: 266633.

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

Color convert

RGB 137 17 4 -
CMYK 0 0.88 0.97 0.46
HSL 5.86º 0.94% 0.28% -
HSV(B) 5.86º 0.97% 0.54% -
XYZ 10.54 5.73 0.67 -
YUV 51.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 137 17 4 0 0.88 0.97 0.46 5.86 0.94 0.28
Hex 89 11 4 0 58 61 2E 6 5E 1C
Octal 211 21 4 0 130 141 56 6 136 34
Binary 10001001 10001 100 0 1011000 1100001 101110 110 1011110 11100

Color Harmonies of #891104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891104

Black with #891104

Text Example


Text Example

White with #891104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891104; }

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

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

background-color css

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

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

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

border-color css

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

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

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