Shades of Burgundy #7E0132
Tints of Burgundy #7E0132
RGB
CMYK
RGB Variations
Color information
#7E0132 (or 0x7E0132) is known color: Burgundy. HEX triplet: 7E, 01 and 32. RGB value is (126,1,50). Sum of RGB (Red+Green+Blue) = 126+1+50=177 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.19% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0132 is #81FECD. Grayscale: #2B2B2B. Windows color (decimal): -8519374 or 3277182. OLE color: 3277182.
HSL color Cylindrical-coordinate representation of color #7E0132: hue angle of 336.48º 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 #7E0132 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.51 |
| HSL | 336.48º | 0.98% | 0.25% | - |
| HSV(B) | 336.48º | 0.99% | 0.49% | - |
| XYZ | 9.19 | 4.69 | 3.44 | - |
| YUV | 43.96 | 131.41 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 50 | 0 | 0.99 | 0.60 | 0.51 | 336.48 | 0.98 | 0.25 |
| Hex | 7E | 1 | 32 | 0 | 63 | 3C | 33 | 150 | 62 | 19 |
| Octal | 176 | 1 | 62 | 0 | 143 | 74 | 63 | 520 | 142 | 31 |
| Binary | 1111110 | 1 | 110010 | 0 | 1100011 | 111100 | 110011 | 101010000 | 1100010 | 11001 |
Color Harmonies of #7E0132
Complementary color
Monochromatic Colors of #7E0132
Black with #7E0132
Text Example
Text Example
White with #7E0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0132; }
p { color: rgb(126,1,50); }
H1.HeaderClassName
{
color: #7E0132;
}
.AnyTagClassName
{
color: #7E0132;
}
</style>
background-color css
<style>
a { background-color: #7E0132; }
a { background-color: rgb(126,1,50); }
div.DivClassName
{
background-color: #7E0132;
}
.BgClassName
{
background-color: #7E0132;
}
</style>
border-color css
<style>
span { border-color: #7E0132; }
span { border-color: rgb(126,1,50); }
td.TdClassName
{
border-color: #7E0132;
}
.TagClassName
{
border-color: #7E0132;
}
</style>