Shades of Burgundy #76051E
Tints of Burgundy #76051E
RGB
CMYK
RGB Variations
Color information
#76051E (or 0x76051E) is known color: Burgundy. HEX triplet: 76, 05 and 1E. RGB value is (118,5,30). Sum of RGB (Red+Green+Blue) = 118+5+30=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #76051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76051E is #89FAE1. Grayscale: #292929. Windows color (decimal): -9042658 or 1967478. OLE color: 1967478.
HSL color Cylindrical-coordinate representation of color #76051E: hue angle of 346.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76051E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 5 | 30 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.54 |
| HSL | 346.73º | 0.92% | 0.24% | - |
| HSV(B) | 346.73º | 0.96% | 0.46% | - |
| XYZ | 7.76 | 4.05 | 1.6 | - |
| YUV | 41.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 30 | 0 | 0.96 | 0.75 | 0.54 | 346.73 | 0.92 | 0.24 |
| Hex | 76 | 5 | 1E | 0 | 60 | 4B | 36 | 15B | 5C | 18 |
| Octal | 166 | 5 | 36 | 0 | 140 | 113 | 66 | 533 | 134 | 30 |
| Binary | 1110110 | 101 | 11110 | 0 | 1100000 | 1001011 | 110110 | 101011011 | 1011100 | 11000 |
Color Harmonies of #76051E
Complementary color
Monochromatic Colors of #76051E
Black with #76051E
Text Example
Text Example
White with #76051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76051E; }
p { color: rgb(118,5,30); }
H1.HeaderClassName
{
color: #76051E;
}
.AnyTagClassName
{
color: #76051E;
}
</style>
background-color css
<style>
a { background-color: #76051E; }
a { background-color: rgb(118,5,30); }
div.DivClassName
{
background-color: #76051E;
}
.BgClassName
{
background-color: #76051E;
}
</style>
border-color css
<style>
span { border-color: #76051E; }
span { border-color: rgb(118,5,30); }
td.TdClassName
{
border-color: #76051E;
}
.TagClassName
{
border-color: #76051E;
}
</style>