Shades of Dark Red #980B09
Tints of Dark Red #980B09
RGB
CMYK
RGB Variations
Color information
#980B09 (or 0x980B09) is known color: Dark Red. HEX triplet: 98, 0B and 09. RGB value is (152,11,9). Sum of RGB (Red+Green+Blue) = 152+11+9=172 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.37% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 152 - color contains mainly: red. Hex color #980B09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980B09 is #67F4F6. Grayscale: #353535. Windows color (decimal): -6812919 or 592792. OLE color: 592792.
HSL color Cylindrical-coordinate representation of color #980B09: hue angle of 0.84º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980B09 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 9 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.40 |
| HSL | 0.84º | 0.89% | 0.32% | - |
| HSV(B) | 0.84º | 0.94% | 0.6% | - |
| XYZ | 13.12 | 6.93 | 0.91 | - |
| YUV | 52.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 9 | 0 | 0.93 | 0.94 | 0.40 | 0.84 | 0.89 | 0.32 |
| Hex | 98 | B | 9 | 0 | 5D | 5E | 28 | 1 | 59 | 20 |
| Octal | 230 | 13 | 11 | 0 | 135 | 136 | 50 | 1 | 131 | 40 |
| Binary | 10011000 | 1011 | 1001 | 0 | 1011101 | 1011110 | 101000 | 1 | 1011001 | 100000 |
Color Harmonies of #980B09
Complementary color
Monochromatic Colors of #980B09
Black with #980B09
Text Example
Text Example
White with #980B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B09; }
p { color: rgb(152,11,9); }
H1.HeaderClassName
{
color: #980B09;
}
.AnyTagClassName
{
color: #980B09;
}
</style>
background-color css
<style>
a { background-color: #980B09; }
a { background-color: rgb(152,11,9); }
div.DivClassName
{
background-color: #980B09;
}
.BgClassName
{
background-color: #980B09;
}
</style>
border-color css
<style>
span { border-color: #980B09; }
span { border-color: rgb(152,11,9); }
td.TdClassName
{
border-color: #980B09;
}
.TagClassName
{
border-color: #980B09;
}
</style>