Shades of Burgundy #7A071E
Tints of Burgundy #7A071E
RGB
CMYK
RGB Variations
Color information
#7A071E (or 0x7A071E) is known color: Burgundy. HEX triplet: 7A, 07 and 1E. RGB value is (122,7,30). Sum of RGB (Red+Green+Blue) = 122+7+30=159 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.73% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 122 - color contains mainly: red. Hex color #7A071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A071E is #85F8E1. Grayscale: #2C2C2C. Windows color (decimal): -8780002 or 1967994. OLE color: 1967994.
HSL color Cylindrical-coordinate representation of color #7A071E: hue angle of 348º 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 #7A071E is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 30 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.52 |
| HSL | 348º | 0.89% | 0.25% | - |
| HSV(B) | 348º | 0.94% | 0.48% | - |
| XYZ | 8.34 | 4.38 | 1.63 | - |
| YUV | 44.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 30 | 0 | 0.94 | 0.75 | 0.52 | 348 | 0.89 | 0.25 |
| Hex | 7A | 7 | 1E | 0 | 5E | 4B | 34 | 15C | 59 | 19 |
| Octal | 172 | 7 | 36 | 0 | 136 | 113 | 64 | 534 | 131 | 31 |
| Binary | 1111010 | 111 | 11110 | 0 | 1011110 | 1001011 | 110100 | 101011100 | 1011001 | 11001 |
Color Harmonies of #7A071E
Complementary color
Monochromatic Colors of #7A071E
Black with #7A071E
Text Example
Text Example
White with #7A071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A071E; }
p { color: rgb(122,7,30); }
H1.HeaderClassName
{
color: #7A071E;
}
.AnyTagClassName
{
color: #7A071E;
}
</style>
background-color css
<style>
a { background-color: #7A071E; }
a { background-color: rgb(122,7,30); }
div.DivClassName
{
background-color: #7A071E;
}
.BgClassName
{
background-color: #7A071E;
}
</style>
border-color css
<style>
span { border-color: #7A071E; }
span { border-color: rgb(122,7,30); }
td.TdClassName
{
border-color: #7A071E;
}
.TagClassName
{
border-color: #7A071E;
}
</style>