Shades of Burgundy #7C0132
Tints of Burgundy #7C0132
RGB
CMYK
RGB Variations
Color information
#7C0132 (or 0x7C0132) is known color: Burgundy. HEX triplet: 7C, 01 and 32. RGB value is (124,1,50). Sum of RGB (Red+Green+Blue) = 124+1+50=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0132 is #83FECD. Grayscale: #2B2B2B. Windows color (decimal): -8650446 or 3277180. OLE color: 3277180.
HSL color Cylindrical-coordinate representation of color #7C0132: hue angle of 336.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0132 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.51 |
| HSL | 336.1º | 0.98% | 0.25% | - |
| HSV(B) | 336.1º | 0.99% | 0.49% | - |
| XYZ | 8.9 | 4.54 | 3.42 | - |
| YUV | 43.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 50 | 0 | 0.99 | 0.60 | 0.51 | 336.1 | 0.98 | 0.25 |
| Hex | 7C | 1 | 32 | 0 | 63 | 3C | 33 | 150 | 62 | 19 |
| Octal | 174 | 1 | 62 | 0 | 143 | 74 | 63 | 520 | 142 | 31 |
| Binary | 1111100 | 1 | 110010 | 0 | 1100011 | 111100 | 110011 | 101010000 | 1100010 | 11001 |
Color Harmonies of #7C0132
Complementary color
Monochromatic Colors of #7C0132
Black with #7C0132
Text Example
Text Example
White with #7C0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0132; }
p { color: rgb(124,1,50); }
H1.HeaderClassName
{
color: #7C0132;
}
.AnyTagClassName
{
color: #7C0132;
}
</style>
background-color css
<style>
a { background-color: #7C0132; }
a { background-color: rgb(124,1,50); }
div.DivClassName
{
background-color: #7C0132;
}
.BgClassName
{
background-color: #7C0132;
}
</style>
border-color css
<style>
span { border-color: #7C0132; }
span { border-color: rgb(124,1,50); }
td.TdClassName
{
border-color: #7C0132;
}
.TagClassName
{
border-color: #7C0132;
}
</style>