Shades of Dark Red #891005
Tints of Dark Red #891005
RGB
CMYK
RGB Variations
Color information
#891005 (or 0x891005) is known color: Dark Red. HEX triplet: 89, 10 and 05. RGB value is (137,16,5). Sum of RGB (Red+Green+Blue) = 137+16+5=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #891005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891005 is #76EFFA. Grayscale: #333333. Windows color (decimal): -7794683 or 331913. OLE color: 331913.
HSL color Cylindrical-coordinate representation of color #891005: hue angle of 5º degrees, saturation: 0.93, 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 #891005 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 5 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.46 |
| HSL | 5º | 0.93% | 0.28% | - |
| HSV(B) | 5º | 0.96% | 0.54% | - |
| XYZ | 10.53 | 5.7 | 0.69 | - |
| YUV | 50.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 5 | 0 | 0.88 | 0.96 | 0.46 | 5 | 0.93 | 0.28 |
| Hex | 89 | 10 | 5 | 0 | 58 | 60 | 2E | 5 | 5D | 1C |
| Octal | 211 | 20 | 5 | 0 | 130 | 140 | 56 | 5 | 135 | 34 |
| Binary | 10001001 | 10000 | 101 | 0 | 1011000 | 1100000 | 101110 | 101 | 1011101 | 11100 |
Color Harmonies of #891005
Complementary color
Monochromatic Colors of #891005
Black with #891005
Text Example
Text Example
White with #891005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891005; }
p { color: rgb(137,16,5); }
H1.HeaderClassName
{
color: #891005;
}
.AnyTagClassName
{
color: #891005;
}
</style>
background-color css
<style>
a { background-color: #891005; }
a { background-color: rgb(137,16,5); }
div.DivClassName
{
background-color: #891005;
}
.BgClassName
{
background-color: #891005;
}
</style>
border-color css
<style>
span { border-color: #891005; }
span { border-color: rgb(137,16,5); }
td.TdClassName
{
border-color: #891005;
}
.TagClassName
{
border-color: #891005;
}
</style>