Shades of Burgundy #760D16
Tints of Burgundy #760D16
RGB
CMYK
RGB Variations
Color information
#760D16 (or 0x760D16) is known color: Burgundy. HEX triplet: 76, 0D and 16. RGB value is (118,13,22). Sum of RGB (Red+Green+Blue) = 118+13+22=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #760D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D16 is #89F2E9. Grayscale: #2D2D2D. Windows color (decimal): -9040618 or 1445238. OLE color: 1445238.
HSL color Cylindrical-coordinate representation of color #760D16: hue angle of 354.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D16 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 22 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.54 |
| HSL | 354.86º | 0.8% | 0.26% | - |
| HSV(B) | 354.86º | 0.89% | 0.46% | - |
| XYZ | 7.76 | 4.2 | 1.16 | - |
| YUV | 45.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 22 | 0 | 0.89 | 0.81 | 0.54 | 354.86 | 0.8 | 0.26 |
| Hex | 76 | D | 16 | 0 | 59 | 51 | 36 | 163 | 50 | 1A |
| Octal | 166 | 15 | 26 | 0 | 131 | 121 | 66 | 543 | 120 | 32 |
| Binary | 1110110 | 1101 | 10110 | 0 | 1011001 | 1010001 | 110110 | 101100011 | 1010000 | 11010 |
Color Harmonies of #760D16
Complementary color
Monochromatic Colors of #760D16
Black with #760D16
Text Example
Text Example
White with #760D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D16; }
p { color: rgb(118,13,22); }
H1.HeaderClassName
{
color: #760D16;
}
.AnyTagClassName
{
color: #760D16;
}
</style>
background-color css
<style>
a { background-color: #760D16; }
a { background-color: rgb(118,13,22); }
div.DivClassName
{
background-color: #760D16;
}
.BgClassName
{
background-color: #760D16;
}
</style>
border-color css
<style>
span { border-color: #760D16; }
span { border-color: rgb(118,13,22); }
td.TdClassName
{
border-color: #760D16;
}
.TagClassName
{
border-color: #760D16;
}
</style>