Shades of Burgundy #760E0F
Tints of Burgundy #760E0F
RGB
CMYK
RGB Variations
Color information
#760E0F (or 0x760E0F) is known color: Burgundy. HEX triplet: 76, 0E and 0F. RGB value is (118,14,15). Sum of RGB (Red+Green+Blue) = 118+14+15=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #760E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760E0F is #89F1F0. Grayscale: #2D2D2D. Windows color (decimal): -9040369 or 986742. OLE color: 986742.
HSL color Cylindrical-coordinate representation of color #760E0F: hue angle of 359.42º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E0F is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 15 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.54 |
| HSL | 359.42º | 0.79% | 0.26% | - |
| HSV(B) | 359.42º | 0.88% | 0.46% | - |
| XYZ | 7.71 | 4.2 | 0.86 | - |
| YUV | 45.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 15 | 0 | 0.88 | 0.87 | 0.54 | 359.42 | 0.79 | 0.26 |
| Hex | 76 | E | F | 0 | 58 | 57 | 36 | 167 | 4F | 1A |
| Octal | 166 | 16 | 17 | 0 | 130 | 127 | 66 | 547 | 117 | 32 |
| Binary | 1110110 | 1110 | 1111 | 0 | 1011000 | 1010111 | 110110 | 101100111 | 1001111 | 11010 |
Color Harmonies of #760E0F
Complementary color
Monochromatic Colors of #760E0F
Black with #760E0F
Text Example
Text Example
White with #760E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E0F; }
p { color: rgb(118,14,15); }
H1.HeaderClassName
{
color: #760E0F;
}
.AnyTagClassName
{
color: #760E0F;
}
</style>
background-color css
<style>
a { background-color: #760E0F; }
a { background-color: rgb(118,14,15); }
div.DivClassName
{
background-color: #760E0F;
}
.BgClassName
{
background-color: #760E0F;
}
</style>
border-color css
<style>
span { border-color: #760E0F; }
span { border-color: rgb(118,14,15); }
td.TdClassName
{
border-color: #760E0F;
}
.TagClassName
{
border-color: #760E0F;
}
</style>