Shades of Dark Red #891107
Tints of Dark Red #891107
RGB
CMYK
RGB Variations
Color information
#891107 (or 0x891107) is known color: Dark Red. HEX triplet: 89, 11 and 07. RGB value is (137,17,7). Sum of RGB (Red+Green+Blue) = 137+17+7=161 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.09% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 137 - color contains mainly: red. Hex color #891107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891107 is #76EEF8. Grayscale: #333333. Windows color (decimal): -7794425 or 463241. OLE color: 463241.
HSL color Cylindrical-coordinate representation of color #891107: hue angle of 4.62º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #891107 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 7 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.46 |
| HSL | 4.62º | 0.9% | 0.28% | - |
| HSV(B) | 4.62º | 0.95% | 0.54% | - |
| XYZ | 10.56 | 5.73 | 0.75 | - |
| YUV | 51.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 7 | 0 | 0.88 | 0.95 | 0.46 | 4.62 | 0.9 | 0.28 |
| Hex | 89 | 11 | 7 | 0 | 58 | 5F | 2E | 5 | 5A | 1C |
| Octal | 211 | 21 | 7 | 0 | 130 | 137 | 56 | 5 | 132 | 34 |
| Binary | 10001001 | 10001 | 111 | 0 | 1011000 | 1011111 | 101110 | 101 | 1011010 | 11100 |
Color Harmonies of #891107
Complementary color
Monochromatic Colors of #891107
Black with #891107
Text Example
Text Example
White with #891107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891107; }
p { color: rgb(137,17,7); }
H1.HeaderClassName
{
color: #891107;
}
.AnyTagClassName
{
color: #891107;
}
</style>
background-color css
<style>
a { background-color: #891107; }
a { background-color: rgb(137,17,7); }
div.DivClassName
{
background-color: #891107;
}
.BgClassName
{
background-color: #891107;
}
</style>
border-color css
<style>
span { border-color: #891107; }
span { border-color: rgb(137,17,7); }
td.TdClassName
{
border-color: #891107;
}
.TagClassName
{
border-color: #891107;
}
</style>