Shades of Dark Red #890A09
Tints of Dark Red #890A09
RGB
CMYK
RGB Variations
Color information
#890A09 (or 0x890A09) is known color: Dark Red. HEX triplet: 89, 0A and 09. RGB value is (137,10,9). Sum of RGB (Red+Green+Blue) = 137+10+9=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #890A09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890A09 is #76F5F6. Grayscale: #2F2F2F. Windows color (decimal): -7796215 or 592521. OLE color: 592521.
HSL color Cylindrical-coordinate representation of color #890A09: hue angle of 0.47º 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 #890A09 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 9 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.46 |
| HSL | 0.47º | 0.88% | 0.29% | - |
| HSV(B) | 0.47º | 0.93% | 0.54% | - |
| XYZ | 10.47 | 5.56 | 0.78 | - |
| YUV | 47.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 9 | 0 | 0.93 | 0.93 | 0.46 | 0.47 | 0.88 | 0.29 |
| Hex | 89 | A | 9 | 0 | 5D | 5D | 2E | 0 | 58 | 1D |
| Octal | 211 | 12 | 11 | 0 | 135 | 135 | 56 | 0 | 130 | 35 |
| Binary | 10001001 | 1010 | 1001 | 0 | 1011101 | 1011101 | 101110 | 0 | 1011000 | 11101 |
Color Harmonies of #890A09
Complementary color
Monochromatic Colors of #890A09
Black with #890A09
Text Example
Text Example
White with #890A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A09; }
p { color: rgb(137,10,9); }
H1.HeaderClassName
{
color: #890A09;
}
.AnyTagClassName
{
color: #890A09;
}
</style>
background-color css
<style>
a { background-color: #890A09; }
a { background-color: rgb(137,10,9); }
div.DivClassName
{
background-color: #890A09;
}
.BgClassName
{
background-color: #890A09;
}
</style>
border-color css
<style>
span { border-color: #890A09; }
span { border-color: rgb(137,10,9); }
td.TdClassName
{
border-color: #890A09;
}
.TagClassName
{
border-color: #890A09;
}
</style>