Shades of Burgundy #7E011D
Tints of Burgundy #7E011D
RGB
CMYK
RGB Variations
Color information
#7E011D (or 0x7E011D) is known color: Burgundy. HEX triplet: 7E, 01 and 1D. RGB value is (126,1,29). Sum of RGB (Red+Green+Blue) = 126+1+29=156 (20% of max value = 765). Red value is 126 (49.61% from 255 or 80.77% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 126 - color contains mainly: red. Hex color #7E011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E011D is #81FEE2. Grayscale: #292929. Windows color (decimal): -8519395 or 1900926. OLE color: 1900926.
HSL color Cylindrical-coordinate representation of color #7E011D: hue angle of 346.56º 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 #7E011D is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.51 |
| HSL | 346.56º | 0.98% | 0.25% | - |
| HSV(B) | 346.56º | 0.99% | 0.49% | - |
| XYZ | 8.84 | 4.55 | 1.57 | - |
| YUV | 41.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 29 | 0 | 0.99 | 0.77 | 0.51 | 346.56 | 0.98 | 0.25 |
| Hex | 7E | 1 | 1D | 0 | 63 | 4D | 33 | 15B | 62 | 19 |
| Octal | 176 | 1 | 35 | 0 | 143 | 115 | 63 | 533 | 142 | 31 |
| Binary | 1111110 | 1 | 11101 | 0 | 1100011 | 1001101 | 110011 | 101011011 | 1100010 | 11001 |
Color Harmonies of #7E011D
Complementary color
Monochromatic Colors of #7E011D
Black with #7E011D
Text Example
Text Example
White with #7E011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E011D; }
p { color: rgb(126,1,29); }
H1.HeaderClassName
{
color: #7E011D;
}
.AnyTagClassName
{
color: #7E011D;
}
</style>
background-color css
<style>
a { background-color: #7E011D; }
a { background-color: rgb(126,1,29); }
div.DivClassName
{
background-color: #7E011D;
}
.BgClassName
{
background-color: #7E011D;
}
</style>
border-color css
<style>
span { border-color: #7E011D; }
span { border-color: rgb(126,1,29); }
td.TdClassName
{
border-color: #7E011D;
}
.TagClassName
{
border-color: #7E011D;
}
</style>