Shades of Dark Red #980901
Tints of Dark Red #980901
RGB
CMYK
RGB Variations
Color information
#980901 (or 0x980901) is known color: Dark Red. HEX triplet: 98, 09 and 01. RGB value is (152,9,1). Sum of RGB (Red+Green+Blue) = 152+9+1=162 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.83% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 152 - color contains mainly: red. Hex color #980901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980901 is #67F6FE. Grayscale: #333333. Windows color (decimal): -6813439 or 67992. OLE color: 67992.
HSL color Cylindrical-coordinate representation of color #980901: hue angle of 3.18º degrees, saturation: 0.99, 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 #980901 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.40 |
| HSL | 3.18º | 0.99% | 0.3% | - |
| HSV(B) | 3.18º | 0.99% | 0.6% | - |
| XYZ | 13.05 | 6.87 | 0.67 | - |
| YUV | 50.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 1 | 0 | 0.94 | 0.99 | 0.40 | 3.18 | 0.99 | 0.3 |
| Hex | 98 | 9 | 1 | 0 | 5E | 63 | 28 | 3 | 63 | 1E |
| Octal | 230 | 11 | 1 | 0 | 136 | 143 | 50 | 3 | 143 | 36 |
| Binary | 10011000 | 1001 | 1 | 0 | 1011110 | 1100011 | 101000 | 11 | 1100011 | 11110 |
Color Harmonies of #980901
Complementary color
Monochromatic Colors of #980901
Black with #980901
Text Example
Text Example
White with #980901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980901; }
p { color: rgb(152,9,1); }
H1.HeaderClassName
{
color: #980901;
}
.AnyTagClassName
{
color: #980901;
}
</style>
background-color css
<style>
a { background-color: #980901; }
a { background-color: rgb(152,9,1); }
div.DivClassName
{
background-color: #980901;
}
.BgClassName
{
background-color: #980901;
}
</style>
border-color css
<style>
span { border-color: #980901; }
span { border-color: rgb(152,9,1); }
td.TdClassName
{
border-color: #980901;
}
.TagClassName
{
border-color: #980901;
}
</style>