Shades of Burgundy #760E22
Tints of Burgundy #760E22
RGB
CMYK
RGB Variations
Color information
#760E22 (or 0x760E22) is known color: Burgundy. HEX triplet: 76, 0E and 22. RGB value is (118,14,34). Sum of RGB (Red+Green+Blue) = 118+14+34=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #760E22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E22 is #89F1DD. Grayscale: #2F2F2F. Windows color (decimal): -9040350 or 2231926. OLE color: 2231926.
HSL color Cylindrical-coordinate representation of color #760E22: hue angle of 348.46º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E22 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 34 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.54 |
| HSL | 348.46º | 0.79% | 0.26% | - |
| HSV(B) | 348.46º | 0.88% | 0.46% | - |
| XYZ | 7.92 | 4.28 | 1.92 | - |
| YUV | 47.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 34 | 0 | 0.88 | 0.71 | 0.54 | 348.46 | 0.79 | 0.26 |
| Hex | 76 | E | 22 | 0 | 58 | 47 | 36 | 15C | 4F | 1A |
| Octal | 166 | 16 | 42 | 0 | 130 | 107 | 66 | 534 | 117 | 32 |
| Binary | 1110110 | 1110 | 100010 | 0 | 1011000 | 1000111 | 110110 | 101011100 | 1001111 | 11010 |
Color Harmonies of #760E22
Complementary color
Monochromatic Colors of #760E22
Black with #760E22
Text Example
Text Example
White with #760E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E22; }
p { color: rgb(118,14,34); }
H1.HeaderClassName
{
color: #760E22;
}
.AnyTagClassName
{
color: #760E22;
}
</style>
background-color css
<style>
a { background-color: #760E22; }
a { background-color: rgb(118,14,34); }
div.DivClassName
{
background-color: #760E22;
}
.BgClassName
{
background-color: #760E22;
}
</style>
border-color css
<style>
span { border-color: #760E22; }
span { border-color: rgb(118,14,34); }
td.TdClassName
{
border-color: #760E22;
}
.TagClassName
{
border-color: #760E22;
}
</style>