Shades of Dark Red #980600
Tints of Dark Red #980600
RGB
CMYK
RGB Variations
Color information
#980600 (or 0x980600) is known color: Dark Red. HEX triplet: 98, 06 and 00. RGB value is (152,6,0). Sum of RGB (Red+Green+Blue) = 152+6+0=158 (20% of max value = 765). Red value is 152 (59.77% from 255 or 96.20% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 152 - color contains mainly: red. Hex color #980600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980600 is #67F9FF. Grayscale: #313131. Windows color (decimal): -6814208 or 1688. OLE color: 1688.
HSL color Cylindrical-coordinate representation of color #980600: hue angle of 2.37º 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 #980600 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 6 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.40 |
| HSL | 2.37º | 1% | 0.3% | - |
| HSV(B) | 2.37º | 1% | 0.6% | - |
| XYZ | 13.01 | 6.81 | 0.63 | - |
| YUV | 48.97 | 100.37 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 6 | 0 | 0 | 0.96 | 1 | 0.40 | 2.37 | 1 | 0.3 |
| Hex | 98 | 6 | 0 | 0 | 60 | 64 | 28 | 2 | 64 | 1E |
| Octal | 230 | 6 | 0 | 0 | 140 | 144 | 50 | 2 | 144 | 36 |
| Binary | 10011000 | 110 | 0 | 0 | 1100000 | 1100100 | 101000 | 10 | 1100100 | 11110 |
Color Harmonies of #980600
Complementary color
Monochromatic Colors of #980600
Black with #980600
Text Example
Text Example
White with #980600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980600; }
p { color: rgb(152,6,0); }
H1.HeaderClassName
{
color: #980600;
}
.AnyTagClassName
{
color: #980600;
}
</style>
background-color css
<style>
a { background-color: #980600; }
a { background-color: rgb(152,6,0); }
div.DivClassName
{
background-color: #980600;
}
.BgClassName
{
background-color: #980600;
}
</style>
border-color css
<style>
span { border-color: #980600; }
span { border-color: rgb(152,6,0); }
td.TdClassName
{
border-color: #980600;
}
.TagClassName
{
border-color: #980600;
}
</style>