Shades of Burgundy #760E26
Tints of Burgundy #760E26
RGB
CMYK
RGB Variations
Color information
#760E26 (or 0x760E26) is known color: Burgundy. HEX triplet: 76, 0E and 26. RGB value is (118,14,38). Sum of RGB (Red+Green+Blue) = 118+14+38=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #760E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E26 is #89F1D9. Grayscale: #2F2F2F. Windows color (decimal): -9040346 or 2494070. OLE color: 2494070.
HSL color Cylindrical-coordinate representation of color #760E26: hue angle of 346.15º 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 #760E26 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 38 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.54 |
| HSL | 346.15º | 0.79% | 0.26% | - |
| HSV(B) | 346.15º | 0.88% | 0.46% | - |
| XYZ | 7.98 | 4.31 | 2.24 | - |
| YUV | 47.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 38 | 0 | 0.88 | 0.68 | 0.54 | 346.15 | 0.79 | 0.26 |
| Hex | 76 | E | 26 | 0 | 58 | 44 | 36 | 15A | 4F | 1A |
| Octal | 166 | 16 | 46 | 0 | 130 | 104 | 66 | 532 | 117 | 32 |
| Binary | 1110110 | 1110 | 100110 | 0 | 1011000 | 1000100 | 110110 | 101011010 | 1001111 | 11010 |
Color Harmonies of #760E26
Complementary color
Monochromatic Colors of #760E26
Black with #760E26
Text Example
Text Example
White with #760E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E26; }
p { color: rgb(118,14,38); }
H1.HeaderClassName
{
color: #760E26;
}
.AnyTagClassName
{
color: #760E26;
}
</style>
background-color css
<style>
a { background-color: #760E26; }
a { background-color: rgb(118,14,38); }
div.DivClassName
{
background-color: #760E26;
}
.BgClassName
{
background-color: #760E26;
}
</style>
border-color css
<style>
span { border-color: #760E26; }
span { border-color: rgb(118,14,38); }
td.TdClassName
{
border-color: #760E26;
}
.TagClassName
{
border-color: #760E26;
}
</style>