Shades of Burgundy #7E101E
Tints of Burgundy #7E101E
RGB
CMYK
RGB Variations
Color information
#7E101E (or 0x7E101E) is known color: Burgundy. HEX triplet: 7E, 10 and 1E. RGB value is (126,16,30). Sum of RGB (Red+Green+Blue) = 126+16+30=172 (22% of max value = 765). Red value is 126 (49.61% from 255 or 73.26% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 126 - color contains mainly: red. Hex color #7E101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E101E is #81EFE1. Grayscale: #323232. Windows color (decimal): -8515554 or 1970302. OLE color: 1970302.
HSL color Cylindrical-coordinate representation of color #7E101E: hue angle of 352.36º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E101E is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 16 | 30 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.51 |
| HSL | 352.36º | 0.77% | 0.28% | - |
| HSV(B) | 352.36º | 0.87% | 0.49% | - |
| XYZ | 9.02 | 4.9 | 1.7 | - |
| YUV | 50.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 30 | 0 | 0.87 | 0.76 | 0.51 | 352.36 | 0.77 | 0.28 |
| Hex | 7E | 10 | 1E | 0 | 57 | 4C | 33 | 160 | 4D | 1C |
| Octal | 176 | 20 | 36 | 0 | 127 | 114 | 63 | 540 | 115 | 34 |
| Binary | 1111110 | 10000 | 11110 | 0 | 1010111 | 1001100 | 110011 | 101100000 | 1001101 | 11100 |
Color Harmonies of #7E101E
Complementary color
Monochromatic Colors of #7E101E
Black with #7E101E
Text Example
Text Example
White with #7E101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E101E; }
p { color: rgb(126,16,30); }
H1.HeaderClassName
{
color: #7E101E;
}
.AnyTagClassName
{
color: #7E101E;
}
</style>
background-color css
<style>
a { background-color: #7E101E; }
a { background-color: rgb(126,16,30); }
div.DivClassName
{
background-color: #7E101E;
}
.BgClassName
{
background-color: #7E101E;
}
</style>
border-color css
<style>
span { border-color: #7E101E; }
span { border-color: rgb(126,16,30); }
td.TdClassName
{
border-color: #7E101E;
}
.TagClassName
{
border-color: #7E101E;
}
</style>