Shades of Burgundy #76002E
Tints of Burgundy #76002E
RGB
CMYK
RGB Variations
Color information
#76002E (or 0x76002E) is known color: Burgundy. HEX triplet: 76, 00 and 2E. RGB value is (118,0,46). Sum of RGB (Red+Green+Blue) = 118+0+46=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #76002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76002E is #89FFD1. Grayscale: #282828. Windows color (decimal): -9043922 or 3014774. OLE color: 3014774.
HSL color Cylindrical-coordinate representation of color #76002E: hue angle of 336.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76002E is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.61 | 0.54 |
| HSL | 336.61º | 1% | 0.23% | - |
| HSV(B) | 336.61º | 1% | 0.46% | - |
| XYZ | 7.96 | 4.05 | 2.95 | - |
| YUV | 40.53 | 131.09 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 46 | 0 | 1 | 0.61 | 0.54 | 336.61 | 1 | 0.23 |
| Hex | 76 | 0 | 2E | 0 | 64 | 3D | 36 | 151 | 64 | 17 |
| Octal | 166 | 0 | 56 | 0 | 144 | 75 | 66 | 521 | 144 | 27 |
| Binary | 1110110 | 0 | 101110 | 0 | 1100100 | 111101 | 110110 | 101010001 | 1100100 | 10111 |
Color Harmonies of #76002E
Complementary color
Monochromatic Colors of #76002E
Black with #76002E
Text Example
Text Example
White with #76002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76002E; }
p { color: rgb(118,0,46); }
H1.HeaderClassName
{
color: #76002E;
}
.AnyTagClassName
{
color: #76002E;
}
</style>
background-color css
<style>
a { background-color: #76002E; }
a { background-color: rgb(118,0,46); }
div.DivClassName
{
background-color: #76002E;
}
.BgClassName
{
background-color: #76002E;
}
</style>
border-color css
<style>
span { border-color: #76002E; }
span { border-color: rgb(118,0,46); }
td.TdClassName
{
border-color: #76002E;
}
.TagClassName
{
border-color: #76002E;
}
</style>