Shades of Burgundy #76032A
Tints of Burgundy #76032A
RGB
CMYK
RGB Variations
Color information
#76032A (or 0x76032A) is known color: Burgundy. HEX triplet: 76, 03 and 2A. RGB value is (118,3,42). Sum of RGB (Red+Green+Blue) = 118+3+42=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #76032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76032A is #89FCD5. Grayscale: #292929. Windows color (decimal): -9043158 or 2753398. OLE color: 2753398.
HSL color Cylindrical-coordinate representation of color #76032A: hue angle of 339.65º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76032A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 3 | 42 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.54 |
| HSL | 339.65º | 0.95% | 0.24% | - |
| HSV(B) | 339.65º | 0.97% | 0.46% | - |
| XYZ | 7.92 | 4.08 | 2.56 | - |
| YUV | 41.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 42 | 0 | 0.97 | 0.64 | 0.54 | 339.65 | 0.95 | 0.24 |
| Hex | 76 | 3 | 2A | 0 | 61 | 40 | 36 | 154 | 5F | 18 |
| Octal | 166 | 3 | 52 | 0 | 141 | 100 | 66 | 524 | 137 | 30 |
| Binary | 1110110 | 11 | 101010 | 0 | 1100001 | 1000000 | 110110 | 101010100 | 1011111 | 11000 |
Color Harmonies of #76032A
Complementary color
Monochromatic Colors of #76032A
Black with #76032A
Text Example
Text Example
White with #76032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76032A; }
p { color: rgb(118,3,42); }
H1.HeaderClassName
{
color: #76032A;
}
.AnyTagClassName
{
color: #76032A;
}
</style>
background-color css
<style>
a { background-color: #76032A; }
a { background-color: rgb(118,3,42); }
div.DivClassName
{
background-color: #76032A;
}
.BgClassName
{
background-color: #76032A;
}
</style>
border-color css
<style>
span { border-color: #76032A; }
span { border-color: rgb(118,3,42); }
td.TdClassName
{
border-color: #76032A;
}
.TagClassName
{
border-color: #76032A;
}
</style>