Shades of Burgundy #7E0334
Tints of Burgundy #7E0334
RGB
CMYK
RGB Variations
Color information
#7E0334 (or 0x7E0334) is known color: Burgundy. HEX triplet: 7E, 03 and 34. RGB value is (126,3,52). Sum of RGB (Red+Green+Blue) = 126+3+52=181 (23% of max value = 765). Red value is 126 (49.61% from 255 or 69.61% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0334 is #81FCCB. Grayscale: #2D2D2D. Windows color (decimal): -8518860 or 3408766. OLE color: 3408766.
HSL color Cylindrical-coordinate representation of color #7E0334: hue angle of 336.1º 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 #7E0334 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.51 |
| HSL | 336.1º | 0.95% | 0.25% | - |
| HSV(B) | 336.1º | 0.98% | 0.49% | - |
| XYZ | 9.26 | 4.75 | 3.68 | - |
| YUV | 45.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 52 | 0 | 0.98 | 0.59 | 0.51 | 336.1 | 0.95 | 0.25 |
| Hex | 7E | 3 | 34 | 0 | 62 | 3B | 33 | 150 | 5F | 19 |
| Octal | 176 | 3 | 64 | 0 | 142 | 73 | 63 | 520 | 137 | 31 |
| Binary | 1111110 | 11 | 110100 | 0 | 1100010 | 111011 | 110011 | 101010000 | 1011111 | 11001 |
Color Harmonies of #7E0334
Complementary color
Monochromatic Colors of #7E0334
Black with #7E0334
Text Example
Text Example
White with #7E0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0334; }
p { color: rgb(126,3,52); }
H1.HeaderClassName
{
color: #7E0334;
}
.AnyTagClassName
{
color: #7E0334;
}
</style>
background-color css
<style>
a { background-color: #7E0334; }
a { background-color: rgb(126,3,52); }
div.DivClassName
{
background-color: #7E0334;
}
.BgClassName
{
background-color: #7E0334;
}
</style>
border-color css
<style>
span { border-color: #7E0334; }
span { border-color: rgb(126,3,52); }
td.TdClassName
{
border-color: #7E0334;
}
.TagClassName
{
border-color: #7E0334;
}
</style>