Shades of Dark Red #981605
Tints of Dark Red #981605
RGB
CMYK
RGB Variations
Color information
#981605 (or 0x981605) is known color: Dark Red. HEX triplet: 98, 16 and 05. RGB value is (152,22,5). Sum of RGB (Red+Green+Blue) = 152+22+5=179 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.92% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 152 - color contains mainly: red. Hex color #981605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981605 is #67E9FA. Grayscale: #3B3B3B. Windows color (decimal): -6810107 or 333464. OLE color: 333464.
HSL color Cylindrical-coordinate representation of color #981605: hue angle of 6.94º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #981605 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 5 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.40 |
| HSL | 6.94º | 0.94% | 0.31% | - |
| HSV(B) | 6.94º | 0.97% | 0.6% | - |
| XYZ | 13.26 | 7.26 | 0.85 | - |
| YUV | 58.93 | 97.57 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 5 | 0 | 0.86 | 0.97 | 0.40 | 6.94 | 0.94 | 0.31 |
| Hex | 98 | 16 | 5 | 0 | 56 | 61 | 28 | 7 | 5E | 1F |
| Octal | 230 | 26 | 5 | 0 | 126 | 141 | 50 | 7 | 136 | 37 |
| Binary | 10011000 | 10110 | 101 | 0 | 1010110 | 1100001 | 101000 | 111 | 1011110 | 11111 |
Color Harmonies of #981605
Complementary color
Monochromatic Colors of #981605
Black with #981605
Text Example
Text Example
White with #981605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981605; }
p { color: rgb(152,22,5); }
H1.HeaderClassName
{
color: #981605;
}
.AnyTagClassName
{
color: #981605;
}
</style>
background-color css
<style>
a { background-color: #981605; }
a { background-color: rgb(152,22,5); }
div.DivClassName
{
background-color: #981605;
}
.BgClassName
{
background-color: #981605;
}
</style>
border-color css
<style>
span { border-color: #981605; }
span { border-color: rgb(152,22,5); }
td.TdClassName
{
border-color: #981605;
}
.TagClassName
{
border-color: #981605;
}
</style>