Shades of Burgundy #760922
Tints of Burgundy #760922
RGB
CMYK
RGB Variations
Color information
#760922 (or 0x760922) is known color: Burgundy. HEX triplet: 76, 09 and 22. RGB value is (118,9,34). Sum of RGB (Red+Green+Blue) = 118+9+34=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #760922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760922 is #89F6DD. Grayscale: #2C2C2C. Windows color (decimal): -9041630 or 2230646. OLE color: 2230646.
HSL color Cylindrical-coordinate representation of color #760922: hue angle of 346.24º degrees, saturation: 0.86, 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 #760922 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 34 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.54 |
| HSL | 346.24º | 0.86% | 0.25% | - |
| HSV(B) | 346.24º | 0.92% | 0.46% | - |
| XYZ | 7.86 | 4.16 | 1.9 | - |
| YUV | 44.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 34 | 0 | 0.92 | 0.71 | 0.54 | 346.24 | 0.86 | 0.25 |
| Hex | 76 | 9 | 22 | 0 | 5C | 47 | 36 | 15A | 56 | 19 |
| Octal | 166 | 11 | 42 | 0 | 134 | 107 | 66 | 532 | 126 | 31 |
| Binary | 1110110 | 1001 | 100010 | 0 | 1011100 | 1000111 | 110110 | 101011010 | 1010110 | 11001 |
Color Harmonies of #760922
Complementary color
Monochromatic Colors of #760922
Black with #760922
Text Example
Text Example
White with #760922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760922; }
p { color: rgb(118,9,34); }
H1.HeaderClassName
{
color: #760922;
}
.AnyTagClassName
{
color: #760922;
}
</style>
background-color css
<style>
a { background-color: #760922; }
a { background-color: rgb(118,9,34); }
div.DivClassName
{
background-color: #760922;
}
.BgClassName
{
background-color: #760922;
}
</style>
border-color css
<style>
span { border-color: #760922; }
span { border-color: rgb(118,9,34); }
td.TdClassName
{
border-color: #760922;
}
.TagClassName
{
border-color: #760922;
}
</style>