Shades of Burgundy #7E0D1D
Tints of Burgundy #7E0D1D
RGB
CMYK
RGB Variations
Color information
#7E0D1D (or 0x7E0D1D) is known color: Burgundy. HEX triplet: 7E, 0D and 1D. RGB value is (126,13,29). Sum of RGB (Red+Green+Blue) = 126+13+29=168 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0D1D is #81F2E2. Grayscale: #303030. Windows color (decimal): -8516323 or 1903998. OLE color: 1903998.
HSL color Cylindrical-coordinate representation of color #7E0D1D: hue angle of 351.5º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E0D1D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 13 | 29 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.51 |
| HSL | 351.5º | 0.81% | 0.27% | - |
| HSV(B) | 351.5º | 0.9% | 0.49% | - |
| XYZ | 8.97 | 4.81 | 1.62 | - |
| YUV | 48.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 13 | 29 | 0 | 0.90 | 0.77 | 0.51 | 351.5 | 0.81 | 0.27 |
| Hex | 7E | D | 1D | 0 | 5A | 4D | 33 | 160 | 51 | 1B |
| Octal | 176 | 15 | 35 | 0 | 132 | 115 | 63 | 540 | 121 | 33 |
| Binary | 1111110 | 1101 | 11101 | 0 | 1011010 | 1001101 | 110011 | 101100000 | 1010001 | 11011 |
Color Harmonies of #7E0D1D
Complementary color
Monochromatic Colors of #7E0D1D
Black with #7E0D1D
Text Example
Text Example
White with #7E0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0D1D; }
p { color: rgb(126,13,29); }
H1.HeaderClassName
{
color: #7E0D1D;
}
.AnyTagClassName
{
color: #7E0D1D;
}
</style>
background-color css
<style>
a { background-color: #7E0D1D; }
a { background-color: rgb(126,13,29); }
div.DivClassName
{
background-color: #7E0D1D;
}
.BgClassName
{
background-color: #7E0D1D;
}
</style>
border-color css
<style>
span { border-color: #7E0D1D; }
span { border-color: rgb(126,13,29); }
td.TdClassName
{
border-color: #7E0D1D;
}
.TagClassName
{
border-color: #7E0D1D;
}
</style>