Shades of Burgundy #7A0E15
Tints of Burgundy #7A0E15
RGB
CMYK
RGB Variations
Color information
#7A0E15 (or 0x7A0E15) is known color: Burgundy. HEX triplet: 7A, 0E and 15. RGB value is (122,14,21). Sum of RGB (Red+Green+Blue) = 122+14+21=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0E15 is #85F1EA. Grayscale: #2F2F2F. Windows color (decimal): -8778219 or 1379962. OLE color: 1379962.
HSL color Cylindrical-coordinate representation of color #7A0E15: hue angle of 356.11º 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 #7A0E15 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 14 | 21 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.52 |
| HSL | 356.11º | 0.79% | 0.27% | - |
| HSV(B) | 356.11º | 0.89% | 0.48% | - |
| XYZ | 8.32 | 4.51 | 1.14 | - |
| YUV | 47.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 21 | 0 | 0.89 | 0.83 | 0.52 | 356.11 | 0.79 | 0.27 |
| Hex | 7A | E | 15 | 0 | 59 | 53 | 34 | 164 | 4F | 1B |
| Octal | 172 | 16 | 25 | 0 | 131 | 123 | 64 | 544 | 117 | 33 |
| Binary | 1111010 | 1110 | 10101 | 0 | 1011001 | 1010011 | 110100 | 101100100 | 1001111 | 11011 |
Color Harmonies of #7A0E15
Complementary color
Monochromatic Colors of #7A0E15
Black with #7A0E15
Text Example
Text Example
White with #7A0E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0E15; }
p { color: rgb(122,14,21); }
H1.HeaderClassName
{
color: #7A0E15;
}
.AnyTagClassName
{
color: #7A0E15;
}
</style>
background-color css
<style>
a { background-color: #7A0E15; }
a { background-color: rgb(122,14,21); }
div.DivClassName
{
background-color: #7A0E15;
}
.BgClassName
{
background-color: #7A0E15;
}
</style>
border-color css
<style>
span { border-color: #7A0E15; }
span { border-color: rgb(122,14,21); }
td.TdClassName
{
border-color: #7A0E15;
}
.TagClassName
{
border-color: #7A0E15;
}
</style>