Shades of Dark Red #980C06
Tints of Dark Red #980C06
RGB
CMYK
RGB Variations
Color information
#980C06 (or 0x980C06) is known color: Dark Red. HEX triplet: 98, 0C and 06. RGB value is (152,12,6). Sum of RGB (Red+Green+Blue) = 152+12+6=170 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.41% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 152 - color contains mainly: red. Hex color #980C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980C06 is #67F3F9. Grayscale: #353535. Windows color (decimal): -6812666 or 396440. OLE color: 396440.
HSL color Cylindrical-coordinate representation of color #980C06: hue angle of 2.47º 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 #980C06 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 12 | 6 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.40 |
| HSL | 2.47º | 0.92% | 0.31% | - |
| HSV(B) | 2.47º | 0.96% | 0.6% | - |
| XYZ | 13.11 | 6.95 | 0.82 | - |
| YUV | 53.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 6 | 0 | 0.92 | 0.96 | 0.40 | 2.47 | 0.92 | 0.31 |
| Hex | 98 | C | 6 | 0 | 5C | 60 | 28 | 2 | 5C | 1F |
| Octal | 230 | 14 | 6 | 0 | 134 | 140 | 50 | 2 | 134 | 37 |
| Binary | 10011000 | 1100 | 110 | 0 | 1011100 | 1100000 | 101000 | 10 | 1011100 | 11111 |
Color Harmonies of #980C06
Complementary color
Monochromatic Colors of #980C06
Black with #980C06
Text Example
Text Example
White with #980C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980C06; }
p { color: rgb(152,12,6); }
H1.HeaderClassName
{
color: #980C06;
}
.AnyTagClassName
{
color: #980C06;
}
</style>
background-color css
<style>
a { background-color: #980C06; }
a { background-color: rgb(152,12,6); }
div.DivClassName
{
background-color: #980C06;
}
.BgClassName
{
background-color: #980C06;
}
</style>
border-color css
<style>
span { border-color: #980C06; }
span { border-color: rgb(152,12,6); }
td.TdClassName
{
border-color: #980C06;
}
.TagClassName
{
border-color: #980C06;
}
</style>