Shades of Burgundy #760E11
Tints of Burgundy #760E11
RGB
CMYK
RGB Variations
Color information
#760E11 (or 0x760E11) is known color: Burgundy. HEX triplet: 76, 0E and 11. RGB value is (118,14,17). Sum of RGB (Red+Green+Blue) = 118+14+17=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #760E11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760E11 is #89F1EE. Grayscale: #2D2D2D. Windows color (decimal): -9040367 or 1117814. OLE color: 1117814.
HSL color Cylindrical-coordinate representation of color #760E11: hue angle of 358.27º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E11 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 17 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.54 |
| HSL | 358.27º | 0.79% | 0.26% | - |
| HSV(B) | 358.27º | 0.88% | 0.46% | - |
| XYZ | 7.73 | 4.21 | 0.93 | - |
| YUV | 45.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 17 | 0 | 0.88 | 0.86 | 0.54 | 358.27 | 0.79 | 0.26 |
| Hex | 76 | E | 11 | 0 | 58 | 56 | 36 | 166 | 4F | 1A |
| Octal | 166 | 16 | 21 | 0 | 130 | 126 | 66 | 546 | 117 | 32 |
| Binary | 1110110 | 1110 | 10001 | 0 | 1011000 | 1010110 | 110110 | 101100110 | 1001111 | 11010 |
Color Harmonies of #760E11
Complementary color
Monochromatic Colors of #760E11
Black with #760E11
Text Example
Text Example
White with #760E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E11; }
p { color: rgb(118,14,17); }
H1.HeaderClassName
{
color: #760E11;
}
.AnyTagClassName
{
color: #760E11;
}
</style>
background-color css
<style>
a { background-color: #760E11; }
a { background-color: rgb(118,14,17); }
div.DivClassName
{
background-color: #760E11;
}
.BgClassName
{
background-color: #760E11;
}
</style>
border-color css
<style>
span { border-color: #760E11; }
span { border-color: rgb(118,14,17); }
td.TdClassName
{
border-color: #760E11;
}
.TagClassName
{
border-color: #760E11;
}
</style>