Shades of Burgundy #790511
Tints of Burgundy #790511
RGB
CMYK
RGB Variations
Color information
#790511 (or 0x790511) is known color: Burgundy. HEX triplet: 79, 05 and 11. RGB value is (121,5,17). Sum of RGB (Red+Green+Blue) = 121+5+17=143 (18% of max value = 765). Red value is 121 (47.66% from 255 or 84.62% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 121 - color contains mainly: red. Hex color #790511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790511 is #86FAEE. Grayscale: #292929. Windows color (decimal): -8846063 or 1115513. OLE color: 1115513.
HSL color Cylindrical-coordinate representation of color #790511: hue angle of 353.79º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790511 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 5 | 17 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.53 |
| HSL | 353.79º | 0.92% | 0.25% | - |
| HSV(B) | 353.79º | 0.96% | 0.47% | - |
| XYZ | 8.04 | 4.21 | 0.92 | - |
| YUV | 41.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 17 | 0 | 0.96 | 0.86 | 0.53 | 353.79 | 0.92 | 0.25 |
| Hex | 79 | 5 | 11 | 0 | 60 | 56 | 35 | 162 | 5C | 19 |
| Octal | 171 | 5 | 21 | 0 | 140 | 126 | 65 | 542 | 134 | 31 |
| Binary | 1111001 | 101 | 10001 | 0 | 1100000 | 1010110 | 110101 | 101100010 | 1011100 | 11001 |
Color Harmonies of #790511
Complementary color
Monochromatic Colors of #790511
Black with #790511
Text Example
Text Example
White with #790511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790511; }
p { color: rgb(121,5,17); }
H1.HeaderClassName
{
color: #790511;
}
.AnyTagClassName
{
color: #790511;
}
</style>
background-color css
<style>
a { background-color: #790511; }
a { background-color: rgb(121,5,17); }
div.DivClassName
{
background-color: #790511;
}
.BgClassName
{
background-color: #790511;
}
</style>
border-color css
<style>
span { border-color: #790511; }
span { border-color: rgb(121,5,17); }
td.TdClassName
{
border-color: #790511;
}
.TagClassName
{
border-color: #790511;
}
</style>