Shades of Burgundy #79061E
Tints of Burgundy #79061E
RGB
CMYK
RGB Variations
Color information
#79061E (or 0x79061E) is known color: Burgundy. HEX triplet: 79, 06 and 1E. RGB value is (121,6,30). Sum of RGB (Red+Green+Blue) = 121+6+30=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #79061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79061E is #86F9E1. Grayscale: #2B2B2B. Windows color (decimal): -8845794 or 1967737. OLE color: 1967737.
HSL color Cylindrical-coordinate representation of color #79061E: hue angle of 347.48º 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 #79061E is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 6 | 30 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.53 |
| HSL | 347.48º | 0.91% | 0.25% | - |
| HSV(B) | 347.48º | 0.95% | 0.47% | - |
| XYZ | 8.18 | 4.29 | 1.62 | - |
| YUV | 43.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 6 | 30 | 0 | 0.95 | 0.75 | 0.53 | 347.48 | 0.91 | 0.25 |
| Hex | 79 | 6 | 1E | 0 | 5F | 4B | 35 | 15B | 5B | 19 |
| Octal | 171 | 6 | 36 | 0 | 137 | 113 | 65 | 533 | 133 | 31 |
| Binary | 1111001 | 110 | 11110 | 0 | 1011111 | 1001011 | 110101 | 101011011 | 1011011 | 11001 |
Color Harmonies of #79061E
Complementary color
Monochromatic Colors of #79061E
Black with #79061E
Text Example
Text Example
White with #79061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79061E; }
p { color: rgb(121,6,30); }
H1.HeaderClassName
{
color: #79061E;
}
.AnyTagClassName
{
color: #79061E;
}
</style>
background-color css
<style>
a { background-color: #79061E; }
a { background-color: rgb(121,6,30); }
div.DivClassName
{
background-color: #79061E;
}
.BgClassName
{
background-color: #79061E;
}
</style>
border-color css
<style>
span { border-color: #79061E; }
span { border-color: rgb(121,6,30); }
td.TdClassName
{
border-color: #79061E;
}
.TagClassName
{
border-color: #79061E;
}
</style>