Shades of Burgundy #760A2B
Tints of Burgundy #760A2B
RGB
CMYK
RGB Variations
Color information
#760A2B (or 0x760A2B) is known color: Burgundy. HEX triplet: 76, 0A and 2B. RGB value is (118,10,43). Sum of RGB (Red+Green+Blue) = 118+10+43=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #760A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A2B is #89F5D4. Grayscale: #2E2E2E. Windows color (decimal): -9041365 or 2820726. OLE color: 2820726.
HSL color Cylindrical-coordinate representation of color #760A2B: hue angle of 341.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A2B is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 43 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.54 |
| HSL | 341.67º | 0.84% | 0.25% | - |
| HSV(B) | 341.67º | 0.92% | 0.46% | - |
| XYZ | 8.02 | 4.24 | 2.68 | - |
| YUV | 46.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 43 | 0 | 0.92 | 0.64 | 0.54 | 341.67 | 0.84 | 0.25 |
| Hex | 76 | A | 2B | 0 | 5C | 40 | 36 | 156 | 54 | 19 |
| Octal | 166 | 12 | 53 | 0 | 134 | 100 | 66 | 526 | 124 | 31 |
| Binary | 1110110 | 1010 | 101011 | 0 | 1011100 | 1000000 | 110110 | 101010110 | 1010100 | 11001 |
Color Harmonies of #760A2B
Complementary color
Monochromatic Colors of #760A2B
Black with #760A2B
Text Example
Text Example
White with #760A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A2B; }
p { color: rgb(118,10,43); }
H1.HeaderClassName
{
color: #760A2B;
}
.AnyTagClassName
{
color: #760A2B;
}
</style>
background-color css
<style>
a { background-color: #760A2B; }
a { background-color: rgb(118,10,43); }
div.DivClassName
{
background-color: #760A2B;
}
.BgClassName
{
background-color: #760A2B;
}
</style>
border-color css
<style>
span { border-color: #760A2B; }
span { border-color: rgb(118,10,43); }
td.TdClassName
{
border-color: #760A2B;
}
.TagClassName
{
border-color: #760A2B;
}
</style>