Shades of Burgundy #7A020E
Tints of Burgundy #7A020E
RGB
CMYK
RGB Variations
Color information
#7A020E (or 0x7A020E) is known color: Burgundy. HEX triplet: 7A, 02 and 0E. RGB value is (122,2,14). Sum of RGB (Red+Green+Blue) = 122+2+14=138 (18% of max value = 765). Red value is 122 (48.05% from 255 or 88.41% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 122 - color contains mainly: red. Hex color #7A020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A020E is #85FDF1. Grayscale: #272727. Windows color (decimal): -8781298 or 918138. OLE color: 918138.
HSL color Cylindrical-coordinate representation of color #7A020E: hue angle of 354º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A020E is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 14 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.52 |
| HSL | 354º | 0.97% | 0.24% | - |
| HSV(B) | 354º | 0.98% | 0.48% | - |
| XYZ | 8.13 | 4.21 | 0.8 | - |
| YUV | 39.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 14 | 0 | 0.98 | 0.89 | 0.52 | 354 | 0.97 | 0.24 |
| Hex | 7A | 2 | E | 0 | 62 | 59 | 34 | 162 | 61 | 18 |
| Octal | 172 | 2 | 16 | 0 | 142 | 131 | 64 | 542 | 141 | 30 |
| Binary | 1111010 | 10 | 1110 | 0 | 1100010 | 1011001 | 110100 | 101100010 | 1100001 | 11000 |
Color Harmonies of #7A020E
Complementary color
Monochromatic Colors of #7A020E
Black with #7A020E
Text Example
Text Example
White with #7A020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A020E; }
p { color: rgb(122,2,14); }
H1.HeaderClassName
{
color: #7A020E;
}
.AnyTagClassName
{
color: #7A020E;
}
</style>
background-color css
<style>
a { background-color: #7A020E; }
a { background-color: rgb(122,2,14); }
div.DivClassName
{
background-color: #7A020E;
}
.BgClassName
{
background-color: #7A020E;
}
</style>
border-color css
<style>
span { border-color: #7A020E; }
span { border-color: rgb(122,2,14); }
td.TdClassName
{
border-color: #7A020E;
}
.TagClassName
{
border-color: #7A020E;
}
</style>