Shades of Burgundy #990B39
Tints of Burgundy #990B39
RGB
CMYK
RGB Variations
Color information
#990B39 (or 0x990B39) is known color: Burgundy. HEX triplet: 99, 0B and 39. RGB value is (153,11,57). Sum of RGB (Red+Green+Blue) = 153+11+57=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #990B39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B39 is #66F4C6. Grayscale: #3A3A3A. Windows color (decimal): -6747335 or 3738521. OLE color: 3738521.
HSL color Cylindrical-coordinate representation of color #990B39: hue angle of 340.56º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B39 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 57 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.4 |
| HSL | 340.56º | 0.87% | 0.32% | - |
| HSV(B) | 340.56º | 0.93% | 0.6% | - |
| XYZ | 14 | 7.31 | 4.54 | - |
| YUV | 58.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 57 | 0 | 0.93 | 0.63 | 0.4 | 340.56 | 0.87 | 0.32 |
| Hex | 99 | B | 39 | 0 | 5D | 3F | 28 | 155 | 57 | 20 |
| Octal | 231 | 13 | 71 | 0 | 135 | 77 | 50 | 525 | 127 | 40 |
| Binary | 10011001 | 1011 | 111001 | 0 | 1011101 | 111111 | 101000 | 101010101 | 1010111 | 100000 |
Color Harmonies of #990B39
Complementary color
Monochromatic Colors of #990B39
Black with #990B39
Text Example
Text Example
White with #990B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B39; }
p { color: rgb(153,11,57); }
H1.HeaderClassName
{
color: #990B39;
}
.AnyTagClassName
{
color: #990B39;
}
</style>
background-color css
<style>
a { background-color: #990B39; }
a { background-color: rgb(153,11,57); }
div.DivClassName
{
background-color: #990B39;
}
.BgClassName
{
background-color: #990B39;
}
</style>
border-color css
<style>
span { border-color: #990B39; }
span { border-color: rgb(153,11,57); }
td.TdClassName
{
border-color: #990B39;
}
.TagClassName
{
border-color: #990B39;
}
</style>