Shades of Dark Red #891304
Tints of Dark Red #891304
RGB
CMYK
RGB Variations
Color information
#891304 (or 0x891304) is known color: Dark Red. HEX triplet: 89, 13 and 04. RGB value is (137,19,4). Sum of RGB (Red+Green+Blue) = 137+19+4=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #891304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891304 is #76ECFB. Grayscale: #343434. Windows color (decimal): -7793916 or 267145. OLE color: 267145.
HSL color Cylindrical-coordinate representation of color #891304: hue angle of 6.77º 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 #891304 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 4 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.46 |
| HSL | 6.77º | 0.94% | 0.28% | - |
| HSV(B) | 6.77º | 0.97% | 0.54% | - |
| XYZ | 10.57 | 5.79 | 0.68 | - |
| YUV | 52.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 4 | 0 | 0.86 | 0.97 | 0.46 | 6.77 | 0.94 | 0.28 |
| Hex | 89 | 13 | 4 | 0 | 56 | 61 | 2E | 7 | 5E | 1C |
| Octal | 211 | 23 | 4 | 0 | 126 | 141 | 56 | 7 | 136 | 34 |
| Binary | 10001001 | 10011 | 100 | 0 | 1010110 | 1100001 | 101110 | 111 | 1011110 | 11100 |
Color Harmonies of #891304
Complementary color
Monochromatic Colors of #891304
Black with #891304
Text Example
Text Example
White with #891304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891304; }
p { color: rgb(137,19,4); }
H1.HeaderClassName
{
color: #891304;
}
.AnyTagClassName
{
color: #891304;
}
</style>
background-color css
<style>
a { background-color: #891304; }
a { background-color: rgb(137,19,4); }
div.DivClassName
{
background-color: #891304;
}
.BgClassName
{
background-color: #891304;
}
</style>
border-color css
<style>
span { border-color: #891304; }
span { border-color: rgb(137,19,4); }
td.TdClassName
{
border-color: #891304;
}
.TagClassName
{
border-color: #891304;
}
</style>