Shades of Dark Red #890F05
Tints of Dark Red #890F05
RGB
CMYK
RGB Variations
Color information
#890F05 (or 0x890F05) is known color: Dark Red. HEX triplet: 89, 0F and 05. RGB value is (137,15,5). Sum of RGB (Red+Green+Blue) = 137+15+5=157 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.26% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 137 - color contains mainly: red. Hex color #890F05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890F05 is #76F0FA. Grayscale: #323232. Windows color (decimal): -7794939 or 331657. OLE color: 331657.
HSL color Cylindrical-coordinate representation of color #890F05: hue angle of 4.55º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890F05 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 5 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.46 |
| HSL | 4.55º | 0.93% | 0.28% | - |
| HSV(B) | 4.55º | 0.96% | 0.54% | - |
| XYZ | 10.51 | 5.67 | 0.68 | - |
| YUV | 50.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 5 | 0 | 0.89 | 0.96 | 0.46 | 4.55 | 0.93 | 0.28 |
| Hex | 89 | F | 5 | 0 | 59 | 60 | 2E | 5 | 5D | 1C |
| Octal | 211 | 17 | 5 | 0 | 131 | 140 | 56 | 5 | 135 | 34 |
| Binary | 10001001 | 1111 | 101 | 0 | 1011001 | 1100000 | 101110 | 101 | 1011101 | 11100 |
Color Harmonies of #890F05
Complementary color
Monochromatic Colors of #890F05
Black with #890F05
Text Example
Text Example
White with #890F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F05; }
p { color: rgb(137,15,5); }
H1.HeaderClassName
{
color: #890F05;
}
.AnyTagClassName
{
color: #890F05;
}
</style>
background-color css
<style>
a { background-color: #890F05; }
a { background-color: rgb(137,15,5); }
div.DivClassName
{
background-color: #890F05;
}
.BgClassName
{
background-color: #890F05;
}
</style>
border-color css
<style>
span { border-color: #890F05; }
span { border-color: rgb(137,15,5); }
td.TdClassName
{
border-color: #890F05;
}
.TagClassName
{
border-color: #890F05;
}
</style>