Shades of Burgundy #7A040E
Tints of Burgundy #7A040E
RGB
CMYK
RGB Variations
Color information
#7A040E (or 0x7A040E) is known color: Burgundy. HEX triplet: 7A, 04 and 0E. RGB value is (122,4,14). Sum of RGB (Red+Green+Blue) = 122+4+14=140 (18% of max value = 765). Red value is 122 (48.05% from 255 or 87.14% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 122 - color contains mainly: red. Hex color #7A040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A040E is #85FBF1. Grayscale: #282828. Windows color (decimal): -8780786 or 918650. OLE color: 918650.
HSL color Cylindrical-coordinate representation of color #7A040E: hue angle of 354.92º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A040E is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 4 | 14 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.52 |
| HSL | 354.92º | 0.94% | 0.25% | - |
| HSV(B) | 354.92º | 0.97% | 0.48% | - |
| XYZ | 8.15 | 4.26 | 0.81 | - |
| YUV | 40.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 14 | 0 | 0.97 | 0.89 | 0.52 | 354.92 | 0.94 | 0.25 |
| Hex | 7A | 4 | E | 0 | 61 | 59 | 34 | 163 | 5E | 19 |
| Octal | 172 | 4 | 16 | 0 | 141 | 131 | 64 | 543 | 136 | 31 |
| Binary | 1111010 | 100 | 1110 | 0 | 1100001 | 1011001 | 110100 | 101100011 | 1011110 | 11001 |
Color Harmonies of #7A040E
Complementary color
Monochromatic Colors of #7A040E
Black with #7A040E
Text Example
Text Example
White with #7A040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A040E; }
p { color: rgb(122,4,14); }
H1.HeaderClassName
{
color: #7A040E;
}
.AnyTagClassName
{
color: #7A040E;
}
</style>
background-color css
<style>
a { background-color: #7A040E; }
a { background-color: rgb(122,4,14); }
div.DivClassName
{
background-color: #7A040E;
}
.BgClassName
{
background-color: #7A040E;
}
</style>
border-color css
<style>
span { border-color: #7A040E; }
span { border-color: rgb(122,4,14); }
td.TdClassName
{
border-color: #7A040E;
}
.TagClassName
{
border-color: #7A040E;
}
</style>