Shades of Burgundy #76071B
Tints of Burgundy #76071B
RGB
CMYK
RGB Variations
Color information
#76071B (or 0x76071B) is known color: Burgundy. HEX triplet: 76, 07 and 1B. RGB value is (118,7,27). Sum of RGB (Red+Green+Blue) = 118+7+27=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #76071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76071B is #89F8E4. Grayscale: #2A2A2A. Windows color (decimal): -9042149 or 1771382. OLE color: 1771382.
HSL color Cylindrical-coordinate representation of color #76071B: hue angle of 349.19º 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 #76071B is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 27 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.54 |
| HSL | 349.19º | 0.89% | 0.25% | - |
| HSV(B) | 349.19º | 0.94% | 0.46% | - |
| XYZ | 7.75 | 4.08 | 1.42 | - |
| YUV | 42.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 27 | 0 | 0.94 | 0.77 | 0.54 | 349.19 | 0.89 | 0.25 |
| Hex | 76 | 7 | 1B | 0 | 5E | 4D | 36 | 15D | 59 | 19 |
| Octal | 166 | 7 | 33 | 0 | 136 | 115 | 66 | 535 | 131 | 31 |
| Binary | 1110110 | 111 | 11011 | 0 | 1011110 | 1001101 | 110110 | 101011101 | 1011001 | 11001 |
Color Harmonies of #76071B
Complementary color
Monochromatic Colors of #76071B
Black with #76071B
Text Example
Text Example
White with #76071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76071B; }
p { color: rgb(118,7,27); }
H1.HeaderClassName
{
color: #76071B;
}
.AnyTagClassName
{
color: #76071B;
}
</style>
background-color css
<style>
a { background-color: #76071B; }
a { background-color: rgb(118,7,27); }
div.DivClassName
{
background-color: #76071B;
}
.BgClassName
{
background-color: #76071B;
}
</style>
border-color css
<style>
span { border-color: #76071B; }
span { border-color: rgb(118,7,27); }
td.TdClassName
{
border-color: #76071B;
}
.TagClassName
{
border-color: #76071B;
}
</style>