Shades of Burgundy #76000C
Tints of Burgundy #76000C
RGB
CMYK
RGB Variations
Color information
#76000C (or 0x76000C) is known color: Burgundy. HEX triplet: 76, 00 and 0C. RGB value is (118,0,12). Sum of RGB (Red+Green+Blue) = 118+0+12=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #76000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76000C is #89FFF3. Grayscale: #242424. Windows color (decimal): -9043956 or 786550. OLE color: 786550.
HSL color Cylindrical-coordinate representation of color #76000C: hue angle of 353.9º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76000C is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.90 | 0.54 |
| HSL | 353.9º | 1% | 0.23% | - |
| HSV(B) | 353.9º | 1% | 0.46% | - |
| XYZ | 7.54 | 3.88 | 0.7 | - |
| YUV | 36.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 12 | 0 | 1 | 0.90 | 0.54 | 353.9 | 1 | 0.23 |
| Hex | 76 | 0 | C | 0 | 64 | 5A | 36 | 162 | 64 | 17 |
| Octal | 166 | 0 | 14 | 0 | 144 | 132 | 66 | 542 | 144 | 27 |
| Binary | 1110110 | 0 | 1100 | 0 | 1100100 | 1011010 | 110110 | 101100010 | 1100100 | 10111 |
Color Harmonies of #76000C
Complementary color
Monochromatic Colors of #76000C
Black with #76000C
Text Example
Text Example
White with #76000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76000C; }
p { color: rgb(118,0,12); }
H1.HeaderClassName
{
color: #76000C;
}
.AnyTagClassName
{
color: #76000C;
}
</style>
background-color css
<style>
a { background-color: #76000C; }
a { background-color: rgb(118,0,12); }
div.DivClassName
{
background-color: #76000C;
}
.BgClassName
{
background-color: #76000C;
}
</style>
border-color css
<style>
span { border-color: #76000C; }
span { border-color: rgb(118,0,12); }
td.TdClassName
{
border-color: #76000C;
}
.TagClassName
{
border-color: #76000C;
}
</style>