Shades of Burgundy #7E0022
Tints of Burgundy #7E0022
RGB
CMYK
RGB Variations
Color information
#7E0022 (or 0x7E0022) is known color: Burgundy. HEX triplet: 7E, 00 and 22. RGB value is (126,0,34). Sum of RGB (Red+Green+Blue) = 126+0+34=160 (21% of max value = 765). Red value is 126 (49.61% from 255 or 78.75% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0022 is #81FFDD. Grayscale: #292929. Windows color (decimal): -8519646 or 2228350. OLE color: 2228350.
HSL color Cylindrical-coordinate representation of color #7E0022: hue angle of 343.81º 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 #7E0022 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.73 | 0.51 |
| HSL | 343.81º | 1% | 0.25% | - |
| HSV(B) | 343.81º | 1% | 0.49% | - |
| XYZ | 8.89 | 4.55 | 1.92 | - |
| YUV | 41.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 34 | 0 | 1 | 0.73 | 0.51 | 343.81 | 1 | 0.25 |
| Hex | 7E | 0 | 22 | 0 | 64 | 49 | 33 | 158 | 64 | 19 |
| Octal | 176 | 0 | 42 | 0 | 144 | 111 | 63 | 530 | 144 | 31 |
| Binary | 1111110 | 0 | 100010 | 0 | 1100100 | 1001001 | 110011 | 101011000 | 1100100 | 11001 |
Color Harmonies of #7E0022
Complementary color
Monochromatic Colors of #7E0022
Black with #7E0022
Text Example
Text Example
White with #7E0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0022; }
p { color: rgb(126,0,34); }
H1.HeaderClassName
{
color: #7E0022;
}
.AnyTagClassName
{
color: #7E0022;
}
</style>
background-color css
<style>
a { background-color: #7E0022; }
a { background-color: rgb(126,0,34); }
div.DivClassName
{
background-color: #7E0022;
}
.BgClassName
{
background-color: #7E0022;
}
</style>
border-color css
<style>
span { border-color: #7E0022; }
span { border-color: rgb(126,0,34); }
td.TdClassName
{
border-color: #7E0022;
}
.TagClassName
{
border-color: #7E0022;
}
</style>