Shades of Burgundy #7E032F
Tints of Burgundy #7E032F
RGB
CMYK
RGB Variations
Color information
#7E032F (or 0x7E032F) is known color: Burgundy. HEX triplet: 7E, 03 and 2F. RGB value is (126,3,47). Sum of RGB (Red+Green+Blue) = 126+3+47=176 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.59% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 126 - color contains mainly: red. Hex color #7E032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E032F is #81FCD0. Grayscale: #2C2C2C. Windows color (decimal): -8518865 or 3081086. OLE color: 3081086.
HSL color Cylindrical-coordinate representation of color #7E032F: hue angle of 338.54º degrees, saturation: 0.95, 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 #7E032F is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.51 |
| HSL | 338.54º | 0.95% | 0.25% | - |
| HSV(B) | 338.54º | 0.98% | 0.49% | - |
| XYZ | 9.15 | 4.71 | 3.12 | - |
| YUV | 44.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 47 | 0 | 0.98 | 0.63 | 0.51 | 338.54 | 0.95 | 0.25 |
| Hex | 7E | 3 | 2F | 0 | 62 | 3F | 33 | 153 | 5F | 19 |
| Octal | 176 | 3 | 57 | 0 | 142 | 77 | 63 | 523 | 137 | 31 |
| Binary | 1111110 | 11 | 101111 | 0 | 1100010 | 111111 | 110011 | 101010011 | 1011111 | 11001 |
Color Harmonies of #7E032F
Complementary color
Monochromatic Colors of #7E032F
Black with #7E032F
Text Example
Text Example
White with #7E032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E032F; }
p { color: rgb(126,3,47); }
H1.HeaderClassName
{
color: #7E032F;
}
.AnyTagClassName
{
color: #7E032F;
}
</style>
background-color css
<style>
a { background-color: #7E032F; }
a { background-color: rgb(126,3,47); }
div.DivClassName
{
background-color: #7E032F;
}
.BgClassName
{
background-color: #7E032F;
}
</style>
border-color css
<style>
span { border-color: #7E032F; }
span { border-color: rgb(126,3,47); }
td.TdClassName
{
border-color: #7E032F;
}
.TagClassName
{
border-color: #7E032F;
}
</style>