Shades of Burgundy #7F0522
Tints of Burgundy #7F0522
RGB
CMYK
RGB Variations
Color information
#7F0522 (or 0x7F0522) is known color: Burgundy. HEX triplet: 7F, 05 and 22. RGB value is (127,5,34). Sum of RGB (Red+Green+Blue) = 127+5+34=166 (21% of max value = 765). Red value is 127 (50% from 255 or 76.51% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0522 is #80FADD. Grayscale: #2C2C2C. Windows color (decimal): -8452830 or 2229631. OLE color: 2229631.
HSL color Cylindrical-coordinate representation of color #7F0522: hue angle of 345.74º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0522 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 34 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.50 |
| HSL | 345.74º | 0.92% | 0.26% | - |
| HSV(B) | 345.74º | 0.96% | 0.5% | - |
| XYZ | 9.1 | 4.74 | 1.95 | - |
| YUV | 44.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 34 | 0 | 0.96 | 0.73 | 0.50 | 345.74 | 0.92 | 0.26 |
| Hex | 7F | 5 | 22 | 0 | 60 | 49 | 32 | 15A | 5C | 1A |
| Octal | 177 | 5 | 42 | 0 | 140 | 111 | 62 | 532 | 134 | 32 |
| Binary | 1111111 | 101 | 100010 | 0 | 1100000 | 1001001 | 110010 | 101011010 | 1011100 | 11010 |
Color Harmonies of #7F0522
Complementary color
Monochromatic Colors of #7F0522
Black with #7F0522
Text Example
Text Example
White with #7F0522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0522; }
p { color: rgb(127,5,34); }
H1.HeaderClassName
{
color: #7F0522;
}
.AnyTagClassName
{
color: #7F0522;
}
</style>
background-color css
<style>
a { background-color: #7F0522; }
a { background-color: rgb(127,5,34); }
div.DivClassName
{
background-color: #7F0522;
}
.BgClassName
{
background-color: #7F0522;
}
</style>
border-color css
<style>
span { border-color: #7F0522; }
span { border-color: rgb(127,5,34); }
td.TdClassName
{
border-color: #7F0522;
}
.TagClassName
{
border-color: #7F0522;
}
</style>