Shades of Burgundy #76012E
Tints of Burgundy #76012E
RGB
CMYK
RGB Variations
Color information
#76012E (or 0x76012E) is known color: Burgundy. HEX triplet: 76, 01 and 2E. RGB value is (118,1,46). Sum of RGB (Red+Green+Blue) = 118+1+46=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76012E is #89FED1. Grayscale: #292929. Windows color (decimal): -9043666 or 3015030. OLE color: 3015030.
HSL color Cylindrical-coordinate representation of color #76012E: hue angle of 336.92º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76012E is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.54 |
| HSL | 336.92º | 0.98% | 0.23% | - |
| HSV(B) | 336.92º | 0.99% | 0.46% | - |
| XYZ | 7.98 | 4.07 | 2.95 | - |
| YUV | 41.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 46 | 0 | 0.99 | 0.61 | 0.54 | 336.92 | 0.98 | 0.23 |
| Hex | 76 | 1 | 2E | 0 | 63 | 3D | 36 | 151 | 62 | 17 |
| Octal | 166 | 1 | 56 | 0 | 143 | 75 | 66 | 521 | 142 | 27 |
| Binary | 1110110 | 1 | 101110 | 0 | 1100011 | 111101 | 110110 | 101010001 | 1100010 | 10111 |
Color Harmonies of #76012E
Complementary color
Monochromatic Colors of #76012E
Black with #76012E
Text Example
Text Example
White with #76012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76012E; }
p { color: rgb(118,1,46); }
H1.HeaderClassName
{
color: #76012E;
}
.AnyTagClassName
{
color: #76012E;
}
</style>
background-color css
<style>
a { background-color: #76012E; }
a { background-color: rgb(118,1,46); }
div.DivClassName
{
background-color: #76012E;
}
.BgClassName
{
background-color: #76012E;
}
</style>
border-color css
<style>
span { border-color: #76012E; }
span { border-color: rgb(118,1,46); }
td.TdClassName
{
border-color: #76012E;
}
.TagClassName
{
border-color: #76012E;
}
</style>