Shades of Burgundy #760C0F
Tints of Burgundy #760C0F
RGB
CMYK
RGB Variations
Color information
#760C0F (or 0x760C0F) is known color: Burgundy. HEX triplet: 76, 0C and 0F. RGB value is (118,12,15). Sum of RGB (Red+Green+Blue) = 118+12+15=145 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.38% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 118 - color contains mainly: red. Hex color #760C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C0F is #89F3F0. Grayscale: #2C2C2C. Windows color (decimal): -9040881 or 986230. OLE color: 986230.
HSL color Cylindrical-coordinate representation of color #760C0F: hue angle of 358.3º 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 #760C0F is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 15 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.54 |
| HSL | 358.3º | 0.82% | 0.25% | - |
| HSV(B) | 358.3º | 0.9% | 0.46% | - |
| XYZ | 7.69 | 4.15 | 0.85 | - |
| YUV | 44.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 15 | 0 | 0.90 | 0.87 | 0.54 | 358.3 | 0.82 | 0.25 |
| Hex | 76 | C | F | 0 | 5A | 57 | 36 | 166 | 52 | 19 |
| Octal | 166 | 14 | 17 | 0 | 132 | 127 | 66 | 546 | 122 | 31 |
| Binary | 1110110 | 1100 | 1111 | 0 | 1011010 | 1010111 | 110110 | 101100110 | 1010010 | 11001 |
Color Harmonies of #760C0F
Complementary color
Monochromatic Colors of #760C0F
Black with #760C0F
Text Example
Text Example
White with #760C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C0F; }
p { color: rgb(118,12,15); }
H1.HeaderClassName
{
color: #760C0F;
}
.AnyTagClassName
{
color: #760C0F;
}
</style>
background-color css
<style>
a { background-color: #760C0F; }
a { background-color: rgb(118,12,15); }
div.DivClassName
{
background-color: #760C0F;
}
.BgClassName
{
background-color: #760C0F;
}
</style>
border-color css
<style>
span { border-color: #760C0F; }
span { border-color: rgb(118,12,15); }
td.TdClassName
{
border-color: #760C0F;
}
.TagClassName
{
border-color: #760C0F;
}
</style>