Shades of Burgundy #7A011F
Tints of Burgundy #7A011F
RGB
CMYK
RGB Variations
Color information
#7A011F (or 0x7A011F) is known color: Burgundy. HEX triplet: 7A, 01 and 1F. RGB value is (122,1,31). Sum of RGB (Red+Green+Blue) = 122+1+31=154 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.22% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 122 - color contains mainly: red. Hex color #7A011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A011F is #85FEE0. Grayscale: #282828. Windows color (decimal): -8781537 or 2031994. OLE color: 2031994.
HSL color Cylindrical-coordinate representation of color #7A011F: hue angle of 345.12º 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 #7A011F is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.52 |
| HSL | 345.12º | 0.98% | 0.24% | - |
| HSV(B) | 345.12º | 0.99% | 0.48% | - |
| XYZ | 8.28 | 4.26 | 1.68 | - |
| YUV | 40.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 31 | 0 | 0.99 | 0.75 | 0.52 | 345.12 | 0.98 | 0.24 |
| Hex | 7A | 1 | 1F | 0 | 63 | 4B | 34 | 159 | 62 | 18 |
| Octal | 172 | 1 | 37 | 0 | 143 | 113 | 64 | 531 | 142 | 30 |
| Binary | 1111010 | 1 | 11111 | 0 | 1100011 | 1001011 | 110100 | 101011001 | 1100010 | 11000 |
Color Harmonies of #7A011F
Complementary color
Monochromatic Colors of #7A011F
Black with #7A011F
Text Example
Text Example
White with #7A011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A011F; }
p { color: rgb(122,1,31); }
H1.HeaderClassName
{
color: #7A011F;
}
.AnyTagClassName
{
color: #7A011F;
}
</style>
background-color css
<style>
a { background-color: #7A011F; }
a { background-color: rgb(122,1,31); }
div.DivClassName
{
background-color: #7A011F;
}
.BgClassName
{
background-color: #7A011F;
}
</style>
border-color css
<style>
span { border-color: #7A011F; }
span { border-color: rgb(122,1,31); }
td.TdClassName
{
border-color: #7A011F;
}
.TagClassName
{
border-color: #7A011F;
}
</style>