Shades of Burgundy #990039
Tints of Burgundy #990039
RGB
CMYK
RGB Variations
Color information
#990039 (or 0x990039) is known color: Burgundy. HEX triplet: 99, 00 and 39. RGB value is (153,0,57). Sum of RGB (Red+Green+Blue) = 153+0+57=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #990039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990039 is #66FFC6. Grayscale: #343434. Windows color (decimal): -6750151 or 3735705. OLE color: 3735705.
HSL color Cylindrical-coordinate representation of color #990039: hue angle of 337.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990039 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.63 | 0.4 |
| HSL | 337.65º | 1% | 0.3% | - |
| HSV(B) | 337.65º | 1% | 0.6% | - |
| XYZ | 13.88 | 7.07 | 4.5 | - |
| YUV | 52.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 57 | 0 | 1 | 0.63 | 0.4 | 337.65 | 1 | 0.3 |
| Hex | 99 | 0 | 39 | 0 | 64 | 3F | 28 | 152 | 64 | 1E |
| Octal | 231 | 0 | 71 | 0 | 144 | 77 | 50 | 522 | 144 | 36 |
| Binary | 10011001 | 0 | 111001 | 0 | 1100100 | 111111 | 101000 | 101010010 | 1100100 | 11110 |
Color Harmonies of #990039
Complementary color
Monochromatic Colors of #990039
Black with #990039
Text Example
Text Example
White with #990039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990039; }
p { color: rgb(153,0,57); }
H1.HeaderClassName
{
color: #990039;
}
.AnyTagClassName
{
color: #990039;
}
</style>
background-color css
<style>
a { background-color: #990039; }
a { background-color: rgb(153,0,57); }
div.DivClassName
{
background-color: #990039;
}
.BgClassName
{
background-color: #990039;
}
</style>
border-color css
<style>
span { border-color: #990039; }
span { border-color: rgb(153,0,57); }
td.TdClassName
{
border-color: #990039;
}
.TagClassName
{
border-color: #990039;
}
</style>