Shades of Burgundy #760C14
Tints of Burgundy #760C14
RGB
CMYK
RGB Variations
Color information
#760C14 (or 0x760C14) is known color: Burgundy. HEX triplet: 76, 0C and 14. RGB value is (118,12,20). Sum of RGB (Red+Green+Blue) = 118+12+20=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #760C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C14 is #89F3EB. Grayscale: #2C2C2C. Windows color (decimal): -9040876 or 1313910. OLE color: 1313910.
HSL color Cylindrical-coordinate representation of color #760C14: hue angle of 355.47º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C14 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 20 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.54 |
| HSL | 355.47º | 0.82% | 0.25% | - |
| HSV(B) | 355.47º | 0.9% | 0.46% | - |
| XYZ | 7.73 | 4.17 | 1.06 | - |
| YUV | 44.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 20 | 0 | 0.90 | 0.83 | 0.54 | 355.47 | 0.82 | 0.25 |
| Hex | 76 | C | 14 | 0 | 5A | 53 | 36 | 163 | 52 | 19 |
| Octal | 166 | 14 | 24 | 0 | 132 | 123 | 66 | 543 | 122 | 31 |
| Binary | 1110110 | 1100 | 10100 | 0 | 1011010 | 1010011 | 110110 | 101100011 | 1010010 | 11001 |
Color Harmonies of #760C14
Complementary color
Monochromatic Colors of #760C14
Black with #760C14
Text Example
Text Example
White with #760C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C14; }
p { color: rgb(118,12,20); }
H1.HeaderClassName
{
color: #760C14;
}
.AnyTagClassName
{
color: #760C14;
}
</style>
background-color css
<style>
a { background-color: #760C14; }
a { background-color: rgb(118,12,20); }
div.DivClassName
{
background-color: #760C14;
}
.BgClassName
{
background-color: #760C14;
}
</style>
border-color css
<style>
span { border-color: #760C14; }
span { border-color: rgb(118,12,20); }
td.TdClassName
{
border-color: #760C14;
}
.TagClassName
{
border-color: #760C14;
}
</style>