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