Shades of Burgundy #760E29
Tints of Burgundy #760E29
RGB
CMYK
RGB Variations
Color information
#760E29 (or 0x760E29) is known color: Burgundy. HEX triplet: 76, 0E and 29. RGB value is (118,14,41). Sum of RGB (Red+Green+Blue) = 118+14+41=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #760E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E29 is #89F1D6. Grayscale: #303030. Windows color (decimal): -9040343 or 2690678. OLE color: 2690678.
HSL color Cylindrical-coordinate representation of color #760E29: hue angle of 344.42º 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 #760E29 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 41 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.54 |
| HSL | 344.42º | 0.79% | 0.26% | - |
| HSV(B) | 344.42º | 0.88% | 0.46% | - |
| XYZ | 8.03 | 4.33 | 2.51 | - |
| YUV | 48.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 41 | 0 | 0.88 | 0.65 | 0.54 | 344.42 | 0.79 | 0.26 |
| Hex | 76 | E | 29 | 0 | 58 | 41 | 36 | 158 | 4F | 1A |
| Octal | 166 | 16 | 51 | 0 | 130 | 101 | 66 | 530 | 117 | 32 |
| Binary | 1110110 | 1110 | 101001 | 0 | 1011000 | 1000001 | 110110 | 101011000 | 1001111 | 11010 |
Color Harmonies of #760E29
Complementary color
Monochromatic Colors of #760E29
Black with #760E29
Text Example
Text Example
White with #760E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E29; }
p { color: rgb(118,14,41); }
H1.HeaderClassName
{
color: #760E29;
}
.AnyTagClassName
{
color: #760E29;
}
</style>
background-color css
<style>
a { background-color: #760E29; }
a { background-color: rgb(118,14,41); }
div.DivClassName
{
background-color: #760E29;
}
.BgClassName
{
background-color: #760E29;
}
</style>
border-color css
<style>
span { border-color: #760E29; }
span { border-color: rgb(118,14,41); }
td.TdClassName
{
border-color: #760E29;
}
.TagClassName
{
border-color: #760E29;
}
</style>