Shades of Burgundy #790932
Tints of Burgundy #790932
RGB
CMYK
RGB Variations
Color information
#790932 (or 0x790932) is known color: Burgundy. HEX triplet: 79, 09 and 32. RGB value is (121,9,50). Sum of RGB (Red+Green+Blue) = 121+9+50=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #790932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790932 is #86F6CD. Grayscale: #2F2F2F. Windows color (decimal): -8845006 or 3279225. OLE color: 3279225.
HSL color Cylindrical-coordinate representation of color #790932: hue angle of 338.04º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790932 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 9 | 50 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.53 |
| HSL | 338.04º | 0.86% | 0.25% | - |
| HSV(B) | 338.04º | 0.93% | 0.47% | - |
| XYZ | 8.56 | 4.49 | 3.43 | - |
| YUV | 47.16 | 129.61 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 50 | 0 | 0.93 | 0.59 | 0.53 | 338.04 | 0.86 | 0.25 |
| Hex | 79 | 9 | 32 | 0 | 5D | 3B | 35 | 152 | 56 | 19 |
| Octal | 171 | 11 | 62 | 0 | 135 | 73 | 65 | 522 | 126 | 31 |
| Binary | 1111001 | 1001 | 110010 | 0 | 1011101 | 111011 | 110101 | 101010010 | 1010110 | 11001 |
Color Harmonies of #790932
Complementary color
Monochromatic Colors of #790932
Black with #790932
Text Example
Text Example
White with #790932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790932; }
p { color: rgb(121,9,50); }
H1.HeaderClassName
{
color: #790932;
}
.AnyTagClassName
{
color: #790932;
}
</style>
background-color css
<style>
a { background-color: #790932; }
a { background-color: rgb(121,9,50); }
div.DivClassName
{
background-color: #790932;
}
.BgClassName
{
background-color: #790932;
}
</style>
border-color css
<style>
span { border-color: #790932; }
span { border-color: rgb(121,9,50); }
td.TdClassName
{
border-color: #790932;
}
.TagClassName
{
border-color: #790932;
}
</style>