Shades of Burgundy #990A39
Tints of Burgundy #990A39
RGB
CMYK
RGB Variations
Color information
#990A39 (or 0x990A39) is known color: Burgundy. HEX triplet: 99, 0A and 39. RGB value is (153,10,57). Sum of RGB (Red+Green+Blue) = 153+10+57=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #990A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A39 is #66F5C6. Grayscale: #3A3A3A. Windows color (decimal): -6747591 or 3738265. OLE color: 3738265.
HSL color Cylindrical-coordinate representation of color #990A39: hue angle of 340.28º degrees, saturation: 0.88, 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 #990A39 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 57 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.4 |
| HSL | 340.28º | 0.88% | 0.32% | - |
| HSV(B) | 340.28º | 0.93% | 0.6% | - |
| XYZ | 13.98 | 7.28 | 4.54 | - |
| YUV | 58.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 57 | 0 | 0.93 | 0.63 | 0.4 | 340.28 | 0.88 | 0.32 |
| Hex | 99 | A | 39 | 0 | 5D | 3F | 28 | 154 | 58 | 20 |
| Octal | 231 | 12 | 71 | 0 | 135 | 77 | 50 | 524 | 130 | 40 |
| Binary | 10011001 | 1010 | 111001 | 0 | 1011101 | 111111 | 101000 | 101010100 | 1011000 | 100000 |
Color Harmonies of #990A39
Complementary color
Monochromatic Colors of #990A39
Black with #990A39
Text Example
Text Example
White with #990A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A39; }
p { color: rgb(153,10,57); }
H1.HeaderClassName
{
color: #990A39;
}
.AnyTagClassName
{
color: #990A39;
}
</style>
background-color css
<style>
a { background-color: #990A39; }
a { background-color: rgb(153,10,57); }
div.DivClassName
{
background-color: #990A39;
}
.BgClassName
{
background-color: #990A39;
}
</style>
border-color css
<style>
span { border-color: #990A39; }
span { border-color: rgb(153,10,57); }
td.TdClassName
{
border-color: #990A39;
}
.TagClassName
{
border-color: #990A39;
}
</style>