Shades of Dark Red #891100
Tints of Dark Red #891100
RGB
CMYK
RGB Variations
Color information
#891100 (or 0x891100) is known color: Dark Red. HEX triplet: 89, 11 and 00. RGB value is (137,17,0). Sum of RGB (Red+Green+Blue) = 137+17+0=154 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.96% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 137 - color contains mainly: red. Hex color #891100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891100 is #76EEFF. Grayscale: #333333. Windows color (decimal): -7794432 or 4489. OLE color: 4489.
HSL color Cylindrical-coordinate representation of color #891100: hue angle of 7.45º 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 #891100 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.46 |
| HSL | 7.45º | 1% | 0.27% | - |
| HSV(B) | 7.45º | 1% | 0.54% | - |
| XYZ | 10.52 | 5.72 | 0.55 | - |
| YUV | 50.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 0 | 0 | 0.88 | 1 | 0.46 | 7.45 | 1 | 0.27 |
| Hex | 89 | 11 | 0 | 0 | 58 | 64 | 2E | 7 | 64 | 1B |
| Octal | 211 | 21 | 0 | 0 | 130 | 144 | 56 | 7 | 144 | 33 |
| Binary | 10001001 | 10001 | 0 | 0 | 1011000 | 1100100 | 101110 | 111 | 1100100 | 11011 |
Color Harmonies of #891100
Complementary color
Monochromatic Colors of #891100
Black with #891100
Text Example
Text Example
White with #891100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891100; }
p { color: rgb(137,17,0); }
H1.HeaderClassName
{
color: #891100;
}
.AnyTagClassName
{
color: #891100;
}
</style>
background-color css
<style>
a { background-color: #891100; }
a { background-color: rgb(137,17,0); }
div.DivClassName
{
background-color: #891100;
}
.BgClassName
{
background-color: #891100;
}
</style>
border-color css
<style>
span { border-color: #891100; }
span { border-color: rgb(137,17,0); }
td.TdClassName
{
border-color: #891100;
}
.TagClassName
{
border-color: #891100;
}
</style>