Shades of Dark Red #980602
Tints of Dark Red #980602
RGB
CMYK
RGB Variations
Color information
#980602 (or 0x980602) is known color: Dark Red. HEX triplet: 98, 06 and 02. RGB value is (152,6,2). Sum of RGB (Red+Green+Blue) = 152+6+2=160 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 152 - color contains mainly: red. Hex color #980602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980602 is #67F9FD. Grayscale: #313131. Windows color (decimal): -6814206 or 132760. OLE color: 132760.
HSL color Cylindrical-coordinate representation of color #980602: hue angle of 1.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 6 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.40 |
| HSL | 1.6º | 0.97% | 0.3% | - |
| HSV(B) | 1.6º | 0.99% | 0.6% | - |
| XYZ | 13.02 | 6.81 | 0.69 | - |
| YUV | 49.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 6 | 2 | 0 | 0.96 | 0.99 | 0.40 | 1.6 | 0.97 | 0.3 |
| Hex | 98 | 6 | 2 | 0 | 60 | 63 | 28 | 2 | 61 | 1E |
| Octal | 230 | 6 | 2 | 0 | 140 | 143 | 50 | 2 | 141 | 36 |
| Binary | 10011000 | 110 | 10 | 0 | 1100000 | 1100011 | 101000 | 10 | 1100001 | 11110 |
Color Harmonies of #980602
Complementary color
Monochromatic Colors of #980602
Black with #980602
Text Example
Text Example
White with #980602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980602; }
p { color: rgb(152,6,2); }
H1.HeaderClassName
{
color: #980602;
}
.AnyTagClassName
{
color: #980602;
}
</style>
background-color css
<style>
a { background-color: #980602; }
a { background-color: rgb(152,6,2); }
div.DivClassName
{
background-color: #980602;
}
.BgClassName
{
background-color: #980602;
}
</style>
border-color css
<style>
span { border-color: #980602; }
span { border-color: rgb(152,6,2); }
td.TdClassName
{
border-color: #980602;
}
.TagClassName
{
border-color: #980602;
}
</style>