Shades of Burgundy #7E0031
Tints of Burgundy #7E0031
RGB
CMYK
RGB Variations
Color information
#7E0031 (or 0x7E0031) is known color: Burgundy. HEX triplet: 7E, 00 and 31. RGB value is (126,0,49). Sum of RGB (Red+Green+Blue) = 126+0+49=175 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0031 is #81FFCE. Grayscale: #2B2B2B. Windows color (decimal): -8519631 or 3211390. OLE color: 3211390.
HSL color Cylindrical-coordinate representation of color #7E0031: hue angle of 336.67º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E0031 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.61 | 0.51 |
| HSL | 336.67º | 1% | 0.25% | - |
| HSV(B) | 336.67º | 1% | 0.49% | - |
| XYZ | 9.16 | 4.66 | 3.32 | - |
| YUV | 43.26 | 131.24 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 49 | 0 | 1 | 0.61 | 0.51 | 336.67 | 1 | 0.25 |
| Hex | 7E | 0 | 31 | 0 | 64 | 3D | 33 | 151 | 64 | 19 |
| Octal | 176 | 0 | 61 | 0 | 144 | 75 | 63 | 521 | 144 | 31 |
| Binary | 1111110 | 0 | 110001 | 0 | 1100100 | 111101 | 110011 | 101010001 | 1100100 | 11001 |
Color Harmonies of #7E0031
Complementary color
Monochromatic Colors of #7E0031
Black with #7E0031
Text Example
Text Example
White with #7E0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0031; }
p { color: rgb(126,0,49); }
H1.HeaderClassName
{
color: #7E0031;
}
.AnyTagClassName
{
color: #7E0031;
}
</style>
background-color css
<style>
a { background-color: #7E0031; }
a { background-color: rgb(126,0,49); }
div.DivClassName
{
background-color: #7E0031;
}
.BgClassName
{
background-color: #7E0031;
}
</style>
border-color css
<style>
span { border-color: #7E0031; }
span { border-color: rgb(126,0,49); }
td.TdClassName
{
border-color: #7E0031;
}
.TagClassName
{
border-color: #7E0031;
}
</style>