Shades of Burgundy #76010C
Tints of Burgundy #76010C
RGB
CMYK
RGB Variations
Color information
#76010C (or 0x76010C) is known color: Burgundy. HEX triplet: 76, 01 and 0C. RGB value is (118,1,12). Sum of RGB (Red+Green+Blue) = 118+1+12=131 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.08% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 118 - color contains mainly: red. Hex color #76010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76010C is #89FEF3. Grayscale: #252525. Windows color (decimal): -9043700 or 786806. OLE color: 786806.
HSL color Cylindrical-coordinate representation of color #76010C: hue angle of 354.36º 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 #76010C is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.54 |
| HSL | 354.36º | 0.98% | 0.23% | - |
| HSV(B) | 354.36º | 0.99% | 0.46% | - |
| XYZ | 7.55 | 3.9 | 0.7 | - |
| YUV | 37.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 12 | 0 | 0.99 | 0.90 | 0.54 | 354.36 | 0.98 | 0.23 |
| Hex | 76 | 1 | C | 0 | 63 | 5A | 36 | 162 | 62 | 17 |
| Octal | 166 | 1 | 14 | 0 | 143 | 132 | 66 | 542 | 142 | 27 |
| Binary | 1110110 | 1 | 1100 | 0 | 1100011 | 1011010 | 110110 | 101100010 | 1100010 | 10111 |
Color Harmonies of #76010C
Complementary color
Monochromatic Colors of #76010C
Black with #76010C
Text Example
Text Example
White with #76010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76010C; }
p { color: rgb(118,1,12); }
H1.HeaderClassName
{
color: #76010C;
}
.AnyTagClassName
{
color: #76010C;
}
</style>
background-color css
<style>
a { background-color: #76010C; }
a { background-color: rgb(118,1,12); }
div.DivClassName
{
background-color: #76010C;
}
.BgClassName
{
background-color: #76010C;
}
</style>
border-color css
<style>
span { border-color: #76010C; }
span { border-color: rgb(118,1,12); }
td.TdClassName
{
border-color: #76010C;
}
.TagClassName
{
border-color: #76010C;
}
</style>