Shades of Burgundy #76072B
Tints of Burgundy #76072B
RGB
CMYK
RGB Variations
Color information
#76072B (or 0x76072B) is known color: Burgundy. HEX triplet: 76, 07 and 2B. RGB value is (118,7,43). Sum of RGB (Red+Green+Blue) = 118+7+43=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76072B is #89F8D4. Grayscale: #2C2C2C. Windows color (decimal): -9042133 or 2819958. OLE color: 2819958.
HSL color Cylindrical-coordinate representation of color #76072B: hue angle of 340.54º 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 #76072B is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 43 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.54 |
| HSL | 340.54º | 0.89% | 0.25% | - |
| HSV(B) | 340.54º | 0.94% | 0.46% | - |
| XYZ | 7.98 | 4.18 | 2.67 | - |
| YUV | 44.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 43 | 0 | 0.94 | 0.64 | 0.54 | 340.54 | 0.89 | 0.25 |
| Hex | 76 | 7 | 2B | 0 | 5E | 40 | 36 | 155 | 59 | 19 |
| Octal | 166 | 7 | 53 | 0 | 136 | 100 | 66 | 525 | 131 | 31 |
| Binary | 1110110 | 111 | 101011 | 0 | 1011110 | 1000000 | 110110 | 101010101 | 1011001 | 11001 |
Color Harmonies of #76072B
Complementary color
Monochromatic Colors of #76072B
Black with #76072B
Text Example
Text Example
White with #76072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76072B; }
p { color: rgb(118,7,43); }
H1.HeaderClassName
{
color: #76072B;
}
.AnyTagClassName
{
color: #76072B;
}
</style>
background-color css
<style>
a { background-color: #76072B; }
a { background-color: rgb(118,7,43); }
div.DivClassName
{
background-color: #76072B;
}
.BgClassName
{
background-color: #76072B;
}
</style>
border-color css
<style>
span { border-color: #76072B; }
span { border-color: rgb(118,7,43); }
td.TdClassName
{
border-color: #76072B;
}
.TagClassName
{
border-color: #76072B;
}
</style>