Shades of Dark Red #980903
Tints of Dark Red #980903
RGB
CMYK
RGB Variations
Color information
#980903 (or 0x980903) is known color: Dark Red. HEX triplet: 98, 09 and 03. RGB value is (152,9,3). Sum of RGB (Red+Green+Blue) = 152+9+3=164 (21% of max value = 765). Red value is 152 (59.77% from 255 or 92.68% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 152 - color contains mainly: red. Hex color #980903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980903 is #67F6FC. Grayscale: #333333. Windows color (decimal): -6813437 or 199064. OLE color: 199064.
HSL color Cylindrical-coordinate representation of color #980903: hue angle of 2.42º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980903 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 3 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.40 |
| HSL | 2.42º | 0.96% | 0.3% | - |
| HSV(B) | 2.42º | 0.98% | 0.6% | - |
| XYZ | 13.06 | 6.88 | 0.73 | - |
| YUV | 51.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 3 | 0 | 0.94 | 0.98 | 0.40 | 2.42 | 0.96 | 0.3 |
| Hex | 98 | 9 | 3 | 0 | 5E | 62 | 28 | 2 | 60 | 1E |
| Octal | 230 | 11 | 3 | 0 | 136 | 142 | 50 | 2 | 140 | 36 |
| Binary | 10011000 | 1001 | 11 | 0 | 1011110 | 1100010 | 101000 | 10 | 1100000 | 11110 |
Color Harmonies of #980903
Complementary color
Monochromatic Colors of #980903
Black with #980903
Text Example
Text Example
White with #980903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980903; }
p { color: rgb(152,9,3); }
H1.HeaderClassName
{
color: #980903;
}
.AnyTagClassName
{
color: #980903;
}
</style>
background-color css
<style>
a { background-color: #980903; }
a { background-color: rgb(152,9,3); }
div.DivClassName
{
background-color: #980903;
}
.BgClassName
{
background-color: #980903;
}
</style>
border-color css
<style>
span { border-color: #980903; }
span { border-color: rgb(152,9,3); }
td.TdClassName
{
border-color: #980903;
}
.TagClassName
{
border-color: #980903;
}
</style>