Shades of Burgundy #7A011C
Tints of Burgundy #7A011C
RGB
CMYK
RGB Variations
Color information
#7A011C (or 0x7A011C) is known color: Burgundy. HEX triplet: 7A, 01 and 1C. RGB value is (122,1,28). Sum of RGB (Red+Green+Blue) = 122+1+28=151 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.79% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 122 - color contains mainly: red. Hex color #7A011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A011C is #85FEE3. Grayscale: #282828. Windows color (decimal): -8781540 or 1835386. OLE color: 1835386.
HSL color Cylindrical-coordinate representation of color #7A011C: hue angle of 346.61º 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 #7A011C is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.52 |
| HSL | 346.61º | 0.98% | 0.24% | - |
| HSV(B) | 346.61º | 0.99% | 0.48% | - |
| XYZ | 8.25 | 4.24 | 1.48 | - |
| YUV | 40.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 28 | 0 | 0.99 | 0.77 | 0.52 | 346.61 | 0.98 | 0.24 |
| Hex | 7A | 1 | 1C | 0 | 63 | 4D | 34 | 15B | 62 | 18 |
| Octal | 172 | 1 | 34 | 0 | 143 | 115 | 64 | 533 | 142 | 30 |
| Binary | 1111010 | 1 | 11100 | 0 | 1100011 | 1001101 | 110100 | 101011011 | 1100010 | 11000 |
Color Harmonies of #7A011C
Complementary color
Monochromatic Colors of #7A011C
Black with #7A011C
Text Example
Text Example
White with #7A011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A011C; }
p { color: rgb(122,1,28); }
H1.HeaderClassName
{
color: #7A011C;
}
.AnyTagClassName
{
color: #7A011C;
}
</style>
background-color css
<style>
a { background-color: #7A011C; }
a { background-color: rgb(122,1,28); }
div.DivClassName
{
background-color: #7A011C;
}
.BgClassName
{
background-color: #7A011C;
}
</style>
border-color css
<style>
span { border-color: #7A011C; }
span { border-color: rgb(122,1,28); }
td.TdClassName
{
border-color: #7A011C;
}
.TagClassName
{
border-color: #7A011C;
}
</style>