Shades of Dark Red #891009
Tints of Dark Red #891009
RGB
CMYK
RGB Variations
Color information
#891009 (or 0x891009) is known color: Dark Red. HEX triplet: 89, 10 and 09. RGB value is (137,16,9). Sum of RGB (Red+Green+Blue) = 137+16+9=162 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.57% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 137 - color contains mainly: red. Hex color #891009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891009 is #76EFF6. Grayscale: #333333. Windows color (decimal): -7794679 or 594057. OLE color: 594057.
HSL color Cylindrical-coordinate representation of color #891009: hue angle of 3.28º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #891009 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 9 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.46 |
| HSL | 3.28º | 0.88% | 0.29% | - |
| HSV(B) | 3.28º | 0.93% | 0.54% | - |
| XYZ | 10.55 | 5.71 | 0.8 | - |
| YUV | 51.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 9 | 0 | 0.88 | 0.93 | 0.46 | 3.28 | 0.88 | 0.29 |
| Hex | 89 | 10 | 9 | 0 | 58 | 5D | 2E | 3 | 58 | 1D |
| Octal | 211 | 20 | 11 | 0 | 130 | 135 | 56 | 3 | 130 | 35 |
| Binary | 10001001 | 10000 | 1001 | 0 | 1011000 | 1011101 | 101110 | 11 | 1011000 | 11101 |
Color Harmonies of #891009
Complementary color
Monochromatic Colors of #891009
Black with #891009
Text Example
Text Example
White with #891009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891009; }
p { color: rgb(137,16,9); }
H1.HeaderClassName
{
color: #891009;
}
.AnyTagClassName
{
color: #891009;
}
</style>
background-color css
<style>
a { background-color: #891009; }
a { background-color: rgb(137,16,9); }
div.DivClassName
{
background-color: #891009;
}
.BgClassName
{
background-color: #891009;
}
</style>
border-color css
<style>
span { border-color: #891009; }
span { border-color: rgb(137,16,9); }
td.TdClassName
{
border-color: #891009;
}
.TagClassName
{
border-color: #891009;
}
</style>