Shades of Burgundy #790C32
Tints of Burgundy #790C32
RGB
CMYK
RGB Variations
Color information
#790C32 (or 0x790C32) is known color: Burgundy. HEX triplet: 79, 0C and 32. RGB value is (121,12,50). Sum of RGB (Red+Green+Blue) = 121+12+50=183 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.12% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 121 - color contains mainly: red. Hex color #790C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C32 is #86F3CD. Grayscale: #303030. Windows color (decimal): -8844238 or 3279993. OLE color: 3279993.
HSL color Cylindrical-coordinate representation of color #790C32: hue angle of 339.08º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C32 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 50 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.53 |
| HSL | 339.08º | 0.82% | 0.26% | - |
| HSV(B) | 339.08º | 0.9% | 0.47% | - |
| XYZ | 8.59 | 4.56 | 3.44 | - |
| YUV | 48.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 50 | 0 | 0.90 | 0.59 | 0.53 | 339.08 | 0.82 | 0.26 |
| Hex | 79 | C | 32 | 0 | 5A | 3B | 35 | 153 | 52 | 1A |
| Octal | 171 | 14 | 62 | 0 | 132 | 73 | 65 | 523 | 122 | 32 |
| Binary | 1111001 | 1100 | 110010 | 0 | 1011010 | 111011 | 110101 | 101010011 | 1010010 | 11010 |
Color Harmonies of #790C32
Complementary color
Monochromatic Colors of #790C32
Black with #790C32
Text Example
Text Example
White with #790C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C32; }
p { color: rgb(121,12,50); }
H1.HeaderClassName
{
color: #790C32;
}
.AnyTagClassName
{
color: #790C32;
}
</style>
background-color css
<style>
a { background-color: #790C32; }
a { background-color: rgb(121,12,50); }
div.DivClassName
{
background-color: #790C32;
}
.BgClassName
{
background-color: #790C32;
}
</style>
border-color css
<style>
span { border-color: #790C32; }
span { border-color: rgb(121,12,50); }
td.TdClassName
{
border-color: #790C32;
}
.TagClassName
{
border-color: #790C32;
}
</style>