Shades of Burgundy #7A0732
Tints of Burgundy #7A0732
RGB
CMYK
RGB Variations
Color information
#7A0732 (or 0x7A0732) is known color: Burgundy. HEX triplet: 7A, 07 and 32. RGB value is (122,7,50). Sum of RGB (Red+Green+Blue) = 122+7+50=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0732 is #85F8CD. Grayscale: #2E2E2E. Windows color (decimal): -8779982 or 3278714. OLE color: 3278714.
HSL color Cylindrical-coordinate representation of color #7A0732: hue angle of 337.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0732 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 50 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.52 |
| HSL | 337.57º | 0.89% | 0.25% | - |
| HSV(B) | 337.57º | 0.94% | 0.48% | - |
| XYZ | 8.68 | 4.52 | 3.43 | - |
| YUV | 46.29 | 130.1 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 50 | 0 | 0.94 | 0.59 | 0.52 | 337.57 | 0.89 | 0.25 |
| Hex | 7A | 7 | 32 | 0 | 5E | 3B | 34 | 152 | 59 | 19 |
| Octal | 172 | 7 | 62 | 0 | 136 | 73 | 64 | 522 | 131 | 31 |
| Binary | 1111010 | 111 | 110010 | 0 | 1011110 | 111011 | 110100 | 101010010 | 1011001 | 11001 |
Color Harmonies of #7A0732
Complementary color
Monochromatic Colors of #7A0732
Black with #7A0732
Text Example
Text Example
White with #7A0732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0732; }
p { color: rgb(122,7,50); }
H1.HeaderClassName
{
color: #7A0732;
}
.AnyTagClassName
{
color: #7A0732;
}
</style>
background-color css
<style>
a { background-color: #7A0732; }
a { background-color: rgb(122,7,50); }
div.DivClassName
{
background-color: #7A0732;
}
.BgClassName
{
background-color: #7A0732;
}
</style>
border-color css
<style>
span { border-color: #7A0732; }
span { border-color: rgb(122,7,50); }
td.TdClassName
{
border-color: #7A0732;
}
.TagClassName
{
border-color: #7A0732;
}
</style>