Shades of Burgundy #7A012E
Tints of Burgundy #7A012E
RGB
CMYK
RGB Variations
Color information
#7A012E (or 0x7A012E) is known color: Burgundy. HEX triplet: 7A, 01 and 2E. RGB value is (122,1,46). Sum of RGB (Red+Green+Blue) = 122+1+46=169 (22% of max value = 765). Red value is 122 (48.05% from 255 or 72.19% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 122 - color contains mainly: red. Hex color #7A012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A012E is #85FED1. Grayscale: #2A2A2A. Windows color (decimal): -8781522 or 3015034. OLE color: 3015034.
HSL color Cylindrical-coordinate representation of color #7A012E: hue angle of 337.69º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A012E is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.52 |
| HSL | 337.69º | 0.98% | 0.24% | - |
| HSV(B) | 337.69º | 0.99% | 0.48% | - |
| XYZ | 8.53 | 4.36 | 2.98 | - |
| YUV | 42.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 46 | 0 | 0.99 | 0.62 | 0.52 | 337.69 | 0.98 | 0.24 |
| Hex | 7A | 1 | 2E | 0 | 63 | 3E | 34 | 152 | 62 | 18 |
| Octal | 172 | 1 | 56 | 0 | 143 | 76 | 64 | 522 | 142 | 30 |
| Binary | 1111010 | 1 | 101110 | 0 | 1100011 | 111110 | 110100 | 101010010 | 1100010 | 11000 |
Color Harmonies of #7A012E
Complementary color
Monochromatic Colors of #7A012E
Black with #7A012E
Text Example
Text Example
White with #7A012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A012E; }
p { color: rgb(122,1,46); }
H1.HeaderClassName
{
color: #7A012E;
}
.AnyTagClassName
{
color: #7A012E;
}
</style>
background-color css
<style>
a { background-color: #7A012E; }
a { background-color: rgb(122,1,46); }
div.DivClassName
{
background-color: #7A012E;
}
.BgClassName
{
background-color: #7A012E;
}
</style>
border-color css
<style>
span { border-color: #7A012E; }
span { border-color: rgb(122,1,46); }
td.TdClassName
{
border-color: #7A012E;
}
.TagClassName
{
border-color: #7A012E;
}
</style>