Shades of Burgundy #760012
Tints of Burgundy #760012
RGB
CMYK
RGB Variations
Color information
#760012 (or 0x760012) is known color: Burgundy. HEX triplet: 76, 00 and 12. RGB value is (118,0,18). Sum of RGB (Red+Green+Blue) = 118+0+18=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #760012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760012 is #89FFED. Grayscale: #252525. Windows color (decimal): -9043950 or 1179766. OLE color: 1179766.
HSL color Cylindrical-coordinate representation of color #760012: hue angle of 350.85º 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 #760012 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.85 | 0.54 |
| HSL | 350.85º | 1% | 0.23% | - |
| HSV(B) | 350.85º | 1% | 0.46% | - |
| XYZ | 7.58 | 3.9 | 0.92 | - |
| YUV | 37.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 18 | 0 | 1 | 0.85 | 0.54 | 350.85 | 1 | 0.23 |
| Hex | 76 | 0 | 12 | 0 | 64 | 55 | 36 | 15F | 64 | 17 |
| Octal | 166 | 0 | 22 | 0 | 144 | 125 | 66 | 537 | 144 | 27 |
| Binary | 1110110 | 0 | 10010 | 0 | 1100100 | 1010101 | 110110 | 101011111 | 1100100 | 10111 |
Color Harmonies of #760012
Complementary color
Monochromatic Colors of #760012
Black with #760012
Text Example
Text Example
White with #760012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760012; }
p { color: rgb(118,0,18); }
H1.HeaderClassName
{
color: #760012;
}
.AnyTagClassName
{
color: #760012;
}
</style>
background-color css
<style>
a { background-color: #760012; }
a { background-color: rgb(118,0,18); }
div.DivClassName
{
background-color: #760012;
}
.BgClassName
{
background-color: #760012;
}
</style>
border-color css
<style>
span { border-color: #760012; }
span { border-color: rgb(118,0,18); }
td.TdClassName
{
border-color: #760012;
}
.TagClassName
{
border-color: #760012;
}
</style>