Shades of Dark Red #981706
Tints of Dark Red #981706
RGB
CMYK
RGB Variations
Color information
#981706 (or 0x981706) is known color: Dark Red. HEX triplet: 98, 17 and 06. RGB value is (152,23,6). Sum of RGB (Red+Green+Blue) = 152+23+6=181 (23% of max value = 765). Red value is 152 (59.77% from 255 or 83.98% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 152 - color contains mainly: red. Hex color #981706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981706 is #67E8F9. Grayscale: #3B3B3B. Windows color (decimal): -6809850 or 399256. OLE color: 399256.
HSL color Cylindrical-coordinate representation of color #981706: hue angle of 6.99º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #981706 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 6 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.40 |
| HSL | 6.99º | 0.92% | 0.31% | - |
| HSV(B) | 6.99º | 0.96% | 0.6% | - |
| XYZ | 13.29 | 7.3 | 0.88 | - |
| YUV | 59.63 | 97.74 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 6 | 0 | 0.85 | 0.96 | 0.40 | 6.99 | 0.92 | 0.31 |
| Hex | 98 | 17 | 6 | 0 | 55 | 60 | 28 | 7 | 5C | 1F |
| Octal | 230 | 27 | 6 | 0 | 125 | 140 | 50 | 7 | 134 | 37 |
| Binary | 10011000 | 10111 | 110 | 0 | 1010101 | 1100000 | 101000 | 111 | 1011100 | 11111 |
Color Harmonies of #981706
Complementary color
Monochromatic Colors of #981706
Black with #981706
Text Example
Text Example
White with #981706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981706; }
p { color: rgb(152,23,6); }
H1.HeaderClassName
{
color: #981706;
}
.AnyTagClassName
{
color: #981706;
}
</style>
background-color css
<style>
a { background-color: #981706; }
a { background-color: rgb(152,23,6); }
div.DivClassName
{
background-color: #981706;
}
.BgClassName
{
background-color: #981706;
}
</style>
border-color css
<style>
span { border-color: #981706; }
span { border-color: rgb(152,23,6); }
td.TdClassName
{
border-color: #981706;
}
.TagClassName
{
border-color: #981706;
}
</style>