Shades of Burgundy #76040E
Tints of Burgundy #76040E
RGB
CMYK
RGB Variations
Color information
#76040E (or 0x76040E) is known color: Burgundy. HEX triplet: 76, 04 and 0E. RGB value is (118,4,14). Sum of RGB (Red+Green+Blue) = 118+4+14=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #76040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76040E is #89FBF1. Grayscale: #272727. Windows color (decimal): -9042930 or 918646. OLE color: 918646.
HSL color Cylindrical-coordinate representation of color #76040E: hue angle of 354.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76040E is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 4 | 14 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.54 |
| HSL | 354.74º | 0.93% | 0.24% | - |
| HSV(B) | 354.74º | 0.97% | 0.46% | - |
| XYZ | 7.59 | 3.97 | 0.78 | - |
| YUV | 39.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 14 | 0 | 0.97 | 0.88 | 0.54 | 354.74 | 0.93 | 0.24 |
| Hex | 76 | 4 | E | 0 | 61 | 58 | 36 | 163 | 5D | 18 |
| Octal | 166 | 4 | 16 | 0 | 141 | 130 | 66 | 543 | 135 | 30 |
| Binary | 1110110 | 100 | 1110 | 0 | 1100001 | 1011000 | 110110 | 101100011 | 1011101 | 11000 |
Color Harmonies of #76040E
Complementary color
Monochromatic Colors of #76040E
Black with #76040E
Text Example
Text Example
White with #76040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76040E; }
p { color: rgb(118,4,14); }
H1.HeaderClassName
{
color: #76040E;
}
.AnyTagClassName
{
color: #76040E;
}
</style>
background-color css
<style>
a { background-color: #76040E; }
a { background-color: rgb(118,4,14); }
div.DivClassName
{
background-color: #76040E;
}
.BgClassName
{
background-color: #76040E;
}
</style>
border-color css
<style>
span { border-color: #76040E; }
span { border-color: rgb(118,4,14); }
td.TdClassName
{
border-color: #76040E;
}
.TagClassName
{
border-color: #76040E;
}
</style>