Shades of Dark Red #980902
Tints of Dark Red #980902
RGB
CMYK
RGB Variations
Color information
#980902 (or 0x980902) is known color: Dark Red. HEX triplet: 98, 09 and 02. RGB value is (152,9,2). Sum of RGB (Red+Green+Blue) = 152+9+2=163 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.25% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 152 - color contains mainly: red. Hex color #980902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980902 is #67F6FD. Grayscale: #333333. Windows color (decimal): -6813438 or 133528. OLE color: 133528.
HSL color Cylindrical-coordinate representation of color #980902: hue angle of 2.8º 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 #980902 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.40 |
| HSL | 2.8º | 0.97% | 0.3% | - |
| HSV(B) | 2.8º | 0.99% | 0.6% | - |
| XYZ | 13.06 | 6.88 | 0.7 | - |
| YUV | 50.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 2 | 0 | 0.94 | 0.99 | 0.40 | 2.8 | 0.97 | 0.3 |
| Hex | 98 | 9 | 2 | 0 | 5E | 63 | 28 | 3 | 61 | 1E |
| Octal | 230 | 11 | 2 | 0 | 136 | 143 | 50 | 3 | 141 | 36 |
| Binary | 10011000 | 1001 | 10 | 0 | 1011110 | 1100011 | 101000 | 11 | 1100001 | 11110 |
Color Harmonies of #980902
Complementary color
Monochromatic Colors of #980902
Black with #980902
Text Example
Text Example
White with #980902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980902; }
p { color: rgb(152,9,2); }
H1.HeaderClassName
{
color: #980902;
}
.AnyTagClassName
{
color: #980902;
}
</style>
background-color css
<style>
a { background-color: #980902; }
a { background-color: rgb(152,9,2); }
div.DivClassName
{
background-color: #980902;
}
.BgClassName
{
background-color: #980902;
}
</style>
border-color css
<style>
span { border-color: #980902; }
span { border-color: rgb(152,9,2); }
td.TdClassName
{
border-color: #980902;
}
.TagClassName
{
border-color: #980902;
}
</style>