Shades of Burgundy #760722
Tints of Burgundy #760722
RGB
CMYK
RGB Variations
Color information
#760722 (or 0x760722) is known color: Burgundy. HEX triplet: 76, 07 and 22. RGB value is (118,7,34). Sum of RGB (Red+Green+Blue) = 118+7+34=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #760722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760722 is #89F8DD. Grayscale: #2B2B2B. Windows color (decimal): -9042142 or 2230134. OLE color: 2230134.
HSL color Cylindrical-coordinate representation of color #760722: hue angle of 345.41º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760722 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 34 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.54 |
| HSL | 345.41º | 0.89% | 0.25% | - |
| HSV(B) | 345.41º | 0.94% | 0.46% | - |
| XYZ | 7.84 | 4.12 | 1.9 | - |
| YUV | 43.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 34 | 0 | 0.94 | 0.71 | 0.54 | 345.41 | 0.89 | 0.25 |
| Hex | 76 | 7 | 22 | 0 | 5E | 47 | 36 | 159 | 59 | 19 |
| Octal | 166 | 7 | 42 | 0 | 136 | 107 | 66 | 531 | 131 | 31 |
| Binary | 1110110 | 111 | 100010 | 0 | 1011110 | 1000111 | 110110 | 101011001 | 1011001 | 11001 |
Color Harmonies of #760722
Complementary color
Monochromatic Colors of #760722
Black with #760722
Text Example
Text Example
White with #760722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760722; }
p { color: rgb(118,7,34); }
H1.HeaderClassName
{
color: #760722;
}
.AnyTagClassName
{
color: #760722;
}
</style>
background-color css
<style>
a { background-color: #760722; }
a { background-color: rgb(118,7,34); }
div.DivClassName
{
background-color: #760722;
}
.BgClassName
{
background-color: #760722;
}
</style>
border-color css
<style>
span { border-color: #760722; }
span { border-color: rgb(118,7,34); }
td.TdClassName
{
border-color: #760722;
}
.TagClassName
{
border-color: #760722;
}
</style>