Shades of Burgundy #760F22
Tints of Burgundy #760F22
RGB
CMYK
RGB Variations
Color information
#760F22 (or 0x760F22) is known color: Burgundy. HEX triplet: 76, 0F and 22. RGB value is (118,15,34). Sum of RGB (Red+Green+Blue) = 118+15+34=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #760F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F22 is #89F0DD. Grayscale: #2F2F2F. Windows color (decimal): -9040094 or 2232182. OLE color: 2232182.
HSL color Cylindrical-coordinate representation of color #760F22: hue angle of 348.93º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F22 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 34 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.54 |
| HSL | 348.93º | 0.77% | 0.26% | - |
| HSV(B) | 348.93º | 0.87% | 0.46% | - |
| XYZ | 7.93 | 4.31 | 1.93 | - |
| YUV | 47.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 34 | 0 | 0.87 | 0.71 | 0.54 | 348.93 | 0.77 | 0.26 |
| Hex | 76 | F | 22 | 0 | 57 | 47 | 36 | 15D | 4D | 1A |
| Octal | 166 | 17 | 42 | 0 | 127 | 107 | 66 | 535 | 115 | 32 |
| Binary | 1110110 | 1111 | 100010 | 0 | 1010111 | 1000111 | 110110 | 101011101 | 1001101 | 11010 |
Color Harmonies of #760F22
Complementary color
Monochromatic Colors of #760F22
Black with #760F22
Text Example
Text Example
White with #760F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F22; }
p { color: rgb(118,15,34); }
H1.HeaderClassName
{
color: #760F22;
}
.AnyTagClassName
{
color: #760F22;
}
</style>
background-color css
<style>
a { background-color: #760F22; }
a { background-color: rgb(118,15,34); }
div.DivClassName
{
background-color: #760F22;
}
.BgClassName
{
background-color: #760F22;
}
</style>
border-color css
<style>
span { border-color: #760F22; }
span { border-color: rgb(118,15,34); }
td.TdClassName
{
border-color: #760F22;
}
.TagClassName
{
border-color: #760F22;
}
</style>