Shades of Burgundy #7E0B12
Tints of Burgundy #7E0B12
RGB
CMYK
RGB Variations
Color information
#7E0B12 (or 0x7E0B12) is known color: Burgundy. HEX triplet: 7E, 0B and 12. RGB value is (126,11,18). Sum of RGB (Red+Green+Blue) = 126+11+18=155 (20% of max value = 765). Red value is 126 (49.61% from 255 or 81.29% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0B12 is #81F4ED. Grayscale: #2E2E2E. Windows color (decimal): -8516846 or 1182590. OLE color: 1182590.
HSL color Cylindrical-coordinate representation of color #7E0B12: hue angle of 356.35º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E0B12 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 11 | 18 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.51 |
| HSL | 356.35º | 0.84% | 0.27% | - |
| HSV(B) | 356.35º | 0.91% | 0.49% | - |
| XYZ | 8.83 | 4.72 | 1.02 | - |
| YUV | 46.18 | 112.1 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 11 | 18 | 0 | 0.91 | 0.86 | 0.51 | 356.35 | 0.84 | 0.27 |
| Hex | 7E | B | 12 | 0 | 5B | 56 | 33 | 164 | 54 | 1B |
| Octal | 176 | 13 | 22 | 0 | 133 | 126 | 63 | 544 | 124 | 33 |
| Binary | 1111110 | 1011 | 10010 | 0 | 1011011 | 1010110 | 110011 | 101100100 | 1010100 | 11011 |
Color Harmonies of #7E0B12
Complementary color
Monochromatic Colors of #7E0B12
Black with #7E0B12
Text Example
Text Example
White with #7E0B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0B12; }
p { color: rgb(126,11,18); }
H1.HeaderClassName
{
color: #7E0B12;
}
.AnyTagClassName
{
color: #7E0B12;
}
</style>
background-color css
<style>
a { background-color: #7E0B12; }
a { background-color: rgb(126,11,18); }
div.DivClassName
{
background-color: #7E0B12;
}
.BgClassName
{
background-color: #7E0B12;
}
</style>
border-color css
<style>
span { border-color: #7E0B12; }
span { border-color: rgb(126,11,18); }
td.TdClassName
{
border-color: #7E0B12;
}
.TagClassName
{
border-color: #7E0B12;
}
</style>