Shades of Dark Red #891302
Tints of Dark Red #891302
RGB
CMYK
RGB Variations
Color information
#891302 (or 0x891302) is known color: Dark Red. HEX triplet: 89, 13 and 02. RGB value is (137,19,2). Sum of RGB (Red+Green+Blue) = 137+19+2=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #891302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891302 is #76ECFD. Grayscale: #343434. Windows color (decimal): -7793918 or 136073. OLE color: 136073.
HSL color Cylindrical-coordinate representation of color #891302: hue angle of 7.56º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #891302 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.46 |
| HSL | 7.56º | 0.97% | 0.27% | - |
| HSV(B) | 7.56º | 0.99% | 0.54% | - |
| XYZ | 10.56 | 5.79 | 0.62 | - |
| YUV | 52.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 2 | 0 | 0.86 | 0.99 | 0.46 | 7.56 | 0.97 | 0.27 |
| Hex | 89 | 13 | 2 | 0 | 56 | 63 | 2E | 8 | 61 | 1B |
| Octal | 211 | 23 | 2 | 0 | 126 | 143 | 56 | 10 | 141 | 33 |
| Binary | 10001001 | 10011 | 10 | 0 | 1010110 | 1100011 | 101110 | 1000 | 1100001 | 11011 |
Color Harmonies of #891302
Complementary color
Monochromatic Colors of #891302
Black with #891302
Text Example
Text Example
White with #891302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891302; }
p { color: rgb(137,19,2); }
H1.HeaderClassName
{
color: #891302;
}
.AnyTagClassName
{
color: #891302;
}
</style>
background-color css
<style>
a { background-color: #891302; }
a { background-color: rgb(137,19,2); }
div.DivClassName
{
background-color: #891302;
}
.BgClassName
{
background-color: #891302;
}
</style>
border-color css
<style>
span { border-color: #891302; }
span { border-color: rgb(137,19,2); }
td.TdClassName
{
border-color: #891302;
}
.TagClassName
{
border-color: #891302;
}
</style>