Shades of Burgundy #7E022F
Tints of Burgundy #7E022F
RGB
CMYK
RGB Variations
Color information
#7E022F (or 0x7E022F) is known color: Burgundy. HEX triplet: 7E, 02 and 2F. RGB value is (126,2,47). Sum of RGB (Red+Green+Blue) = 126+2+47=175 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 126 - color contains mainly: red. Hex color #7E022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E022F is #81FDD0. Grayscale: #2C2C2C. Windows color (decimal): -8519121 or 3080830. OLE color: 3080830.
HSL color Cylindrical-coordinate representation of color #7E022F: hue angle of 338.23º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E022F is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.51 |
| HSL | 338.23º | 0.97% | 0.25% | - |
| HSV(B) | 338.23º | 0.98% | 0.49% | - |
| XYZ | 9.14 | 4.68 | 3.11 | - |
| YUV | 44.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 47 | 0 | 0.98 | 0.63 | 0.51 | 338.23 | 0.97 | 0.25 |
| Hex | 7E | 2 | 2F | 0 | 62 | 3F | 33 | 152 | 61 | 19 |
| Octal | 176 | 2 | 57 | 0 | 142 | 77 | 63 | 522 | 141 | 31 |
| Binary | 1111110 | 10 | 101111 | 0 | 1100010 | 111111 | 110011 | 101010010 | 1100001 | 11001 |
Color Harmonies of #7E022F
Complementary color
Monochromatic Colors of #7E022F
Black with #7E022F
Text Example
Text Example
White with #7E022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E022F; }
p { color: rgb(126,2,47); }
H1.HeaderClassName
{
color: #7E022F;
}
.AnyTagClassName
{
color: #7E022F;
}
</style>
background-color css
<style>
a { background-color: #7E022F; }
a { background-color: rgb(126,2,47); }
div.DivClassName
{
background-color: #7E022F;
}
.BgClassName
{
background-color: #7E022F;
}
</style>
border-color css
<style>
span { border-color: #7E022F; }
span { border-color: rgb(126,2,47); }
td.TdClassName
{
border-color: #7E022F;
}
.TagClassName
{
border-color: #7E022F;
}
</style>