Shades of Dark Red #890E04
Tints of Dark Red #890E04
RGB
CMYK
RGB Variations
Color information
#890E04 (or 0x890E04) is known color: Dark Red. HEX triplet: 89, 0E and 04. RGB value is (137,14,4). Sum of RGB (Red+Green+Blue) = 137+14+4=155 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.39% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 137 - color contains mainly: red. Hex color #890E04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890E04 is #76F1FB. Grayscale: #313131. Windows color (decimal): -7795196 or 265865. OLE color: 265865.
HSL color Cylindrical-coordinate representation of color #890E04: hue angle of 4.51º 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 #890E04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 4 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.46 |
| HSL | 4.51º | 0.94% | 0.28% | - |
| HSV(B) | 4.51º | 0.97% | 0.54% | - |
| XYZ | 10.5 | 5.64 | 0.65 | - |
| YUV | 49.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 4 | 0 | 0.90 | 0.97 | 0.46 | 4.51 | 0.94 | 0.28 |
| Hex | 89 | E | 4 | 0 | 5A | 61 | 2E | 5 | 5E | 1C |
| Octal | 211 | 16 | 4 | 0 | 132 | 141 | 56 | 5 | 136 | 34 |
| Binary | 10001001 | 1110 | 100 | 0 | 1011010 | 1100001 | 101110 | 101 | 1011110 | 11100 |
Color Harmonies of #890E04
Complementary color
Monochromatic Colors of #890E04
Black with #890E04
Text Example
Text Example
White with #890E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E04; }
p { color: rgb(137,14,4); }
H1.HeaderClassName
{
color: #890E04;
}
.AnyTagClassName
{
color: #890E04;
}
</style>
background-color css
<style>
a { background-color: #890E04; }
a { background-color: rgb(137,14,4); }
div.DivClassName
{
background-color: #890E04;
}
.BgClassName
{
background-color: #890E04;
}
</style>
border-color css
<style>
span { border-color: #890E04; }
span { border-color: rgb(137,14,4); }
td.TdClassName
{
border-color: #890E04;
}
.TagClassName
{
border-color: #890E04;
}
</style>