Shades of Burgundy #76041D
Tints of Burgundy #76041D
RGB
CMYK
RGB Variations
Color information
#76041D (or 0x76041D) is known color: Burgundy. HEX triplet: 76, 04 and 1D. RGB value is (118,4,29). Sum of RGB (Red+Green+Blue) = 118+4+29=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #76041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76041D is #89FBE2. Grayscale: #282828. Windows color (decimal): -9042915 or 1901686. OLE color: 1901686.
HSL color Cylindrical-coordinate representation of color #76041D: hue angle of 346.84º 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 #76041D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 4 | 29 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.54 |
| HSL | 346.84º | 0.93% | 0.24% | - |
| HSV(B) | 346.84º | 0.97% | 0.46% | - |
| XYZ | 7.74 | 4.03 | 1.53 | - |
| YUV | 40.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 29 | 0 | 0.97 | 0.75 | 0.54 | 346.84 | 0.93 | 0.24 |
| Hex | 76 | 4 | 1D | 0 | 61 | 4B | 36 | 15B | 5D | 18 |
| Octal | 166 | 4 | 35 | 0 | 141 | 113 | 66 | 533 | 135 | 30 |
| Binary | 1110110 | 100 | 11101 | 0 | 1100001 | 1001011 | 110110 | 101011011 | 1011101 | 11000 |
Color Harmonies of #76041D
Complementary color
Monochromatic Colors of #76041D
Black with #76041D
Text Example
Text Example
White with #76041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76041D; }
p { color: rgb(118,4,29); }
H1.HeaderClassName
{
color: #76041D;
}
.AnyTagClassName
{
color: #76041D;
}
</style>
background-color css
<style>
a { background-color: #76041D; }
a { background-color: rgb(118,4,29); }
div.DivClassName
{
background-color: #76041D;
}
.BgClassName
{
background-color: #76041D;
}
</style>
border-color css
<style>
span { border-color: #76041D; }
span { border-color: rgb(118,4,29); }
td.TdClassName
{
border-color: #76041D;
}
.TagClassName
{
border-color: #76041D;
}
</style>