Shades of Burgundy #7F0A20
Tints of Burgundy #7F0A20
RGB
CMYK
RGB Variations
Color information
#7F0A20 (or 0x7F0A20) is known color: Burgundy. HEX triplet: 7F, 0A and 20. RGB value is (127,10,32). Sum of RGB (Red+Green+Blue) = 127+10+32=169 (22% of max value = 765). Red value is 127 (50% from 255 or 75.15% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0A20 is #80F5DF. Grayscale: #2F2F2F. Windows color (decimal): -8451552 or 2099839. OLE color: 2099839.
HSL color Cylindrical-coordinate representation of color #7F0A20: hue angle of 348.72º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F0A20 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 10 | 32 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.50 |
| HSL | 348.72º | 0.85% | 0.27% | - |
| HSV(B) | 348.72º | 0.92% | 0.5% | - |
| XYZ | 9.12 | 4.83 | 1.82 | - |
| YUV | 47.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 10 | 32 | 0 | 0.92 | 0.75 | 0.50 | 348.72 | 0.85 | 0.27 |
| Hex | 7F | A | 20 | 0 | 5C | 4B | 32 | 15D | 55 | 1B |
| Octal | 177 | 12 | 40 | 0 | 134 | 113 | 62 | 535 | 125 | 33 |
| Binary | 1111111 | 1010 | 100000 | 0 | 1011100 | 1001011 | 110010 | 101011101 | 1010101 | 11011 |
Color Harmonies of #7F0A20
Complementary color
Monochromatic Colors of #7F0A20
Black with #7F0A20
Text Example
Text Example
White with #7F0A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0A20; }
p { color: rgb(127,10,32); }
H1.HeaderClassName
{
color: #7F0A20;
}
.AnyTagClassName
{
color: #7F0A20;
}
</style>
background-color css
<style>
a { background-color: #7F0A20; }
a { background-color: rgb(127,10,32); }
div.DivClassName
{
background-color: #7F0A20;
}
.BgClassName
{
background-color: #7F0A20;
}
</style>
border-color css
<style>
span { border-color: #7F0A20; }
span { border-color: rgb(127,10,32); }
td.TdClassName
{
border-color: #7F0A20;
}
.TagClassName
{
border-color: #7F0A20;
}
</style>