Shades of Dark Red #890A05
Tints of Dark Red #890A05
RGB
CMYK
RGB Variations
Color information
#890A05 (or 0x890A05) is known color: Dark Red. HEX triplet: 89, 0A and 05. RGB value is (137,10,5). Sum of RGB (Red+Green+Blue) = 137+10+5=152 (20% of max value = 765). Red value is 137 (53.91% from 255 or 90.13% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 137 - color contains mainly: red. Hex color #890A05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890A05 is #76F5FA. Grayscale: #2F2F2F. Windows color (decimal): -7796219 or 330377. OLE color: 330377.
HSL color Cylindrical-coordinate representation of color #890A05: hue angle of 2.27º 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 #890A05 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 5 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.46 |
| HSL | 2.27º | 0.93% | 0.28% | - |
| HSV(B) | 2.27º | 0.96% | 0.54% | - |
| XYZ | 10.45 | 5.55 | 0.66 | - |
| YUV | 47.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 5 | 0 | 0.93 | 0.96 | 0.46 | 2.27 | 0.93 | 0.28 |
| Hex | 89 | A | 5 | 0 | 5D | 60 | 2E | 2 | 5D | 1C |
| Octal | 211 | 12 | 5 | 0 | 135 | 140 | 56 | 2 | 135 | 34 |
| Binary | 10001001 | 1010 | 101 | 0 | 1011101 | 1100000 | 101110 | 10 | 1011101 | 11100 |
Color Harmonies of #890A05
Complementary color
Monochromatic Colors of #890A05
Black with #890A05
Text Example
Text Example
White with #890A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A05; }
p { color: rgb(137,10,5); }
H1.HeaderClassName
{
color: #890A05;
}
.AnyTagClassName
{
color: #890A05;
}
</style>
background-color css
<style>
a { background-color: #890A05; }
a { background-color: rgb(137,10,5); }
div.DivClassName
{
background-color: #890A05;
}
.BgClassName
{
background-color: #890A05;
}
</style>
border-color css
<style>
span { border-color: #890A05; }
span { border-color: rgb(137,10,5); }
td.TdClassName
{
border-color: #890A05;
}
.TagClassName
{
border-color: #890A05;
}
</style>