Shades of Burgundy #7E032C
Tints of Burgundy #7E032C
RGB
CMYK
RGB Variations
Color information
#7E032C (or 0x7E032C) is known color: Burgundy. HEX triplet: 7E, 03 and 2C. RGB value is (126,3,44). Sum of RGB (Red+Green+Blue) = 126+3+44=173 (22% of max value = 765). Red value is 126 (49.61% from 255 or 72.83% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 126 - color contains mainly: red. Hex color #7E032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E032C is #81FCD3. Grayscale: #2C2C2C. Windows color (decimal): -8518868 or 2884478. OLE color: 2884478.
HSL color Cylindrical-coordinate representation of color #7E032C: hue angle of 340º 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 #7E032C is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.51 |
| HSL | 340º | 0.95% | 0.25% | - |
| HSV(B) | 340º | 0.98% | 0.49% | - |
| XYZ | 9.09 | 4.68 | 2.81 | - |
| YUV | 44.45 | 127.75 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 44 | 0 | 0.98 | 0.65 | 0.51 | 340 | 0.95 | 0.25 |
| Hex | 7E | 3 | 2C | 0 | 62 | 41 | 33 | 154 | 5F | 19 |
| Octal | 176 | 3 | 54 | 0 | 142 | 101 | 63 | 524 | 137 | 31 |
| Binary | 1111110 | 11 | 101100 | 0 | 1100010 | 1000001 | 110011 | 101010100 | 1011111 | 11001 |
Color Harmonies of #7E032C
Complementary color
Monochromatic Colors of #7E032C
Black with #7E032C
Text Example
Text Example
White with #7E032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E032C; }
p { color: rgb(126,3,44); }
H1.HeaderClassName
{
color: #7E032C;
}
.AnyTagClassName
{
color: #7E032C;
}
</style>
background-color css
<style>
a { background-color: #7E032C; }
a { background-color: rgb(126,3,44); }
div.DivClassName
{
background-color: #7E032C;
}
.BgClassName
{
background-color: #7E032C;
}
</style>
border-color css
<style>
span { border-color: #7E032C; }
span { border-color: rgb(126,3,44); }
td.TdClassName
{
border-color: #7E032C;
}
.TagClassName
{
border-color: #7E032C;
}
</style>