Shades of Burgundy #760011
Tints of Burgundy #760011
RGB
CMYK
RGB Variations
Color information
#760011 (or 0x760011) is known color: Burgundy. HEX triplet: 76, 00 and 11. RGB value is (118,0,17). Sum of RGB (Red+Green+Blue) = 118+0+17=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #760011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760011 is #89FFEE. Grayscale: #252525. Windows color (decimal): -9043951 or 1114230. OLE color: 1114230.
HSL color Cylindrical-coordinate representation of color #760011: hue angle of 351.36º 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 #760011 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.86 | 0.54 |
| HSL | 351.36º | 1% | 0.23% | - |
| HSV(B) | 351.36º | 1% | 0.46% | - |
| XYZ | 7.57 | 3.89 | 0.88 | - |
| YUV | 37.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 17 | 0 | 1 | 0.86 | 0.54 | 351.36 | 1 | 0.23 |
| Hex | 76 | 0 | 11 | 0 | 64 | 56 | 36 | 15F | 64 | 17 |
| Octal | 166 | 0 | 21 | 0 | 144 | 126 | 66 | 537 | 144 | 27 |
| Binary | 1110110 | 0 | 10001 | 0 | 1100100 | 1010110 | 110110 | 101011111 | 1100100 | 10111 |
Color Harmonies of #760011
Complementary color
Monochromatic Colors of #760011
Black with #760011
Text Example
Text Example
White with #760011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760011; }
p { color: rgb(118,0,17); }
H1.HeaderClassName
{
color: #760011;
}
.AnyTagClassName
{
color: #760011;
}
</style>
background-color css
<style>
a { background-color: #760011; }
a { background-color: rgb(118,0,17); }
div.DivClassName
{
background-color: #760011;
}
.BgClassName
{
background-color: #760011;
}
</style>
border-color css
<style>
span { border-color: #760011; }
span { border-color: rgb(118,0,17); }
td.TdClassName
{
border-color: #760011;
}
.TagClassName
{
border-color: #760011;
}
</style>