Shades of Dark Red #891900
Tints of Dark Red #891900
RGB
CMYK
RGB Variations
Color information
#891900 (or 0x891900) is known color: Dark Red. HEX triplet: 89, 19 and 00. RGB value is (137,25,0). Sum of RGB (Red+Green+Blue) = 137+25+0=162 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.57% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 137 - color contains mainly: red. Hex color #891900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891900 is #76E6FF. Grayscale: #373737. Windows color (decimal): -7792384 or 6537. OLE color: 6537.
HSL color Cylindrical-coordinate representation of color #891900: hue angle of 10.95º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #891900 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.46 |
| HSL | 10.95º | 1% | 0.27% | - |
| HSV(B) | 10.95º | 1% | 0.54% | - |
| XYZ | 10.66 | 6.01 | 0.6 | - |
| YUV | 55.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 0 | 0 | 0.82 | 1 | 0.46 | 10.95 | 1 | 0.27 |
| Hex | 89 | 19 | 0 | 0 | 52 | 64 | 2E | B | 64 | 1B |
| Octal | 211 | 31 | 0 | 0 | 122 | 144 | 56 | 13 | 144 | 33 |
| Binary | 10001001 | 11001 | 0 | 0 | 1010010 | 1100100 | 101110 | 1011 | 1100100 | 11011 |
Color Harmonies of #891900
Complementary color
Monochromatic Colors of #891900
Black with #891900
Text Example
Text Example
White with #891900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891900; }
p { color: rgb(137,25,0); }
H1.HeaderClassName
{
color: #891900;
}
.AnyTagClassName
{
color: #891900;
}
</style>
background-color css
<style>
a { background-color: #891900; }
a { background-color: rgb(137,25,0); }
div.DivClassName
{
background-color: #891900;
}
.BgClassName
{
background-color: #891900;
}
</style>
border-color css
<style>
span { border-color: #891900; }
span { border-color: rgb(137,25,0); }
td.TdClassName
{
border-color: #891900;
}
.TagClassName
{
border-color: #891900;
}
</style>