Shades of Burgundy #760210
Tints of Burgundy #760210
RGB
CMYK
RGB Variations
Color information
#760210 (or 0x760210) is known color: Burgundy. HEX triplet: 76, 02 and 10. RGB value is (118,2,16). Sum of RGB (Red+Green+Blue) = 118+2+16=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #760210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760210 is #89FDEF. Grayscale: #262626. Windows color (decimal): -9043440 or 1049206. OLE color: 1049206.
HSL color Cylindrical-coordinate representation of color #760210: hue angle of 352.76º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760210 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 16 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.54 |
| HSL | 352.76º | 0.97% | 0.24% | - |
| HSV(B) | 352.76º | 0.98% | 0.46% | - |
| XYZ | 7.59 | 3.93 | 0.85 | - |
| YUV | 38.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 16 | 0 | 0.98 | 0.86 | 0.54 | 352.76 | 0.97 | 0.24 |
| Hex | 76 | 2 | 10 | 0 | 62 | 56 | 36 | 161 | 61 | 18 |
| Octal | 166 | 2 | 20 | 0 | 142 | 126 | 66 | 541 | 141 | 30 |
| Binary | 1110110 | 10 | 10000 | 0 | 1100010 | 1010110 | 110110 | 101100001 | 1100001 | 11000 |
Color Harmonies of #760210
Complementary color
Monochromatic Colors of #760210
Black with #760210
Text Example
Text Example
White with #760210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760210; }
p { color: rgb(118,2,16); }
H1.HeaderClassName
{
color: #760210;
}
.AnyTagClassName
{
color: #760210;
}
</style>
background-color css
<style>
a { background-color: #760210; }
a { background-color: rgb(118,2,16); }
div.DivClassName
{
background-color: #760210;
}
.BgClassName
{
background-color: #760210;
}
</style>
border-color css
<style>
span { border-color: #760210; }
span { border-color: rgb(118,2,16); }
td.TdClassName
{
border-color: #760210;
}
.TagClassName
{
border-color: #760210;
}
</style>