Shades of Dark Red #981007
Tints of Dark Red #981007
RGB
CMYK
RGB Variations
Color information
#981007 (or 0x981007) is known color: Dark Red. HEX triplet: 98, 10 and 07. RGB value is (152,16,7). Sum of RGB (Red+Green+Blue) = 152+16+7=175 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.86% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 152 - color contains mainly: red. Hex color #981007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981007 is #67EFF8. Grayscale: #373737. Windows color (decimal): -6811641 or 463000. OLE color: 463000.
HSL color Cylindrical-coordinate representation of color #981007: hue angle of 3.72º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #981007 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 7 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.40 |
| HSL | 3.72º | 0.91% | 0.31% | - |
| HSV(B) | 3.72º | 0.95% | 0.6% | - |
| XYZ | 13.17 | 7.06 | 0.87 | - |
| YUV | 55.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 7 | 0 | 0.89 | 0.95 | 0.40 | 3.72 | 0.91 | 0.31 |
| Hex | 98 | 10 | 7 | 0 | 59 | 5F | 28 | 4 | 5B | 1F |
| Octal | 230 | 20 | 7 | 0 | 131 | 137 | 50 | 4 | 133 | 37 |
| Binary | 10011000 | 10000 | 111 | 0 | 1011001 | 1011111 | 101000 | 100 | 1011011 | 11111 |
Color Harmonies of #981007
Complementary color
Monochromatic Colors of #981007
Black with #981007
Text Example
Text Example
White with #981007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981007; }
p { color: rgb(152,16,7); }
H1.HeaderClassName
{
color: #981007;
}
.AnyTagClassName
{
color: #981007;
}
</style>
background-color css
<style>
a { background-color: #981007; }
a { background-color: rgb(152,16,7); }
div.DivClassName
{
background-color: #981007;
}
.BgClassName
{
background-color: #981007;
}
</style>
border-color css
<style>
span { border-color: #981007; }
span { border-color: rgb(152,16,7); }
td.TdClassName
{
border-color: #981007;
}
.TagClassName
{
border-color: #981007;
}
</style>