Shades of Dark Red #890404
Tints of Dark Red #890404
RGB
CMYK
RGB Variations
Color information
#890404 (or 0x890404) is known color: Dark Red. HEX triplet: 89, 04 and 04. RGB value is (137,4,4). Sum of RGB (Red+Green+Blue) = 137+4+4=145 (19% of max value = 765). Red value is 137 (53.91% from 255 or 94.48% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 137 - color contains mainly: red. Hex color #890404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890404 is #76FBFB. Grayscale: #2B2B2B. Windows color (decimal): -7797756 or 263305. OLE color: 263305.
HSL color Cylindrical-coordinate representation of color #890404: hue angle of 0º 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 #890404 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 4 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.46 |
| HSL | 0º | 0.94% | 0.28% | - |
| HSV(B) | 0º | 0.97% | 0.54% | - |
| XYZ | 10.38 | 5.41 | 0.61 | - |
| YUV | 43.77 | 105.56 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 4 | 0 | 0.97 | 0.97 | 0.46 | 0 | 0.94 | 0.28 |
| Hex | 89 | 4 | 4 | 0 | 61 | 61 | 2E | 0 | 5E | 1C |
| Octal | 211 | 4 | 4 | 0 | 141 | 141 | 56 | 0 | 136 | 34 |
| Binary | 10001001 | 100 | 100 | 0 | 1100001 | 1100001 | 101110 | 0 | 1011110 | 11100 |
Color Harmonies of #890404
Complementary color
Monochromatic Colors of #890404
Black with #890404
Text Example
Text Example
White with #890404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890404; }
p { color: rgb(137,4,4); }
H1.HeaderClassName
{
color: #890404;
}
.AnyTagClassName
{
color: #890404;
}
</style>
background-color css
<style>
a { background-color: #890404; }
a { background-color: rgb(137,4,4); }
div.DivClassName
{
background-color: #890404;
}
.BgClassName
{
background-color: #890404;
}
</style>
border-color css
<style>
span { border-color: #890404; }
span { border-color: rgb(137,4,4); }
td.TdClassName
{
border-color: #890404;
}
.TagClassName
{
border-color: #890404;
}
</style>