Shades of Burgundy #76012C
Tints of Burgundy #76012C
RGB
CMYK
RGB Variations
Color information
#76012C (or 0x76012C) is known color: Burgundy. HEX triplet: 76, 01 and 2C. RGB value is (118,1,44). Sum of RGB (Red+Green+Blue) = 118+1+44=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #76012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76012C is #89FED3. Grayscale: #282828. Windows color (decimal): -9043668 or 2883958. OLE color: 2883958.
HSL color Cylindrical-coordinate representation of color #76012C: hue angle of 337.95º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76012C is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.54 |
| HSL | 337.95º | 0.98% | 0.23% | - |
| HSV(B) | 337.95º | 0.99% | 0.46% | - |
| XYZ | 7.94 | 4.06 | 2.75 | - |
| YUV | 40.89 | 129.76 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 44 | 0 | 0.99 | 0.63 | 0.54 | 337.95 | 0.98 | 0.23 |
| Hex | 76 | 1 | 2C | 0 | 63 | 3F | 36 | 152 | 62 | 17 |
| Octal | 166 | 1 | 54 | 0 | 143 | 77 | 66 | 522 | 142 | 27 |
| Binary | 1110110 | 1 | 101100 | 0 | 1100011 | 111111 | 110110 | 101010010 | 1100010 | 10111 |
Color Harmonies of #76012C
Complementary color
Monochromatic Colors of #76012C
Black with #76012C
Text Example
Text Example
White with #76012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76012C; }
p { color: rgb(118,1,44); }
H1.HeaderClassName
{
color: #76012C;
}
.AnyTagClassName
{
color: #76012C;
}
</style>
background-color css
<style>
a { background-color: #76012C; }
a { background-color: rgb(118,1,44); }
div.DivClassName
{
background-color: #76012C;
}
.BgClassName
{
background-color: #76012C;
}
</style>
border-color css
<style>
span { border-color: #76012C; }
span { border-color: rgb(118,1,44); }
td.TdClassName
{
border-color: #76012C;
}
.TagClassName
{
border-color: #76012C;
}
</style>