Shades of Burgundy #76071D
Tints of Burgundy #76071D
RGB
CMYK
RGB Variations
Color information
#76071D (or 0x76071D) is known color: Burgundy. HEX triplet: 76, 07 and 1D. RGB value is (118,7,29). Sum of RGB (Red+Green+Blue) = 118+7+29=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #76071D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76071D is #89F8E2. Grayscale: #2A2A2A. Windows color (decimal): -9042147 or 1902454. OLE color: 1902454.
HSL color Cylindrical-coordinate representation of color #76071D: hue angle of 348.11º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76071D is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 29 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.54 |
| HSL | 348.11º | 0.89% | 0.25% | - |
| HSV(B) | 348.11º | 0.94% | 0.46% | - |
| XYZ | 7.77 | 4.09 | 1.54 | - |
| YUV | 42.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 29 | 0 | 0.94 | 0.75 | 0.54 | 348.11 | 0.89 | 0.25 |
| Hex | 76 | 7 | 1D | 0 | 5E | 4B | 36 | 15C | 59 | 19 |
| Octal | 166 | 7 | 35 | 0 | 136 | 113 | 66 | 534 | 131 | 31 |
| Binary | 1110110 | 111 | 11101 | 0 | 1011110 | 1001011 | 110110 | 101011100 | 1011001 | 11001 |
Color Harmonies of #76071D
Complementary color
Monochromatic Colors of #76071D
Black with #76071D
Text Example
Text Example
White with #76071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76071D; }
p { color: rgb(118,7,29); }
H1.HeaderClassName
{
color: #76071D;
}
.AnyTagClassName
{
color: #76071D;
}
</style>
background-color css
<style>
a { background-color: #76071D; }
a { background-color: rgb(118,7,29); }
div.DivClassName
{
background-color: #76071D;
}
.BgClassName
{
background-color: #76071D;
}
</style>
border-color css
<style>
span { border-color: #76071D; }
span { border-color: rgb(118,7,29); }
td.TdClassName
{
border-color: #76071D;
}
.TagClassName
{
border-color: #76071D;
}
</style>