Shades of Burgundy #7A0E22
Tints of Burgundy #7A0E22
RGB
CMYK
RGB Variations
Color information
#7A0E22 (or 0x7A0E22) is known color: Burgundy. HEX triplet: 7A, 0E and 22. RGB value is (122,14,34). Sum of RGB (Red+Green+Blue) = 122+14+34=170 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.76% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0E22 is #85F1DD. Grayscale: #303030. Windows color (decimal): -8778206 or 2231930. OLE color: 2231930.
HSL color Cylindrical-coordinate representation of color #7A0E22: hue angle of 348.89º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E22 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 14 | 34 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.52 |
| HSL | 348.89º | 0.79% | 0.27% | - |
| HSV(B) | 348.89º | 0.89% | 0.48% | - |
| XYZ | 8.47 | 4.57 | 1.95 | - |
| YUV | 48.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 34 | 0 | 0.89 | 0.72 | 0.52 | 348.89 | 0.79 | 0.27 |
| Hex | 7A | E | 22 | 0 | 59 | 48 | 34 | 15D | 4F | 1B |
| Octal | 172 | 16 | 42 | 0 | 131 | 110 | 64 | 535 | 117 | 33 |
| Binary | 1111010 | 1110 | 100010 | 0 | 1011001 | 1001000 | 110100 | 101011101 | 1001111 | 11011 |
Color Harmonies of #7A0E22
Complementary color
Monochromatic Colors of #7A0E22
Black with #7A0E22
Text Example
Text Example
White with #7A0E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0E22; }
p { color: rgb(122,14,34); }
H1.HeaderClassName
{
color: #7A0E22;
}
.AnyTagClassName
{
color: #7A0E22;
}
</style>
background-color css
<style>
a { background-color: #7A0E22; }
a { background-color: rgb(122,14,34); }
div.DivClassName
{
background-color: #7A0E22;
}
.BgClassName
{
background-color: #7A0E22;
}
</style>
border-color css
<style>
span { border-color: #7A0E22; }
span { border-color: rgb(122,14,34); }
td.TdClassName
{
border-color: #7A0E22;
}
.TagClassName
{
border-color: #7A0E22;
}
</style>