Shades of Dark Red #890A04
Tints of Dark Red #890A04
RGB
CMYK
RGB Variations
Color information
#890A04 (or 0x890A04) is known color: Dark Red. HEX triplet: 89, 0A and 04. RGB value is (137,10,4). Sum of RGB (Red+Green+Blue) = 137+10+4=151 (20% of max value = 765). Red value is 137 (53.91% from 255 or 90.73% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 137 - color contains mainly: red. Hex color #890A04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890A04 is #76F5FB. Grayscale: #2F2F2F. Windows color (decimal): -7796220 or 264841. OLE color: 264841.
HSL color Cylindrical-coordinate representation of color #890A04: hue angle of 2.71º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890A04 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 4 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.46 |
| HSL | 2.71º | 0.94% | 0.28% | - |
| HSV(B) | 2.71º | 0.97% | 0.54% | - |
| XYZ | 10.45 | 5.54 | 0.63 | - |
| YUV | 47.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 4 | 0 | 0.93 | 0.97 | 0.46 | 2.71 | 0.94 | 0.28 |
| Hex | 89 | A | 4 | 0 | 5D | 61 | 2E | 3 | 5E | 1C |
| Octal | 211 | 12 | 4 | 0 | 135 | 141 | 56 | 3 | 136 | 34 |
| Binary | 10001001 | 1010 | 100 | 0 | 1011101 | 1100001 | 101110 | 11 | 1011110 | 11100 |
Color Harmonies of #890A04
Complementary color
Monochromatic Colors of #890A04
Black with #890A04
Text Example
Text Example
White with #890A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A04; }
p { color: rgb(137,10,4); }
H1.HeaderClassName
{
color: #890A04;
}
.AnyTagClassName
{
color: #890A04;
}
</style>
background-color css
<style>
a { background-color: #890A04; }
a { background-color: rgb(137,10,4); }
div.DivClassName
{
background-color: #890A04;
}
.BgClassName
{
background-color: #890A04;
}
</style>
border-color css
<style>
span { border-color: #890A04; }
span { border-color: rgb(137,10,4); }
td.TdClassName
{
border-color: #890A04;
}
.TagClassName
{
border-color: #890A04;
}
</style>