Shades of Burgundy #7A1014
Tints of Burgundy #7A1014
RGB
CMYK
RGB Variations
Color information
#7A1014 (or 0x7A1014) is known color: Burgundy. HEX triplet: 7A, 10 and 14. RGB value is (122,16,20). Sum of RGB (Red+Green+Blue) = 122+16+20=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1014 is #85EFEB. Grayscale: #303030. Windows color (decimal): -8777708 or 1314938. OLE color: 1314938.
HSL color Cylindrical-coordinate representation of color #7A1014: hue angle of 357.74º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1014 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 16 | 20 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.52 |
| HSL | 357.74º | 0.77% | 0.27% | - |
| HSV(B) | 357.74º | 0.87% | 0.48% | - |
| XYZ | 8.34 | 4.56 | 1.1 | - |
| YUV | 48.15 | 112.12 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 20 | 0 | 0.87 | 0.84 | 0.52 | 357.74 | 0.77 | 0.27 |
| Hex | 7A | 10 | 14 | 0 | 57 | 54 | 34 | 166 | 4D | 1B |
| Octal | 172 | 20 | 24 | 0 | 127 | 124 | 64 | 546 | 115 | 33 |
| Binary | 1111010 | 10000 | 10100 | 0 | 1010111 | 1010100 | 110100 | 101100110 | 1001101 | 11011 |
Color Harmonies of #7A1014
Complementary color
Monochromatic Colors of #7A1014
Black with #7A1014
Text Example
Text Example
White with #7A1014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1014; }
p { color: rgb(122,16,20); }
H1.HeaderClassName
{
color: #7A1014;
}
.AnyTagClassName
{
color: #7A1014;
}
</style>
background-color css
<style>
a { background-color: #7A1014; }
a { background-color: rgb(122,16,20); }
div.DivClassName
{
background-color: #7A1014;
}
.BgClassName
{
background-color: #7A1014;
}
</style>
border-color css
<style>
span { border-color: #7A1014; }
span { border-color: rgb(122,16,20); }
td.TdClassName
{
border-color: #7A1014;
}
.TagClassName
{
border-color: #7A1014;
}
</style>