Shades of Burgundy #7E061E
Tints of Burgundy #7E061E
RGB
CMYK
RGB Variations
Color information
#7E061E (or 0x7E061E) is known color: Burgundy. HEX triplet: 7E, 06 and 1E. RGB value is (126,6,30). Sum of RGB (Red+Green+Blue) = 126+6+30=162 (21% of max value = 765). Red value is 126 (49.61% from 255 or 77.78% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 126 - color contains mainly: red. Hex color #7E061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E061E is #81F9E1. Grayscale: #2C2C2C. Windows color (decimal): -8518114 or 1967742. OLE color: 1967742.
HSL color Cylindrical-coordinate representation of color #7E061E: hue angle of 348º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E061E is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 6 | 30 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.51 |
| HSL | 348º | 0.91% | 0.26% | - |
| HSV(B) | 348º | 0.95% | 0.49% | - |
| XYZ | 8.9 | 4.66 | 1.66 | - |
| YUV | 44.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 6 | 30 | 0 | 0.95 | 0.76 | 0.51 | 348 | 0.91 | 0.26 |
| Hex | 7E | 6 | 1E | 0 | 5F | 4C | 33 | 15C | 5B | 1A |
| Octal | 176 | 6 | 36 | 0 | 137 | 114 | 63 | 534 | 133 | 32 |
| Binary | 1111110 | 110 | 11110 | 0 | 1011111 | 1001100 | 110011 | 101011100 | 1011011 | 11010 |
Color Harmonies of #7E061E
Complementary color
Monochromatic Colors of #7E061E
Black with #7E061E
Text Example
Text Example
White with #7E061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E061E; }
p { color: rgb(126,6,30); }
H1.HeaderClassName
{
color: #7E061E;
}
.AnyTagClassName
{
color: #7E061E;
}
</style>
background-color css
<style>
a { background-color: #7E061E; }
a { background-color: rgb(126,6,30); }
div.DivClassName
{
background-color: #7E061E;
}
.BgClassName
{
background-color: #7E061E;
}
</style>
border-color css
<style>
span { border-color: #7E061E; }
span { border-color: rgb(126,6,30); }
td.TdClassName
{
border-color: #7E061E;
}
.TagClassName
{
border-color: #7E061E;
}
</style>