Shades of Burgundy #990939
Tints of Burgundy #990939
RGB
CMYK
RGB Variations
Color information
#990939 (or 0x990939) is known color: Burgundy. HEX triplet: 99, 09 and 39. RGB value is (153,9,57). Sum of RGB (Red+Green+Blue) = 153+9+57=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #990939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990939 is #66F6C6. Grayscale: #393939. Windows color (decimal): -6747847 or 3738009. OLE color: 3738009.
HSL color Cylindrical-coordinate representation of color #990939: hue angle of 340º 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 #990939 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 57 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.4 |
| HSL | 340º | 0.89% | 0.32% | - |
| HSV(B) | 340º | 0.94% | 0.6% | - |
| XYZ | 13.97 | 7.26 | 4.54 | - |
| YUV | 57.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 57 | 0 | 0.94 | 0.63 | 0.4 | 340 | 0.89 | 0.32 |
| Hex | 99 | 9 | 39 | 0 | 5E | 3F | 28 | 154 | 59 | 20 |
| Octal | 231 | 11 | 71 | 0 | 136 | 77 | 50 | 524 | 131 | 40 |
| Binary | 10011001 | 1001 | 111001 | 0 | 1011110 | 111111 | 101000 | 101010100 | 1011001 | 100000 |
Color Harmonies of #990939
Complementary color
Monochromatic Colors of #990939
Black with #990939
Text Example
Text Example
White with #990939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990939; }
p { color: rgb(153,9,57); }
H1.HeaderClassName
{
color: #990939;
}
.AnyTagClassName
{
color: #990939;
}
</style>
background-color css
<style>
a { background-color: #990939; }
a { background-color: rgb(153,9,57); }
div.DivClassName
{
background-color: #990939;
}
.BgClassName
{
background-color: #990939;
}
</style>
border-color css
<style>
span { border-color: #990939; }
span { border-color: rgb(153,9,57); }
td.TdClassName
{
border-color: #990939;
}
.TagClassName
{
border-color: #990939;
}
</style>