Shades of Burgundy #76081D
Tints of Burgundy #76081D
RGB
CMYK
RGB Variations
Color information
#76081D (or 0x76081D) is known color: Burgundy. HEX triplet: 76, 08 and 1D. RGB value is (118,8,29). Sum of RGB (Red+Green+Blue) = 118+8+29=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #76081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76081D is #89F7E2. Grayscale: #2B2B2B. Windows color (decimal): -9041891 or 1902710. OLE color: 1902710.
HSL color Cylindrical-coordinate representation of color #76081D: hue angle of 348.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76081D is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 29 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.54 |
| HSL | 348.55º | 0.87% | 0.25% | - |
| HSV(B) | 348.55º | 0.93% | 0.46% | - |
| XYZ | 7.78 | 4.11 | 1.55 | - |
| YUV | 43.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 29 | 0 | 0.93 | 0.75 | 0.54 | 348.55 | 0.87 | 0.25 |
| Hex | 76 | 8 | 1D | 0 | 5D | 4B | 36 | 15D | 57 | 19 |
| Octal | 166 | 10 | 35 | 0 | 135 | 113 | 66 | 535 | 127 | 31 |
| Binary | 1110110 | 1000 | 11101 | 0 | 1011101 | 1001011 | 110110 | 101011101 | 1010111 | 11001 |
Color Harmonies of #76081D
Complementary color
Monochromatic Colors of #76081D
Black with #76081D
Text Example
Text Example
White with #76081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76081D; }
p { color: rgb(118,8,29); }
H1.HeaderClassName
{
color: #76081D;
}
.AnyTagClassName
{
color: #76081D;
}
</style>
background-color css
<style>
a { background-color: #76081D; }
a { background-color: rgb(118,8,29); }
div.DivClassName
{
background-color: #76081D;
}
.BgClassName
{
background-color: #76081D;
}
</style>
border-color css
<style>
span { border-color: #76081D; }
span { border-color: rgb(118,8,29); }
td.TdClassName
{
border-color: #76081D;
}
.TagClassName
{
border-color: #76081D;
}
</style>