Shades of Burgundy #7F0513
Tints of Burgundy #7F0513
RGB
CMYK
RGB Variations
Color information
#7F0513 (or 0x7F0513) is known color: Burgundy. HEX triplet: 7F, 05 and 13. RGB value is (127,5,19). Sum of RGB (Red+Green+Blue) = 127+5+19=151 (20% of max value = 765). Red value is 127 (50% from 255 or 84.11% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0513 is #80FAEC. Grayscale: #2B2B2B. Windows color (decimal): -8452845 or 1246591. OLE color: 1246591.
HSL color Cylindrical-coordinate representation of color #7F0513: hue angle of 353.11º 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 #7F0513 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 19 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.50 |
| HSL | 353.11º | 0.92% | 0.26% | - |
| HSV(B) | 353.11º | 0.96% | 0.5% | - |
| XYZ | 8.92 | 4.67 | 1.05 | - |
| YUV | 43.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 19 | 0 | 0.96 | 0.85 | 0.50 | 353.11 | 0.92 | 0.26 |
| Hex | 7F | 5 | 13 | 0 | 60 | 55 | 32 | 161 | 5C | 1A |
| Octal | 177 | 5 | 23 | 0 | 140 | 125 | 62 | 541 | 134 | 32 |
| Binary | 1111111 | 101 | 10011 | 0 | 1100000 | 1010101 | 110010 | 101100001 | 1011100 | 11010 |
Color Harmonies of #7F0513
Complementary color
Monochromatic Colors of #7F0513
Black with #7F0513
Text Example
Text Example
White with #7F0513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0513; }
p { color: rgb(127,5,19); }
H1.HeaderClassName
{
color: #7F0513;
}
.AnyTagClassName
{
color: #7F0513;
}
</style>
background-color css
<style>
a { background-color: #7F0513; }
a { background-color: rgb(127,5,19); }
div.DivClassName
{
background-color: #7F0513;
}
.BgClassName
{
background-color: #7F0513;
}
</style>
border-color css
<style>
span { border-color: #7F0513; }
span { border-color: rgb(127,5,19); }
td.TdClassName
{
border-color: #7F0513;
}
.TagClassName
{
border-color: #7F0513;
}
</style>