Shades of Dark Red #981609
Tints of Dark Red #981609
RGB
CMYK
RGB Variations
Color information
#981609 (or 0x981609) is known color: Dark Red. HEX triplet: 98, 16 and 09. RGB value is (152,22,9). Sum of RGB (Red+Green+Blue) = 152+22+9=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #981609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981609 is #67E9F6. Grayscale: #3B3B3B. Windows color (decimal): -6810103 or 595608. OLE color: 595608.
HSL color Cylindrical-coordinate representation of color #981609: hue angle of 5.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #981609 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 9 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.40 |
| HSL | 5.45º | 0.89% | 0.32% | - |
| HSV(B) | 5.45º | 0.94% | 0.6% | - |
| XYZ | 13.29 | 7.27 | 0.96 | - |
| YUV | 59.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 9 | 0 | 0.86 | 0.94 | 0.40 | 5.45 | 0.89 | 0.32 |
| Hex | 98 | 16 | 9 | 0 | 56 | 5E | 28 | 5 | 59 | 20 |
| Octal | 230 | 26 | 11 | 0 | 126 | 136 | 50 | 5 | 131 | 40 |
| Binary | 10011000 | 10110 | 1001 | 0 | 1010110 | 1011110 | 101000 | 101 | 1011001 | 100000 |
Color Harmonies of #981609
Complementary color
Monochromatic Colors of #981609
Black with #981609
Text Example
Text Example
White with #981609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981609; }
p { color: rgb(152,22,9); }
H1.HeaderClassName
{
color: #981609;
}
.AnyTagClassName
{
color: #981609;
}
</style>
background-color css
<style>
a { background-color: #981609; }
a { background-color: rgb(152,22,9); }
div.DivClassName
{
background-color: #981609;
}
.BgClassName
{
background-color: #981609;
}
</style>
border-color css
<style>
span { border-color: #981609; }
span { border-color: rgb(152,22,9); }
td.TdClassName
{
border-color: #981609;
}
.TagClassName
{
border-color: #981609;
}
</style>