Shades of Dark Red #981603
Tints of Dark Red #981603
RGB
CMYK
RGB Variations
Color information
#981603 (or 0x981603) is known color: Dark Red. HEX triplet: 98, 16 and 03. RGB value is (152,22,3). Sum of RGB (Red+Green+Blue) = 152+22+3=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #981603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981603 is #67E9FC. Grayscale: #3A3A3A. Windows color (decimal): -6810109 or 202392. OLE color: 202392.
HSL color Cylindrical-coordinate representation of color #981603: hue angle of 7.65º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #981603 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 3 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.40 |
| HSL | 7.65º | 0.96% | 0.3% | - |
| HSV(B) | 7.65º | 0.98% | 0.6% | - |
| XYZ | 13.25 | 7.26 | 0.79 | - |
| YUV | 58.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 3 | 0 | 0.86 | 0.98 | 0.40 | 7.65 | 0.96 | 0.3 |
| Hex | 98 | 16 | 3 | 0 | 56 | 62 | 28 | 8 | 60 | 1E |
| Octal | 230 | 26 | 3 | 0 | 126 | 142 | 50 | 10 | 140 | 36 |
| Binary | 10011000 | 10110 | 11 | 0 | 1010110 | 1100010 | 101000 | 1000 | 1100000 | 11110 |
Color Harmonies of #981603
Complementary color
Monochromatic Colors of #981603
Black with #981603
Text Example
Text Example
White with #981603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981603; }
p { color: rgb(152,22,3); }
H1.HeaderClassName
{
color: #981603;
}
.AnyTagClassName
{
color: #981603;
}
</style>
background-color css
<style>
a { background-color: #981603; }
a { background-color: rgb(152,22,3); }
div.DivClassName
{
background-color: #981603;
}
.BgClassName
{
background-color: #981603;
}
</style>
border-color css
<style>
span { border-color: #981603; }
span { border-color: rgb(152,22,3); }
td.TdClassName
{
border-color: #981603;
}
.TagClassName
{
border-color: #981603;
}
</style>