Shades of Burgundy #7A0716
Tints of Burgundy #7A0716
RGB
CMYK
RGB Variations
Color information
#7A0716 (or 0x7A0716) is known color: Burgundy. HEX triplet: 7A, 07 and 16. RGB value is (122,7,22). Sum of RGB (Red+Green+Blue) = 122+7+22=151 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.79% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0716 is #85F8E9. Grayscale: #2B2B2B. Windows color (decimal): -8780010 or 1443706. OLE color: 1443706.
HSL color Cylindrical-coordinate representation of color #7A0716: hue angle of 352.17º 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 #7A0716 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 22 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.52 |
| HSL | 352.17º | 0.89% | 0.25% | - |
| HSV(B) | 352.17º | 0.94% | 0.48% | - |
| XYZ | 8.25 | 4.35 | 1.16 | - |
| YUV | 43.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 22 | 0 | 0.94 | 0.82 | 0.52 | 352.17 | 0.89 | 0.25 |
| Hex | 7A | 7 | 16 | 0 | 5E | 52 | 34 | 160 | 59 | 19 |
| Octal | 172 | 7 | 26 | 0 | 136 | 122 | 64 | 540 | 131 | 31 |
| Binary | 1111010 | 111 | 10110 | 0 | 1011110 | 1010010 | 110100 | 101100000 | 1011001 | 11001 |
Color Harmonies of #7A0716
Complementary color
Monochromatic Colors of #7A0716
Black with #7A0716
Text Example
Text Example
White with #7A0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0716; }
p { color: rgb(122,7,22); }
H1.HeaderClassName
{
color: #7A0716;
}
.AnyTagClassName
{
color: #7A0716;
}
</style>
background-color css
<style>
a { background-color: #7A0716; }
a { background-color: rgb(122,7,22); }
div.DivClassName
{
background-color: #7A0716;
}
.BgClassName
{
background-color: #7A0716;
}
</style>
border-color css
<style>
span { border-color: #7A0716; }
span { border-color: rgb(122,7,22); }
td.TdClassName
{
border-color: #7A0716;
}
.TagClassName
{
border-color: #7A0716;
}
</style>