Shades of Burgundy #7A0714
Tints of Burgundy #7A0714
RGB
CMYK
RGB Variations
Color information
#7A0714 (or 0x7A0714) is known color: Burgundy. HEX triplet: 7A, 07 and 14. RGB value is (122,7,20). Sum of RGB (Red+Green+Blue) = 122+7+20=149 (19% of max value = 765). Red value is 122 (48.05% from 255 or 81.88% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0714 is #85F8EB. Grayscale: #2A2A2A. Windows color (decimal): -8780012 or 1312634. OLE color: 1312634.
HSL color Cylindrical-coordinate representation of color #7A0714: hue angle of 353.22º 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 #7A0714 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 20 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.52 |
| HSL | 353.22º | 0.89% | 0.25% | - |
| HSV(B) | 353.22º | 0.94% | 0.48% | - |
| XYZ | 8.23 | 4.34 | 1.07 | - |
| YUV | 42.87 | 115.1 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 20 | 0 | 0.94 | 0.84 | 0.52 | 353.22 | 0.89 | 0.25 |
| Hex | 7A | 7 | 14 | 0 | 5E | 54 | 34 | 161 | 59 | 19 |
| Octal | 172 | 7 | 24 | 0 | 136 | 124 | 64 | 541 | 131 | 31 |
| Binary | 1111010 | 111 | 10100 | 0 | 1011110 | 1010100 | 110100 | 101100001 | 1011001 | 11001 |
Color Harmonies of #7A0714
Complementary color
Monochromatic Colors of #7A0714
Black with #7A0714
Text Example
Text Example
White with #7A0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0714; }
p { color: rgb(122,7,20); }
H1.HeaderClassName
{
color: #7A0714;
}
.AnyTagClassName
{
color: #7A0714;
}
</style>
background-color css
<style>
a { background-color: #7A0714; }
a { background-color: rgb(122,7,20); }
div.DivClassName
{
background-color: #7A0714;
}
.BgClassName
{
background-color: #7A0714;
}
</style>
border-color css
<style>
span { border-color: #7A0714; }
span { border-color: rgb(122,7,20); }
td.TdClassName
{
border-color: #7A0714;
}
.TagClassName
{
border-color: #7A0714;
}
</style>