Shades of Burgundy #760D18
Tints of Burgundy #760D18
RGB
CMYK
RGB Variations
Color information
#760D18 (or 0x760D18) is known color: Burgundy. HEX triplet: 76, 0D and 18. RGB value is (118,13,24). Sum of RGB (Red+Green+Blue) = 118+13+24=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #760D18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D18 is #89F2E7. Grayscale: #2D2D2D. Windows color (decimal): -9040616 or 1576310. OLE color: 1576310.
HSL color Cylindrical-coordinate representation of color #760D18: hue angle of 353.71º 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 #760D18 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 24 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.54 |
| HSL | 353.71º | 0.8% | 0.26% | - |
| HSV(B) | 353.71º | 0.89% | 0.46% | - |
| XYZ | 7.78 | 4.21 | 1.27 | - |
| YUV | 45.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 24 | 0 | 0.89 | 0.80 | 0.54 | 353.71 | 0.8 | 0.26 |
| Hex | 76 | D | 18 | 0 | 59 | 50 | 36 | 162 | 50 | 1A |
| Octal | 166 | 15 | 30 | 0 | 131 | 120 | 66 | 542 | 120 | 32 |
| Binary | 1110110 | 1101 | 11000 | 0 | 1011001 | 1010000 | 110110 | 101100010 | 1010000 | 11010 |
Color Harmonies of #760D18
Complementary color
Monochromatic Colors of #760D18
Black with #760D18
Text Example
Text Example
White with #760D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D18; }
p { color: rgb(118,13,24); }
H1.HeaderClassName
{
color: #760D18;
}
.AnyTagClassName
{
color: #760D18;
}
</style>
background-color css
<style>
a { background-color: #760D18; }
a { background-color: rgb(118,13,24); }
div.DivClassName
{
background-color: #760D18;
}
.BgClassName
{
background-color: #760D18;
}
</style>
border-color css
<style>
span { border-color: #760D18; }
span { border-color: rgb(118,13,24); }
td.TdClassName
{
border-color: #760D18;
}
.TagClassName
{
border-color: #760D18;
}
</style>