Shades of Burgundy #7A032A
Tints of Burgundy #7A032A
RGB
CMYK
RGB Variations
Color information
#7A032A (or 0x7A032A) is known color: Burgundy. HEX triplet: 7A, 03 and 2A. RGB value is (122,3,42). Sum of RGB (Red+Green+Blue) = 122+3+42=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A032A is #85FCD5. Grayscale: #2A2A2A. Windows color (decimal): -8781014 or 2753402. OLE color: 2753402.
HSL color Cylindrical-coordinate representation of color #7A032A: hue angle of 340.34º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A032A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.52 |
| HSL | 340.34º | 0.95% | 0.25% | - |
| HSV(B) | 340.34º | 0.98% | 0.48% | - |
| XYZ | 8.48 | 4.37 | 2.59 | - |
| YUV | 43.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 42 | 0 | 0.98 | 0.66 | 0.52 | 340.34 | 0.95 | 0.25 |
| Hex | 7A | 3 | 2A | 0 | 62 | 42 | 34 | 154 | 5F | 19 |
| Octal | 172 | 3 | 52 | 0 | 142 | 102 | 64 | 524 | 137 | 31 |
| Binary | 1111010 | 11 | 101010 | 0 | 1100010 | 1000010 | 110100 | 101010100 | 1011111 | 11001 |
Color Harmonies of #7A032A
Complementary color
Monochromatic Colors of #7A032A
Black with #7A032A
Text Example
Text Example
White with #7A032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A032A; }
p { color: rgb(122,3,42); }
H1.HeaderClassName
{
color: #7A032A;
}
.AnyTagClassName
{
color: #7A032A;
}
</style>
background-color css
<style>
a { background-color: #7A032A; }
a { background-color: rgb(122,3,42); }
div.DivClassName
{
background-color: #7A032A;
}
.BgClassName
{
background-color: #7A032A;
}
</style>
border-color css
<style>
span { border-color: #7A032A; }
span { border-color: rgb(122,3,42); }
td.TdClassName
{
border-color: #7A032A;
}
.TagClassName
{
border-color: #7A032A;
}
</style>