Shades of Burgundy #760D17
Tints of Burgundy #760D17
RGB
CMYK
RGB Variations
Color information
#760D17 (or 0x760D17) is known color: Burgundy. HEX triplet: 76, 0D and 17. RGB value is (118,13,23). Sum of RGB (Red+Green+Blue) = 118+13+23=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #760D17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D17 is #89F2E8. Grayscale: #2D2D2D. Windows color (decimal): -9040617 or 1510774. OLE color: 1510774.
HSL color Cylindrical-coordinate representation of color #760D17: hue angle of 354.29º 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 #760D17 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 23 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.54 |
| HSL | 354.29º | 0.8% | 0.26% | - |
| HSV(B) | 354.29º | 0.89% | 0.46% | - |
| XYZ | 7.77 | 4.2 | 1.21 | - |
| YUV | 45.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 23 | 0 | 0.89 | 0.81 | 0.54 | 354.29 | 0.8 | 0.26 |
| Hex | 76 | D | 17 | 0 | 59 | 51 | 36 | 162 | 50 | 1A |
| Octal | 166 | 15 | 27 | 0 | 131 | 121 | 66 | 542 | 120 | 32 |
| Binary | 1110110 | 1101 | 10111 | 0 | 1011001 | 1010001 | 110110 | 101100010 | 1010000 | 11010 |
Color Harmonies of #760D17
Complementary color
Monochromatic Colors of #760D17
Black with #760D17
Text Example
Text Example
White with #760D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D17; }
p { color: rgb(118,13,23); }
H1.HeaderClassName
{
color: #760D17;
}
.AnyTagClassName
{
color: #760D17;
}
</style>
background-color css
<style>
a { background-color: #760D17; }
a { background-color: rgb(118,13,23); }
div.DivClassName
{
background-color: #760D17;
}
.BgClassName
{
background-color: #760D17;
}
</style>
border-color css
<style>
span { border-color: #760D17; }
span { border-color: rgb(118,13,23); }
td.TdClassName
{
border-color: #760D17;
}
.TagClassName
{
border-color: #760D17;
}
</style>