Shades of Dark Red #981306
Tints of Dark Red #981306
RGB
CMYK
RGB Variations
Color information
#981306 (or 0x981306) is known color: Dark Red. HEX triplet: 98, 13 and 06. RGB value is (152,19,6). Sum of RGB (Red+Green+Blue) = 152+19+6=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #981306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981306 is #67ECF9. Grayscale: #393939. Windows color (decimal): -6810874 or 398232. OLE color: 398232.
HSL color Cylindrical-coordinate representation of color #981306: hue angle of 5.34º 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 #981306 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 6 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.40 |
| HSL | 5.34º | 0.92% | 0.31% | - |
| HSV(B) | 5.34º | 0.96% | 0.6% | - |
| XYZ | 13.21 | 7.15 | 0.86 | - |
| YUV | 57.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 6 | 0 | 0.87 | 0.96 | 0.40 | 5.34 | 0.92 | 0.31 |
| Hex | 98 | 13 | 6 | 0 | 57 | 60 | 28 | 5 | 5C | 1F |
| Octal | 230 | 23 | 6 | 0 | 127 | 140 | 50 | 5 | 134 | 37 |
| Binary | 10011000 | 10011 | 110 | 0 | 1010111 | 1100000 | 101000 | 101 | 1011100 | 11111 |
Color Harmonies of #981306
Complementary color
Monochromatic Colors of #981306
Black with #981306
Text Example
Text Example
White with #981306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981306; }
p { color: rgb(152,19,6); }
H1.HeaderClassName
{
color: #981306;
}
.AnyTagClassName
{
color: #981306;
}
</style>
background-color css
<style>
a { background-color: #981306; }
a { background-color: rgb(152,19,6); }
div.DivClassName
{
background-color: #981306;
}
.BgClassName
{
background-color: #981306;
}
</style>
border-color css
<style>
span { border-color: #981306; }
span { border-color: rgb(152,19,6); }
td.TdClassName
{
border-color: #981306;
}
.TagClassName
{
border-color: #981306;
}
</style>