Shades of Burgundy #760B15
Tints of Burgundy #760B15
RGB
CMYK
RGB Variations
Color information
#760B15 (or 0x760B15) is known color: Burgundy. HEX triplet: 76, 0B and 15. RGB value is (118,11,21). Sum of RGB (Red+Green+Blue) = 118+11+21=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #760B15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B15 is #89F4EA. Grayscale: #2C2C2C. Windows color (decimal): -9041131 or 1379190. OLE color: 1379190.
HSL color Cylindrical-coordinate representation of color #760B15: hue angle of 354.39º 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 #760B15 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 21 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.54 |
| HSL | 354.39º | 0.83% | 0.25% | - |
| HSV(B) | 354.39º | 0.91% | 0.46% | - |
| XYZ | 7.73 | 4.15 | 1.1 | - |
| YUV | 44.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 21 | 0 | 0.91 | 0.82 | 0.54 | 354.39 | 0.83 | 0.25 |
| Hex | 76 | B | 15 | 0 | 5B | 52 | 36 | 162 | 53 | 19 |
| Octal | 166 | 13 | 25 | 0 | 133 | 122 | 66 | 542 | 123 | 31 |
| Binary | 1110110 | 1011 | 10101 | 0 | 1011011 | 1010010 | 110110 | 101100010 | 1010011 | 11001 |
Color Harmonies of #760B15
Complementary color
Monochromatic Colors of #760B15
Black with #760B15
Text Example
Text Example
White with #760B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B15; }
p { color: rgb(118,11,21); }
H1.HeaderClassName
{
color: #760B15;
}
.AnyTagClassName
{
color: #760B15;
}
</style>
background-color css
<style>
a { background-color: #760B15; }
a { background-color: rgb(118,11,21); }
div.DivClassName
{
background-color: #760B15;
}
.BgClassName
{
background-color: #760B15;
}
</style>
border-color css
<style>
span { border-color: #760B15; }
span { border-color: rgb(118,11,21); }
td.TdClassName
{
border-color: #760B15;
}
.TagClassName
{
border-color: #760B15;
}
</style>