Shades of Burgundy #76051D
Tints of Burgundy #76051D
RGB
CMYK
RGB Variations
Color information
#76051D (or 0x76051D) is known color: Burgundy. HEX triplet: 76, 05 and 1D. RGB value is (118,5,29). Sum of RGB (Red+Green+Blue) = 118+5+29=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #76051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76051D is #89FAE2. Grayscale: #292929. Windows color (decimal): -9042659 or 1901942. OLE color: 1901942.
HSL color Cylindrical-coordinate representation of color #76051D: hue angle of 347.26º 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 #76051D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 5 | 29 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.54 |
| HSL | 347.26º | 0.92% | 0.24% | - |
| HSV(B) | 347.26º | 0.96% | 0.46% | - |
| XYZ | 7.75 | 4.05 | 1.54 | - |
| YUV | 41.52 | 120.94 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 29 | 0 | 0.96 | 0.75 | 0.54 | 347.26 | 0.92 | 0.24 |
| Hex | 76 | 5 | 1D | 0 | 60 | 4B | 36 | 15B | 5C | 18 |
| Octal | 166 | 5 | 35 | 0 | 140 | 113 | 66 | 533 | 134 | 30 |
| Binary | 1110110 | 101 | 11101 | 0 | 1100000 | 1001011 | 110110 | 101011011 | 1011100 | 11000 |
Color Harmonies of #76051D
Complementary color
Monochromatic Colors of #76051D
Black with #76051D
Text Example
Text Example
White with #76051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76051D; }
p { color: rgb(118,5,29); }
H1.HeaderClassName
{
color: #76051D;
}
.AnyTagClassName
{
color: #76051D;
}
</style>
background-color css
<style>
a { background-color: #76051D; }
a { background-color: rgb(118,5,29); }
div.DivClassName
{
background-color: #76051D;
}
.BgClassName
{
background-color: #76051D;
}
</style>
border-color css
<style>
span { border-color: #76051D; }
span { border-color: rgb(118,5,29); }
td.TdClassName
{
border-color: #76051D;
}
.TagClassName
{
border-color: #76051D;
}
</style>