Shades of Burgundy #79082E
Tints of Burgundy #79082E
RGB
CMYK
RGB Variations
Color information
#79082E (or 0x79082E) is known color: Burgundy. HEX triplet: 79, 08 and 2E. RGB value is (121,8,46). Sum of RGB (Red+Green+Blue) = 121+8+46=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #79082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79082E is #86F7D1. Grayscale: #2E2E2E. Windows color (decimal): -8845266 or 3016825. OLE color: 3016825.
HSL color Cylindrical-coordinate representation of color #79082E: hue angle of 339.82º degrees, saturation: 0.88, 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 #79082E is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 8 | 46 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.53 |
| HSL | 339.82º | 0.88% | 0.25% | - |
| HSV(B) | 339.82º | 0.93% | 0.47% | - |
| XYZ | 8.47 | 4.44 | 2.99 | - |
| YUV | 46.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 46 | 0 | 0.93 | 0.62 | 0.53 | 339.82 | 0.88 | 0.25 |
| Hex | 79 | 8 | 2E | 0 | 5D | 3E | 35 | 154 | 58 | 19 |
| Octal | 171 | 10 | 56 | 0 | 135 | 76 | 65 | 524 | 130 | 31 |
| Binary | 1111001 | 1000 | 101110 | 0 | 1011101 | 111110 | 110101 | 101010100 | 1011000 | 11001 |
Color Harmonies of #79082E
Complementary color
Monochromatic Colors of #79082E
Black with #79082E
Text Example
Text Example
White with #79082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79082E; }
p { color: rgb(121,8,46); }
H1.HeaderClassName
{
color: #79082E;
}
.AnyTagClassName
{
color: #79082E;
}
</style>
background-color css
<style>
a { background-color: #79082E; }
a { background-color: rgb(121,8,46); }
div.DivClassName
{
background-color: #79082E;
}
.BgClassName
{
background-color: #79082E;
}
</style>
border-color css
<style>
span { border-color: #79082E; }
span { border-color: rgb(121,8,46); }
td.TdClassName
{
border-color: #79082E;
}
.TagClassName
{
border-color: #79082E;
}
</style>