Shades of Dark Red #890F0A
Tints of Dark Red #890F0A
RGB
CMYK
RGB Variations
Color information
#890F0A (or 0x890F0A) is known color: Dark Red. HEX triplet: 89, 0F and 0A. RGB value is (137,15,10). Sum of RGB (Red+Green+Blue) = 137+15+10=162 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.57% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 137 - color contains mainly: red. Hex color #890F0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890F0A is #76F0F5. Grayscale: #333333. Windows color (decimal): -7794934 or 659337. OLE color: 659337.
HSL color Cylindrical-coordinate representation of color #890F0A: hue angle of 2.36º degrees, saturation: 0.86, 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 #890F0A is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 10 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.46 |
| HSL | 2.36º | 0.86% | 0.29% | - |
| HSV(B) | 2.36º | 0.93% | 0.54% | - |
| XYZ | 10.54 | 5.68 | 0.83 | - |
| YUV | 50.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 10 | 0 | 0.89 | 0.93 | 0.46 | 2.36 | 0.86 | 0.29 |
| Hex | 89 | F | A | 0 | 59 | 5D | 2E | 2 | 56 | 1D |
| Octal | 211 | 17 | 12 | 0 | 131 | 135 | 56 | 2 | 126 | 35 |
| Binary | 10001001 | 1111 | 1010 | 0 | 1011001 | 1011101 | 101110 | 10 | 1010110 | 11101 |
Color Harmonies of #890F0A
Complementary color
Monochromatic Colors of #890F0A
Black with #890F0A
Text Example
Text Example
White with #890F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F0A; }
p { color: rgb(137,15,10); }
H1.HeaderClassName
{
color: #890F0A;
}
.AnyTagClassName
{
color: #890F0A;
}
</style>
background-color css
<style>
a { background-color: #890F0A; }
a { background-color: rgb(137,15,10); }
div.DivClassName
{
background-color: #890F0A;
}
.BgClassName
{
background-color: #890F0A;
}
</style>
border-color css
<style>
span { border-color: #890F0A; }
span { border-color: rgb(137,15,10); }
td.TdClassName
{
border-color: #890F0A;
}
.TagClassName
{
border-color: #890F0A;
}
</style>