Shades of Burgundy #7E0021
Tints of Burgundy #7E0021
RGB
CMYK
RGB Variations
Color information
#7E0021 (or 0x7E0021) is known color: Burgundy. HEX triplet: 7E, 00 and 21. RGB value is (126,0,33). Sum of RGB (Red+Green+Blue) = 126+0+33=159 (21% of max value = 765). Red value is 126 (49.61% from 255 or 79.25% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0021 is #81FFDE. Grayscale: #292929. Windows color (decimal): -8519647 or 2162814. OLE color: 2162814.
HSL color Cylindrical-coordinate representation of color #7E0021: hue angle of 344.29º 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 #7E0021 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.74 | 0.51 |
| HSL | 344.29º | 1% | 0.25% | - |
| HSV(B) | 344.29º | 1% | 0.49% | - |
| XYZ | 8.88 | 4.55 | 1.85 | - |
| YUV | 41.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 33 | 0 | 1 | 0.74 | 0.51 | 344.29 | 1 | 0.25 |
| Hex | 7E | 0 | 21 | 0 | 64 | 4A | 33 | 158 | 64 | 19 |
| Octal | 176 | 0 | 41 | 0 | 144 | 112 | 63 | 530 | 144 | 31 |
| Binary | 1111110 | 0 | 100001 | 0 | 1100100 | 1001010 | 110011 | 101011000 | 1100100 | 11001 |
Color Harmonies of #7E0021
Complementary color
Monochromatic Colors of #7E0021
Black with #7E0021
Text Example
Text Example
White with #7E0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0021; }
p { color: rgb(126,0,33); }
H1.HeaderClassName
{
color: #7E0021;
}
.AnyTagClassName
{
color: #7E0021;
}
</style>
background-color css
<style>
a { background-color: #7E0021; }
a { background-color: rgb(126,0,33); }
div.DivClassName
{
background-color: #7E0021;
}
.BgClassName
{
background-color: #7E0021;
}
</style>
border-color css
<style>
span { border-color: #7E0021; }
span { border-color: rgb(126,0,33); }
td.TdClassName
{
border-color: #7E0021;
}
.TagClassName
{
border-color: #7E0021;
}
</style>