Shades of Dark Red #890F09
Tints of Dark Red #890F09
RGB
CMYK
RGB Variations
Color information
#890F09 (or 0x890F09) is known color: Dark Red. HEX triplet: 89, 0F and 09. RGB value is (137,15,9). Sum of RGB (Red+Green+Blue) = 137+15+9=161 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.09% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 137 - color contains mainly: red. Hex color #890F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890F09 is #76F0F6. Grayscale: #323232. Windows color (decimal): -7794935 or 593801. OLE color: 593801.
HSL color Cylindrical-coordinate representation of color #890F09: hue angle of 2.81º 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 #890F09 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 9 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.46 |
| HSL | 2.81º | 0.88% | 0.29% | - |
| HSV(B) | 2.81º | 0.93% | 0.54% | - |
| XYZ | 10.54 | 5.68 | 0.8 | - |
| YUV | 50.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 9 | 0 | 0.89 | 0.93 | 0.46 | 2.81 | 0.88 | 0.29 |
| Hex | 89 | F | 9 | 0 | 59 | 5D | 2E | 3 | 58 | 1D |
| Octal | 211 | 17 | 11 | 0 | 131 | 135 | 56 | 3 | 130 | 35 |
| Binary | 10001001 | 1111 | 1001 | 0 | 1011001 | 1011101 | 101110 | 11 | 1011000 | 11101 |
Color Harmonies of #890F09
Complementary color
Monochromatic Colors of #890F09
Black with #890F09
Text Example
Text Example
White with #890F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F09; }
p { color: rgb(137,15,9); }
H1.HeaderClassName
{
color: #890F09;
}
.AnyTagClassName
{
color: #890F09;
}
</style>
background-color css
<style>
a { background-color: #890F09; }
a { background-color: rgb(137,15,9); }
div.DivClassName
{
background-color: #890F09;
}
.BgClassName
{
background-color: #890F09;
}
</style>
border-color css
<style>
span { border-color: #890F09; }
span { border-color: rgb(137,15,9); }
td.TdClassName
{
border-color: #890F09;
}
.TagClassName
{
border-color: #890F09;
}
</style>