Shades of Burgundy #7A0C32
Tints of Burgundy #7A0C32
RGB
CMYK
RGB Variations
Color information
#7A0C32 (or 0x7A0C32) is known color: Burgundy. HEX triplet: 7A, 0C and 32. RGB value is (122,12,50). Sum of RGB (Red+Green+Blue) = 122+12+50=184 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.30% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0C32 is #85F3CD. Grayscale: #313131. Windows color (decimal): -8778702 or 3279994. OLE color: 3279994.
HSL color Cylindrical-coordinate representation of color #7A0C32: hue angle of 339.27º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0C32 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 12 | 50 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.52 |
| HSL | 339.27º | 0.82% | 0.26% | - |
| HSV(B) | 339.27º | 0.9% | 0.48% | - |
| XYZ | 8.73 | 4.63 | 3.45 | - |
| YUV | 49.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 50 | 0 | 0.90 | 0.59 | 0.52 | 339.27 | 0.82 | 0.26 |
| Hex | 7A | C | 32 | 0 | 5A | 3B | 34 | 153 | 52 | 1A |
| Octal | 172 | 14 | 62 | 0 | 132 | 73 | 64 | 523 | 122 | 32 |
| Binary | 1111010 | 1100 | 110010 | 0 | 1011010 | 111011 | 110100 | 101010011 | 1010010 | 11010 |
Color Harmonies of #7A0C32
Complementary color
Monochromatic Colors of #7A0C32
Black with #7A0C32
Text Example
Text Example
White with #7A0C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0C32; }
p { color: rgb(122,12,50); }
H1.HeaderClassName
{
color: #7A0C32;
}
.AnyTagClassName
{
color: #7A0C32;
}
</style>
background-color css
<style>
a { background-color: #7A0C32; }
a { background-color: rgb(122,12,50); }
div.DivClassName
{
background-color: #7A0C32;
}
.BgClassName
{
background-color: #7A0C32;
}
</style>
border-color css
<style>
span { border-color: #7A0C32; }
span { border-color: rgb(122,12,50); }
td.TdClassName
{
border-color: #7A0C32;
}
.TagClassName
{
border-color: #7A0C32;
}
</style>