Shades of Burgundy #760E19
Tints of Burgundy #760E19
RGB
CMYK
RGB Variations
Color information
#760E19 (or 0x760E19) is known color: Burgundy. HEX triplet: 76, 0E and 19. RGB value is (118,14,25). Sum of RGB (Red+Green+Blue) = 118+14+25=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #760E19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760E19 is #89F1E6. Grayscale: #2E2E2E. Windows color (decimal): -9040359 or 1642102. OLE color: 1642102.
HSL color Cylindrical-coordinate representation of color #760E19: hue angle of 353.65º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E19 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 25 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.54 |
| HSL | 353.65º | 0.79% | 0.26% | - |
| HSV(B) | 353.65º | 0.88% | 0.46% | - |
| XYZ | 7.8 | 4.24 | 1.33 | - |
| YUV | 46.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 25 | 0 | 0.88 | 0.79 | 0.54 | 353.65 | 0.79 | 0.26 |
| Hex | 76 | E | 19 | 0 | 58 | 4F | 36 | 162 | 4F | 1A |
| Octal | 166 | 16 | 31 | 0 | 130 | 117 | 66 | 542 | 117 | 32 |
| Binary | 1110110 | 1110 | 11001 | 0 | 1011000 | 1001111 | 110110 | 101100010 | 1001111 | 11010 |
Color Harmonies of #760E19
Complementary color
Monochromatic Colors of #760E19
Black with #760E19
Text Example
Text Example
White with #760E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E19; }
p { color: rgb(118,14,25); }
H1.HeaderClassName
{
color: #760E19;
}
.AnyTagClassName
{
color: #760E19;
}
</style>
background-color css
<style>
a { background-color: #760E19; }
a { background-color: rgb(118,14,25); }
div.DivClassName
{
background-color: #760E19;
}
.BgClassName
{
background-color: #760E19;
}
</style>
border-color css
<style>
span { border-color: #760E19; }
span { border-color: rgb(118,14,25); }
td.TdClassName
{
border-color: #760E19;
}
.TagClassName
{
border-color: #760E19;
}
</style>