#891104

Color #891104 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #891104

Tints of Dark Red #891104

Color information

#891104 (or 0x891104) is unknown color: approx 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

RGB137174-
CMYK00.880.970.46
HSL5.86º94.33%27.65%-
HSV(B)5.86º97.08%53.73%-
XYZ10.545.730.67-
YUV51.4101.26189.06-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13717400.880.970.465.8694.3327.65
Hex89114058612E65e1c
Octal211214013014156613634
Binary1000100110001100010110001100001101110110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>