Shades of Burgundy #7A0832
Tints of Burgundy #7A0832
RGB
CMYK
RGB Variations
Color information
#7A0832 (or 0x7A0832) is known color: Burgundy. HEX triplet: 7A, 08 and 32. RGB value is (122,8,50). Sum of RGB (Red+Green+Blue) = 122+8+50=180 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.78% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0832 is #85F7CD. Grayscale: #2E2E2E. Windows color (decimal): -8779726 or 3278970. OLE color: 3278970.
HSL color Cylindrical-coordinate representation of color #7A0832: hue angle of 337.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0832 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 50 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.52 |
| HSL | 337.89º | 0.88% | 0.25% | - |
| HSV(B) | 337.89º | 0.93% | 0.48% | - |
| XYZ | 8.69 | 4.54 | 3.44 | - |
| YUV | 46.87 | 129.77 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 50 | 0 | 0.93 | 0.59 | 0.52 | 337.89 | 0.88 | 0.25 |
| Hex | 7A | 8 | 32 | 0 | 5D | 3B | 34 | 152 | 58 | 19 |
| Octal | 172 | 10 | 62 | 0 | 135 | 73 | 64 | 522 | 130 | 31 |
| Binary | 1111010 | 1000 | 110010 | 0 | 1011101 | 111011 | 110100 | 101010010 | 1011000 | 11001 |
Color Harmonies of #7A0832
Complementary color
Monochromatic Colors of #7A0832
Black with #7A0832
Text Example
Text Example
White with #7A0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0832; }
p { color: rgb(122,8,50); }
H1.HeaderClassName
{
color: #7A0832;
}
.AnyTagClassName
{
color: #7A0832;
}
</style>
background-color css
<style>
a { background-color: #7A0832; }
a { background-color: rgb(122,8,50); }
div.DivClassName
{
background-color: #7A0832;
}
.BgClassName
{
background-color: #7A0832;
}
</style>
border-color css
<style>
span { border-color: #7A0832; }
span { border-color: rgb(122,8,50); }
td.TdClassName
{
border-color: #7A0832;
}
.TagClassName
{
border-color: #7A0832;
}
</style>