Shades of Dark Red #890E09
Tints of Dark Red #890E09
RGB
CMYK
RGB Variations
Color information
#890E09 (or 0x890E09) is known color: Dark Red. HEX triplet: 89, 0E and 09. RGB value is (137,14,9). Sum of RGB (Red+Green+Blue) = 137+14+9=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #890E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890E09 is #76F1F6. Grayscale: #323232. Windows color (decimal): -7795191 or 593545. OLE color: 593545.
HSL color Cylindrical-coordinate representation of color #890E09: hue angle of 2.34º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890E09 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 9 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.46 |
| HSL | 2.34º | 0.88% | 0.29% | - |
| HSV(B) | 2.34º | 0.93% | 0.54% | - |
| XYZ | 10.52 | 5.65 | 0.79 | - |
| YUV | 50.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 9 | 0 | 0.90 | 0.93 | 0.46 | 2.34 | 0.88 | 0.29 |
| Hex | 89 | E | 9 | 0 | 5A | 5D | 2E | 2 | 58 | 1D |
| Octal | 211 | 16 | 11 | 0 | 132 | 135 | 56 | 2 | 130 | 35 |
| Binary | 10001001 | 1110 | 1001 | 0 | 1011010 | 1011101 | 101110 | 10 | 1011000 | 11101 |
Color Harmonies of #890E09
Complementary color
Monochromatic Colors of #890E09
Black with #890E09
Text Example
Text Example
White with #890E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E09; }
p { color: rgb(137,14,9); }
H1.HeaderClassName
{
color: #890E09;
}
.AnyTagClassName
{
color: #890E09;
}
</style>
background-color css
<style>
a { background-color: #890E09; }
a { background-color: rgb(137,14,9); }
div.DivClassName
{
background-color: #890E09;
}
.BgClassName
{
background-color: #890E09;
}
</style>
border-color css
<style>
span { border-color: #890E09; }
span { border-color: rgb(137,14,9); }
td.TdClassName
{
border-color: #890E09;
}
.TagClassName
{
border-color: #890E09;
}
</style>