Shades of Burgundy #79052E
Tints of Burgundy #79052E
RGB
CMYK
RGB Variations
Color information
#79052E (or 0x79052E) is known color: Burgundy. HEX triplet: 79, 05 and 2E. RGB value is (121,5,46). Sum of RGB (Red+Green+Blue) = 121+5+46=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #79052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79052E is #86FAD1. Grayscale: #2C2C2C. Windows color (decimal): -8846034 or 3016057. OLE color: 3016057.
HSL color Cylindrical-coordinate representation of color #79052E: hue angle of 338.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 #79052E is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 5 | 46 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.53 |
| HSL | 338.79º | 0.92% | 0.25% | - |
| HSV(B) | 338.79º | 0.96% | 0.47% | - |
| XYZ | 8.43 | 4.37 | 2.98 | - |
| YUV | 44.36 | 128.93 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 46 | 0 | 0.96 | 0.62 | 0.53 | 338.79 | 0.92 | 0.25 |
| Hex | 79 | 5 | 2E | 0 | 60 | 3E | 35 | 153 | 5C | 19 |
| Octal | 171 | 5 | 56 | 0 | 140 | 76 | 65 | 523 | 134 | 31 |
| Binary | 1111001 | 101 | 101110 | 0 | 1100000 | 111110 | 110101 | 101010011 | 1011100 | 11001 |
Color Harmonies of #79052E
Complementary color
Monochromatic Colors of #79052E
Black with #79052E
Text Example
Text Example
White with #79052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79052E; }
p { color: rgb(121,5,46); }
H1.HeaderClassName
{
color: #79052E;
}
.AnyTagClassName
{
color: #79052E;
}
</style>
background-color css
<style>
a { background-color: #79052E; }
a { background-color: rgb(121,5,46); }
div.DivClassName
{
background-color: #79052E;
}
.BgClassName
{
background-color: #79052E;
}
</style>
border-color css
<style>
span { border-color: #79052E; }
span { border-color: rgb(121,5,46); }
td.TdClassName
{
border-color: #79052E;
}
.TagClassName
{
border-color: #79052E;
}
</style>