Shades of Dark Red #980C00
Tints of Dark Red #980C00
RGB
CMYK
RGB Variations
Color information
#980C00 (or 0x980C00) is known color: Dark Red. HEX triplet: 98, 0C and 00. RGB value is (152,12,0). Sum of RGB (Red+Green+Blue) = 152+12+0=164 (21% of max value = 765). Red value is 152 (59.77% from 255 or 92.68% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 152 - color contains mainly: red. Hex color #980C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980C00 is #67F3FF. Grayscale: #343434. Windows color (decimal): -6812672 or 3224. OLE color: 3224.
HSL color Cylindrical-coordinate representation of color #980C00: hue angle of 4.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980C00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 12 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.40 |
| HSL | 4.74º | 1% | 0.3% | - |
| HSV(B) | 4.74º | 1% | 0.6% | - |
| XYZ | 13.08 | 6.94 | 0.65 | - |
| YUV | 52.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 0 | 0 | 0.92 | 1 | 0.40 | 4.74 | 1 | 0.3 |
| Hex | 98 | C | 0 | 0 | 5C | 64 | 28 | 5 | 64 | 1E |
| Octal | 230 | 14 | 0 | 0 | 134 | 144 | 50 | 5 | 144 | 36 |
| Binary | 10011000 | 1100 | 0 | 0 | 1011100 | 1100100 | 101000 | 101 | 1100100 | 11110 |
Color Harmonies of #980C00
Complementary color
Monochromatic Colors of #980C00
Black with #980C00
Text Example
Text Example
White with #980C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980C00; }
p { color: rgb(152,12,0); }
H1.HeaderClassName
{
color: #980C00;
}
.AnyTagClassName
{
color: #980C00;
}
</style>
background-color css
<style>
a { background-color: #980C00; }
a { background-color: rgb(152,12,0); }
div.DivClassName
{
background-color: #980C00;
}
.BgClassName
{
background-color: #980C00;
}
</style>
border-color css
<style>
span { border-color: #980C00; }
span { border-color: rgb(152,12,0); }
td.TdClassName
{
border-color: #980C00;
}
.TagClassName
{
border-color: #980C00;
}
</style>