Shades of Burgundy #7E0015
Tints of Burgundy #7E0015
RGB
CMYK
RGB Variations
Color information
#7E0015 (or 0x7E0015) is known color: Burgundy. HEX triplet: 7E, 00 and 15. RGB value is (126,0,21). Sum of RGB (Red+Green+Blue) = 126+0+21=147 (19% of max value = 765). Red value is 126 (49.61% from 255 or 85.71% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0015 is #81FFEA. Grayscale: #282828. Windows color (decimal): -8519659 or 1376382. OLE color: 1376382.
HSL color Cylindrical-coordinate representation of color #7E0015: hue angle of 350º 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 #7E0015 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.83 | 0.51 |
| HSL | 350º | 1% | 0.25% | - |
| HSV(B) | 350º | 1% | 0.49% | - |
| XYZ | 8.74 | 4.49 | 1.12 | - |
| YUV | 40.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 21 | 0 | 1 | 0.83 | 0.51 | 350 | 1 | 0.25 |
| Hex | 7E | 0 | 15 | 0 | 64 | 53 | 33 | 15E | 64 | 19 |
| Octal | 176 | 0 | 25 | 0 | 144 | 123 | 63 | 536 | 144 | 31 |
| Binary | 1111110 | 0 | 10101 | 0 | 1100100 | 1010011 | 110011 | 101011110 | 1100100 | 11001 |
Color Harmonies of #7E0015
Complementary color
Monochromatic Colors of #7E0015
Black with #7E0015
Text Example
Text Example
White with #7E0015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0015; }
p { color: rgb(126,0,21); }
H1.HeaderClassName
{
color: #7E0015;
}
.AnyTagClassName
{
color: #7E0015;
}
</style>
background-color css
<style>
a { background-color: #7E0015; }
a { background-color: rgb(126,0,21); }
div.DivClassName
{
background-color: #7E0015;
}
.BgClassName
{
background-color: #7E0015;
}
</style>
border-color css
<style>
span { border-color: #7E0015; }
span { border-color: rgb(126,0,21); }
td.TdClassName
{
border-color: #7E0015;
}
.TagClassName
{
border-color: #7E0015;
}
</style>