Shades of Burgundy #79062E
Tints of Burgundy #79062E
RGB
CMYK
RGB Variations
Color information
#79062E (or 0x79062E) is known color: Burgundy. HEX triplet: 79, 06 and 2E. RGB value is (121,6,46). Sum of RGB (Red+Green+Blue) = 121+6+46=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #79062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79062E is #86F9D1. Grayscale: #2C2C2C. Windows color (decimal): -8845778 or 3016313. OLE color: 3016313.
HSL color Cylindrical-coordinate representation of color #79062E: hue angle of 339.13º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #79062E is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 6 | 46 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.53 |
| HSL | 339.13º | 0.91% | 0.25% | - |
| HSV(B) | 339.13º | 0.95% | 0.47% | - |
| XYZ | 8.44 | 4.39 | 2.99 | - |
| YUV | 44.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 6 | 46 | 0 | 0.95 | 0.62 | 0.53 | 339.13 | 0.91 | 0.25 |
| Hex | 79 | 6 | 2E | 0 | 5F | 3E | 35 | 153 | 5B | 19 |
| Octal | 171 | 6 | 56 | 0 | 137 | 76 | 65 | 523 | 133 | 31 |
| Binary | 1111001 | 110 | 101110 | 0 | 1011111 | 111110 | 110101 | 101010011 | 1011011 | 11001 |
Color Harmonies of #79062E
Complementary color
Monochromatic Colors of #79062E
Black with #79062E
Text Example
Text Example
White with #79062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79062E; }
p { color: rgb(121,6,46); }
H1.HeaderClassName
{
color: #79062E;
}
.AnyTagClassName
{
color: #79062E;
}
</style>
background-color css
<style>
a { background-color: #79062E; }
a { background-color: rgb(121,6,46); }
div.DivClassName
{
background-color: #79062E;
}
.BgClassName
{
background-color: #79062E;
}
</style>
border-color css
<style>
span { border-color: #79062E; }
span { border-color: rgb(121,6,46); }
td.TdClassName
{
border-color: #79062E;
}
.TagClassName
{
border-color: #79062E;
}
</style>