Shades of Burgundy #7E0036
Tints of Burgundy #7E0036
RGB
CMYK
RGB Variations
Color information
#7E0036 (or 0x7E0036) is known color: Burgundy. HEX triplet: 7E, 00 and 36. RGB value is (126,0,54). Sum of RGB (Red+Green+Blue) = 126+0+54=180 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0036 is #81FFC9. Grayscale: #2B2B2B. Windows color (decimal): -8519626 or 3539070. OLE color: 3539070.
HSL color Cylindrical-coordinate representation of color #7E0036: hue angle of 334.29º 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 #7E0036 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.57 | 0.51 |
| HSL | 334.29º | 1% | 0.25% | - |
| HSV(B) | 334.29º | 1% | 0.49% | - |
| XYZ | 9.27 | 4.7 | 3.91 | - |
| YUV | 43.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 54 | 0 | 1 | 0.57 | 0.51 | 334.29 | 1 | 0.25 |
| Hex | 7E | 0 | 36 | 0 | 64 | 39 | 33 | 14E | 64 | 19 |
| Octal | 176 | 0 | 66 | 0 | 144 | 71 | 63 | 516 | 144 | 31 |
| Binary | 1111110 | 0 | 110110 | 0 | 1100100 | 111001 | 110011 | 101001110 | 1100100 | 11001 |
Color Harmonies of #7E0036
Complementary color
Monochromatic Colors of #7E0036
Black with #7E0036
Text Example
Text Example
White with #7E0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0036; }
p { color: rgb(126,0,54); }
H1.HeaderClassName
{
color: #7E0036;
}
.AnyTagClassName
{
color: #7E0036;
}
</style>
background-color css
<style>
a { background-color: #7E0036; }
a { background-color: rgb(126,0,54); }
div.DivClassName
{
background-color: #7E0036;
}
.BgClassName
{
background-color: #7E0036;
}
</style>
border-color css
<style>
span { border-color: #7E0036; }
span { border-color: rgb(126,0,54); }
td.TdClassName
{
border-color: #7E0036;
}
.TagClassName
{
border-color: #7E0036;
}
</style>