Shades of Burgundy #76040C
Tints of Burgundy #76040C
RGB
CMYK
RGB Variations
Color information
#76040C (or 0x76040C) is known color: Burgundy. HEX triplet: 76, 04 and 0C. RGB value is (118,4,12). Sum of RGB (Red+Green+Blue) = 118+4+12=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #76040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76040C is #89FBF3. Grayscale: #272727. Windows color (decimal): -9042932 or 787574. OLE color: 787574.
HSL color Cylindrical-coordinate representation of color #76040C: hue angle of 355.79º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76040C is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 4 | 12 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.54 |
| HSL | 355.79º | 0.93% | 0.24% | - |
| HSV(B) | 355.79º | 0.97% | 0.46% | - |
| XYZ | 7.58 | 3.96 | 0.71 | - |
| YUV | 39 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 12 | 0 | 0.97 | 0.90 | 0.54 | 355.79 | 0.93 | 0.24 |
| Hex | 76 | 4 | C | 0 | 61 | 5A | 36 | 164 | 5D | 18 |
| Octal | 166 | 4 | 14 | 0 | 141 | 132 | 66 | 544 | 135 | 30 |
| Binary | 1110110 | 100 | 1100 | 0 | 1100001 | 1011010 | 110110 | 101100100 | 1011101 | 11000 |
Color Harmonies of #76040C
Complementary color
Monochromatic Colors of #76040C
Black with #76040C
Text Example
Text Example
White with #76040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76040C; }
p { color: rgb(118,4,12); }
H1.HeaderClassName
{
color: #76040C;
}
.AnyTagClassName
{
color: #76040C;
}
</style>
background-color css
<style>
a { background-color: #76040C; }
a { background-color: rgb(118,4,12); }
div.DivClassName
{
background-color: #76040C;
}
.BgClassName
{
background-color: #76040C;
}
</style>
border-color css
<style>
span { border-color: #76040C; }
span { border-color: rgb(118,4,12); }
td.TdClassName
{
border-color: #76040C;
}
.TagClassName
{
border-color: #76040C;
}
</style>