Shades of Burgundy #76000E
Tints of Burgundy #76000E
RGB
CMYK
RGB Variations
Color information
#76000E (or 0x76000E) is known color: Burgundy. HEX triplet: 76, 00 and 0E. RGB value is (118,0,14). Sum of RGB (Red+Green+Blue) = 118+0+14=132 (17% of max value = 765). Red value is 118 (46.48% from 255 or 89.39% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 118 - color contains mainly: red. Hex color #76000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76000E is #89FFF1. Grayscale: #242424. Windows color (decimal): -9043954 or 917622. OLE color: 917622.
HSL color Cylindrical-coordinate representation of color #76000E: hue angle of 352.88º 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 #76000E is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.88 | 0.54 |
| HSL | 352.88º | 1% | 0.23% | - |
| HSV(B) | 352.88º | 1% | 0.46% | - |
| XYZ | 7.55 | 3.88 | 0.77 | - |
| YUV | 36.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 14 | 0 | 1 | 0.88 | 0.54 | 352.88 | 1 | 0.23 |
| Hex | 76 | 0 | E | 0 | 64 | 58 | 36 | 161 | 64 | 17 |
| Octal | 166 | 0 | 16 | 0 | 144 | 130 | 66 | 541 | 144 | 27 |
| Binary | 1110110 | 0 | 1110 | 0 | 1100100 | 1011000 | 110110 | 101100001 | 1100100 | 10111 |
Color Harmonies of #76000E
Complementary color
Monochromatic Colors of #76000E
Black with #76000E
Text Example
Text Example
White with #76000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76000E; }
p { color: rgb(118,0,14); }
H1.HeaderClassName
{
color: #76000E;
}
.AnyTagClassName
{
color: #76000E;
}
</style>
background-color css
<style>
a { background-color: #76000E; }
a { background-color: rgb(118,0,14); }
div.DivClassName
{
background-color: #76000E;
}
.BgClassName
{
background-color: #76000E;
}
</style>
border-color css
<style>
span { border-color: #76000E; }
span { border-color: rgb(118,0,14); }
td.TdClassName
{
border-color: #76000E;
}
.TagClassName
{
border-color: #76000E;
}
</style>