Shades of Burgundy #760013
Tints of Burgundy #760013
RGB
CMYK
RGB Variations
Color information
#760013 (or 0x760013) is known color: Burgundy. HEX triplet: 76, 00 and 13. RGB value is (118,0,19). Sum of RGB (Red+Green+Blue) = 118+0+19=137 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.13% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 118 - color contains mainly: red. Hex color #760013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760013 is #89FFEC. Grayscale: #252525. Windows color (decimal): -9043949 or 1245302. OLE color: 1245302.
HSL color Cylindrical-coordinate representation of color #760013: hue angle of 350.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760013 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.84 | 0.54 |
| HSL | 350.34º | 1% | 0.23% | - |
| HSV(B) | 350.34º | 1% | 0.46% | - |
| XYZ | 7.59 | 3.9 | 0.97 | - |
| YUV | 37.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 19 | 0 | 1 | 0.84 | 0.54 | 350.34 | 1 | 0.23 |
| Hex | 76 | 0 | 13 | 0 | 64 | 54 | 36 | 15E | 64 | 17 |
| Octal | 166 | 0 | 23 | 0 | 144 | 124 | 66 | 536 | 144 | 27 |
| Binary | 1110110 | 0 | 10011 | 0 | 1100100 | 1010100 | 110110 | 101011110 | 1100100 | 10111 |
Color Harmonies of #760013
Complementary color
Monochromatic Colors of #760013
Black with #760013
Text Example
Text Example
White with #760013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760013; }
p { color: rgb(118,0,19); }
H1.HeaderClassName
{
color: #760013;
}
.AnyTagClassName
{
color: #760013;
}
</style>
background-color css
<style>
a { background-color: #760013; }
a { background-color: rgb(118,0,19); }
div.DivClassName
{
background-color: #760013;
}
.BgClassName
{
background-color: #760013;
}
</style>
border-color css
<style>
span { border-color: #760013; }
span { border-color: rgb(118,0,19); }
td.TdClassName
{
border-color: #760013;
}
.TagClassName
{
border-color: #760013;
}
</style>