Shades of Burgundy #990839
Tints of Burgundy #990839
RGB
CMYK
RGB Variations
Color information
#990839 (or 0x990839) is known color: Burgundy. HEX triplet: 99, 08 and 39. RGB value is (153,8,57). Sum of RGB (Red+Green+Blue) = 153+8+57=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #990839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990839 is #66F7C6. Grayscale: #383838. Windows color (decimal): -6748103 or 3737753. OLE color: 3737753.
HSL color Cylindrical-coordinate representation of color #990839: hue angle of 339.72º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990839 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 57 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.4 |
| HSL | 339.72º | 0.9% | 0.32% | - |
| HSV(B) | 339.72º | 0.95% | 0.6% | - |
| XYZ | 13.96 | 7.24 | 4.53 | - |
| YUV | 56.94 | 128.04 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 57 | 0 | 0.95 | 0.63 | 0.4 | 339.72 | 0.9 | 0.32 |
| Hex | 99 | 8 | 39 | 0 | 5F | 3F | 28 | 154 | 5A | 20 |
| Octal | 231 | 10 | 71 | 0 | 137 | 77 | 50 | 524 | 132 | 40 |
| Binary | 10011001 | 1000 | 111001 | 0 | 1011111 | 111111 | 101000 | 101010100 | 1011010 | 100000 |
Color Harmonies of #990839
Complementary color
Monochromatic Colors of #990839
Black with #990839
Text Example
Text Example
White with #990839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990839; }
p { color: rgb(153,8,57); }
H1.HeaderClassName
{
color: #990839;
}
.AnyTagClassName
{
color: #990839;
}
</style>
background-color css
<style>
a { background-color: #990839; }
a { background-color: rgb(153,8,57); }
div.DivClassName
{
background-color: #990839;
}
.BgClassName
{
background-color: #990839;
}
</style>
border-color css
<style>
span { border-color: #990839; }
span { border-color: rgb(153,8,57); }
td.TdClassName
{
border-color: #990839;
}
.TagClassName
{
border-color: #990839;
}
</style>