Shades of Burgundy #7E0C1E
Tints of Burgundy #7E0C1E
RGB
CMYK
RGB Variations
Color information
#7E0C1E (or 0x7E0C1E) is known color: Burgundy. HEX triplet: 7E, 0C and 1E. RGB value is (126,12,30). Sum of RGB (Red+Green+Blue) = 126+12+30=168 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0C1E is #81F3E1. Grayscale: #303030. Windows color (decimal): -8516578 or 1969278. OLE color: 1969278.
HSL color Cylindrical-coordinate representation of color #7E0C1E: hue angle of 350.53º degrees, saturation: 0.83, 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 #7E0C1E is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 12 | 30 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.51 |
| HSL | 350.53º | 0.83% | 0.27% | - |
| HSV(B) | 350.53º | 0.9% | 0.49% | - |
| XYZ | 8.97 | 4.79 | 1.68 | - |
| YUV | 48.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 12 | 30 | 0 | 0.90 | 0.76 | 0.51 | 350.53 | 0.83 | 0.27 |
| Hex | 7E | C | 1E | 0 | 5A | 4C | 33 | 15F | 53 | 1B |
| Octal | 176 | 14 | 36 | 0 | 132 | 114 | 63 | 537 | 123 | 33 |
| Binary | 1111110 | 1100 | 11110 | 0 | 1011010 | 1001100 | 110011 | 101011111 | 1010011 | 11011 |
Color Harmonies of #7E0C1E
Complementary color
Monochromatic Colors of #7E0C1E
Black with #7E0C1E
Text Example
Text Example
White with #7E0C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0C1E; }
p { color: rgb(126,12,30); }
H1.HeaderClassName
{
color: #7E0C1E;
}
.AnyTagClassName
{
color: #7E0C1E;
}
</style>
background-color css
<style>
a { background-color: #7E0C1E; }
a { background-color: rgb(126,12,30); }
div.DivClassName
{
background-color: #7E0C1E;
}
.BgClassName
{
background-color: #7E0C1E;
}
</style>
border-color css
<style>
span { border-color: #7E0C1E; }
span { border-color: rgb(126,12,30); }
td.TdClassName
{
border-color: #7E0C1E;
}
.TagClassName
{
border-color: #7E0C1E;
}
</style>