Shades of Burgundy #760522
Tints of Burgundy #760522
RGB
CMYK
RGB Variations
Color information
#760522 (or 0x760522) is known color: Burgundy. HEX triplet: 76, 05 and 22. RGB value is (118,5,34). Sum of RGB (Red+Green+Blue) = 118+5+34=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #760522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760522 is #89FADD. Grayscale: #2A2A2A. Windows color (decimal): -9042654 or 2229622. OLE color: 2229622.
HSL color Cylindrical-coordinate representation of color #760522: hue angle of 344.6º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760522 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 5 | 34 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.54 |
| HSL | 344.6º | 0.92% | 0.24% | - |
| HSV(B) | 344.6º | 0.96% | 0.46% | - |
| XYZ | 7.81 | 4.08 | 1.89 | - |
| YUV | 42.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 34 | 0 | 0.96 | 0.71 | 0.54 | 344.6 | 0.92 | 0.24 |
| Hex | 76 | 5 | 22 | 0 | 60 | 47 | 36 | 159 | 5C | 18 |
| Octal | 166 | 5 | 42 | 0 | 140 | 107 | 66 | 531 | 134 | 30 |
| Binary | 1110110 | 101 | 100010 | 0 | 1100000 | 1000111 | 110110 | 101011001 | 1011100 | 11000 |
Color Harmonies of #760522
Complementary color
Monochromatic Colors of #760522
Black with #760522
Text Example
Text Example
White with #760522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760522; }
p { color: rgb(118,5,34); }
H1.HeaderClassName
{
color: #760522;
}
.AnyTagClassName
{
color: #760522;
}
</style>
background-color css
<style>
a { background-color: #760522; }
a { background-color: rgb(118,5,34); }
div.DivClassName
{
background-color: #760522;
}
.BgClassName
{
background-color: #760522;
}
</style>
border-color css
<style>
span { border-color: #760522; }
span { border-color: rgb(118,5,34); }
td.TdClassName
{
border-color: #760522;
}
.TagClassName
{
border-color: #760522;
}
</style>