Shades of Burgundy #7A0C31
Tints of Burgundy #7A0C31
RGB
CMYK
RGB Variations
Color information
#7A0C31 (or 0x7A0C31) is known color: Burgundy. HEX triplet: 7A, 0C and 31. RGB value is (122,12,49). Sum of RGB (Red+Green+Blue) = 122+12+49=183 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.67% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0C31 is #85F3CE. Grayscale: #313131. Windows color (decimal): -8778703 or 3214458. OLE color: 3214458.
HSL color Cylindrical-coordinate representation of color #7A0C31: hue angle of 339.82º 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 #7A0C31 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 12 | 49 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.52 |
| HSL | 339.82º | 0.82% | 0.26% | - |
| HSV(B) | 339.82º | 0.9% | 0.48% | - |
| XYZ | 8.71 | 4.62 | 3.34 | - |
| YUV | 49.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 49 | 0 | 0.90 | 0.60 | 0.52 | 339.82 | 0.82 | 0.26 |
| Hex | 7A | C | 31 | 0 | 5A | 3C | 34 | 154 | 52 | 1A |
| Octal | 172 | 14 | 61 | 0 | 132 | 74 | 64 | 524 | 122 | 32 |
| Binary | 1111010 | 1100 | 110001 | 0 | 1011010 | 111100 | 110100 | 101010100 | 1010010 | 11010 |
Color Harmonies of #7A0C31
Complementary color
Monochromatic Colors of #7A0C31
Black with #7A0C31
Text Example
Text Example
White with #7A0C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0C31; }
p { color: rgb(122,12,49); }
H1.HeaderClassName
{
color: #7A0C31;
}
.AnyTagClassName
{
color: #7A0C31;
}
</style>
background-color css
<style>
a { background-color: #7A0C31; }
a { background-color: rgb(122,12,49); }
div.DivClassName
{
background-color: #7A0C31;
}
.BgClassName
{
background-color: #7A0C31;
}
</style>
border-color css
<style>
span { border-color: #7A0C31; }
span { border-color: rgb(122,12,49); }
td.TdClassName
{
border-color: #7A0C31;
}
.TagClassName
{
border-color: #7A0C31;
}
</style>