Shades of Burgundy #7A0711
Tints of Burgundy #7A0711
RGB
CMYK
RGB Variations
Color information
#7A0711 (or 0x7A0711) is known color: Burgundy. HEX triplet: 7A, 07 and 11. RGB value is (122,7,17). Sum of RGB (Red+Green+Blue) = 122+7+17=146 (19% of max value = 765). Red value is 122 (48.05% from 255 or 83.56% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0711 is #85F8EE. Grayscale: #2A2A2A. Windows color (decimal): -8780015 or 1116026. OLE color: 1116026.
HSL color Cylindrical-coordinate representation of color #7A0711: hue angle of 354.78º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0711 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 17 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.52 |
| HSL | 354.78º | 0.89% | 0.25% | - |
| HSV(B) | 354.78º | 0.94% | 0.48% | - |
| XYZ | 8.2 | 4.33 | 0.93 | - |
| YUV | 42.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 17 | 0 | 0.94 | 0.86 | 0.52 | 354.78 | 0.89 | 0.25 |
| Hex | 7A | 7 | 11 | 0 | 5E | 56 | 34 | 163 | 59 | 19 |
| Octal | 172 | 7 | 21 | 0 | 136 | 126 | 64 | 543 | 131 | 31 |
| Binary | 1111010 | 111 | 10001 | 0 | 1011110 | 1010110 | 110100 | 101100011 | 1011001 | 11001 |
Color Harmonies of #7A0711
Complementary color
Monochromatic Colors of #7A0711
Black with #7A0711
Text Example
Text Example
White with #7A0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0711; }
p { color: rgb(122,7,17); }
H1.HeaderClassName
{
color: #7A0711;
}
.AnyTagClassName
{
color: #7A0711;
}
</style>
background-color css
<style>
a { background-color: #7A0711; }
a { background-color: rgb(122,7,17); }
div.DivClassName
{
background-color: #7A0711;
}
.BgClassName
{
background-color: #7A0711;
}
</style>
border-color css
<style>
span { border-color: #7A0711; }
span { border-color: rgb(122,7,17); }
td.TdClassName
{
border-color: #7A0711;
}
.TagClassName
{
border-color: #7A0711;
}
</style>