Shades of Burgundy #760C15
Tints of Burgundy #760C15
RGB
CMYK
RGB Variations
Color information
#760C15 (or 0x760C15) is known color: Burgundy. HEX triplet: 76, 0C and 15. RGB value is (118,12,21). Sum of RGB (Red+Green+Blue) = 118+12+21=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #760C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C15 is #89F3EA. Grayscale: #2C2C2C. Windows color (decimal): -9040875 or 1379446. OLE color: 1379446.
HSL color Cylindrical-coordinate representation of color #760C15: hue angle of 354.91º 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 #760C15 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 21 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.54 |
| HSL | 354.91º | 0.82% | 0.25% | - |
| HSV(B) | 354.91º | 0.9% | 0.46% | - |
| XYZ | 7.74 | 4.17 | 1.11 | - |
| YUV | 44.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 21 | 0 | 0.90 | 0.82 | 0.54 | 354.91 | 0.82 | 0.25 |
| Hex | 76 | C | 15 | 0 | 5A | 52 | 36 | 163 | 52 | 19 |
| Octal | 166 | 14 | 25 | 0 | 132 | 122 | 66 | 543 | 122 | 31 |
| Binary | 1110110 | 1100 | 10101 | 0 | 1011010 | 1010010 | 110110 | 101100011 | 1010010 | 11001 |
Color Harmonies of #760C15
Complementary color
Monochromatic Colors of #760C15
Black with #760C15
Text Example
Text Example
White with #760C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C15; }
p { color: rgb(118,12,21); }
H1.HeaderClassName
{
color: #760C15;
}
.AnyTagClassName
{
color: #760C15;
}
</style>
background-color css
<style>
a { background-color: #760C15; }
a { background-color: rgb(118,12,21); }
div.DivClassName
{
background-color: #760C15;
}
.BgClassName
{
background-color: #760C15;
}
</style>
border-color css
<style>
span { border-color: #760C15; }
span { border-color: rgb(118,12,21); }
td.TdClassName
{
border-color: #760C15;
}
.TagClassName
{
border-color: #760C15;
}
</style>