Shades of Dark Red #890504
Tints of Dark Red #890504
RGB
CMYK
RGB Variations
Color information
#890504 (or 0x890504) is known color: Dark Red. HEX triplet: 89, 05 and 04. RGB value is (137,5,4). Sum of RGB (Red+Green+Blue) = 137+5+4=146 (19% of max value = 765). Red value is 137 (53.91% from 255 or 93.84% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 137 - color contains mainly: red. Hex color #890504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890504 is #76FAFB. Grayscale: #2C2C2C. Windows color (decimal): -7797500 or 263561. OLE color: 263561.
HSL color Cylindrical-coordinate representation of color #890504: hue angle of 0.45º 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 #890504 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 4 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.46 |
| HSL | 0.45º | 0.94% | 0.28% | - |
| HSV(B) | 0.45º | 0.97% | 0.54% | - |
| XYZ | 10.39 | 5.44 | 0.62 | - |
| YUV | 44.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 4 | 0 | 0.96 | 0.97 | 0.46 | 0.45 | 0.94 | 0.28 |
| Hex | 89 | 5 | 4 | 0 | 60 | 61 | 2E | 0 | 5E | 1C |
| Octal | 211 | 5 | 4 | 0 | 140 | 141 | 56 | 0 | 136 | 34 |
| Binary | 10001001 | 101 | 100 | 0 | 1100000 | 1100001 | 101110 | 0 | 1011110 | 11100 |
Color Harmonies of #890504
Complementary color
Monochromatic Colors of #890504
Black with #890504
Text Example
Text Example
White with #890504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890504; }
p { color: rgb(137,5,4); }
H1.HeaderClassName
{
color: #890504;
}
.AnyTagClassName
{
color: #890504;
}
</style>
background-color css
<style>
a { background-color: #890504; }
a { background-color: rgb(137,5,4); }
div.DivClassName
{
background-color: #890504;
}
.BgClassName
{
background-color: #890504;
}
</style>
border-color css
<style>
span { border-color: #890504; }
span { border-color: rgb(137,5,4); }
td.TdClassName
{
border-color: #890504;
}
.TagClassName
{
border-color: #890504;
}
</style>