Shades of Dark Red #891206
Tints of Dark Red #891206
RGB
CMYK
RGB Variations
Color information
#891206 (or 0x891206) is known color: Dark Red. HEX triplet: 89, 12 and 06. RGB value is (137,18,6). Sum of RGB (Red+Green+Blue) = 137+18+6=161 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.09% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 137 - color contains mainly: red. Hex color #891206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891206 is #76EDF9. Grayscale: #343434. Windows color (decimal): -7794170 or 397961. OLE color: 397961.
HSL color Cylindrical-coordinate representation of color #891206: hue angle of 5.5º 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 #891206 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 6 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.46 |
| HSL | 5.5º | 0.92% | 0.28% | - |
| HSV(B) | 5.5º | 0.96% | 0.54% | - |
| XYZ | 10.57 | 5.76 | 0.73 | - |
| YUV | 52.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 6 | 0 | 0.87 | 0.96 | 0.46 | 5.5 | 0.92 | 0.28 |
| Hex | 89 | 12 | 6 | 0 | 57 | 60 | 2E | 5 | 5C | 1C |
| Octal | 211 | 22 | 6 | 0 | 127 | 140 | 56 | 5 | 134 | 34 |
| Binary | 10001001 | 10010 | 110 | 0 | 1010111 | 1100000 | 101110 | 101 | 1011100 | 11100 |
Color Harmonies of #891206
Complementary color
Monochromatic Colors of #891206
Black with #891206
Text Example
Text Example
White with #891206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891206; }
p { color: rgb(137,18,6); }
H1.HeaderClassName
{
color: #891206;
}
.AnyTagClassName
{
color: #891206;
}
</style>
background-color css
<style>
a { background-color: #891206; }
a { background-color: rgb(137,18,6); }
div.DivClassName
{
background-color: #891206;
}
.BgClassName
{
background-color: #891206;
}
</style>
border-color css
<style>
span { border-color: #891206; }
span { border-color: rgb(137,18,6); }
td.TdClassName
{
border-color: #891206;
}
.TagClassName
{
border-color: #891206;
}
</style>