Shades of Burgundy #760B0E
Tints of Burgundy #760B0E
RGB
CMYK
RGB Variations
Color information
#760B0E (or 0x760B0E) is known color: Burgundy. HEX triplet: 76, 0B and 0E. RGB value is (118,11,14). Sum of RGB (Red+Green+Blue) = 118+11+14=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #760B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B0E is #89F4F1. Grayscale: #2B2B2B. Windows color (decimal): -9041138 or 920438. OLE color: 920438.
HSL color Cylindrical-coordinate representation of color #760B0E: hue angle of 358.32º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B0E is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 14 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.54 |
| HSL | 358.32º | 0.83% | 0.25% | - |
| HSV(B) | 358.32º | 0.91% | 0.46% | - |
| XYZ | 7.67 | 4.12 | 0.81 | - |
| YUV | 43.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 14 | 0 | 0.91 | 0.88 | 0.54 | 358.32 | 0.83 | 0.25 |
| Hex | 76 | B | E | 0 | 5B | 58 | 36 | 166 | 53 | 19 |
| Octal | 166 | 13 | 16 | 0 | 133 | 130 | 66 | 546 | 123 | 31 |
| Binary | 1110110 | 1011 | 1110 | 0 | 1011011 | 1011000 | 110110 | 101100110 | 1010011 | 11001 |
Color Harmonies of #760B0E
Complementary color
Monochromatic Colors of #760B0E
Black with #760B0E
Text Example
Text Example
White with #760B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B0E; }
p { color: rgb(118,11,14); }
H1.HeaderClassName
{
color: #760B0E;
}
.AnyTagClassName
{
color: #760B0E;
}
</style>
background-color css
<style>
a { background-color: #760B0E; }
a { background-color: rgb(118,11,14); }
div.DivClassName
{
background-color: #760B0E;
}
.BgClassName
{
background-color: #760B0E;
}
</style>
border-color css
<style>
span { border-color: #760B0E; }
span { border-color: rgb(118,11,14); }
td.TdClassName
{
border-color: #760B0E;
}
.TagClassName
{
border-color: #760B0E;
}
</style>