Shades of Burgundy #7F0112
Tints of Burgundy #7F0112
RGB
CMYK
RGB Variations
Color information
#7F0112 (or 0x7F0112) is known color: Burgundy. HEX triplet: 7F, 01 and 12. RGB value is (127,1,18). Sum of RGB (Red+Green+Blue) = 127+1+18=146 (19% of max value = 765). Red value is 127 (50% from 255 or 86.99% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0112 is #80FEED. Grayscale: #282828. Windows color (decimal): -8453870 or 1180031. OLE color: 1180031.
HSL color Cylindrical-coordinate representation of color #7F0112: hue angle of 351.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0112 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.50 |
| HSL | 351.9º | 0.98% | 0.25% | - |
| HSV(B) | 351.9º | 0.99% | 0.5% | - |
| XYZ | 8.87 | 4.58 | 0.99 | - |
| YUV | 40.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 18 | 0 | 0.99 | 0.86 | 0.50 | 351.9 | 0.98 | 0.25 |
| Hex | 7F | 1 | 12 | 0 | 63 | 56 | 32 | 160 | 62 | 19 |
| Octal | 177 | 1 | 22 | 0 | 143 | 126 | 62 | 540 | 142 | 31 |
| Binary | 1111111 | 1 | 10010 | 0 | 1100011 | 1010110 | 110010 | 101100000 | 1100010 | 11001 |
Color Harmonies of #7F0112
Complementary color
Monochromatic Colors of #7F0112
Black with #7F0112
Text Example
Text Example
White with #7F0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0112; }
p { color: rgb(127,1,18); }
H1.HeaderClassName
{
color: #7F0112;
}
.AnyTagClassName
{
color: #7F0112;
}
</style>
background-color css
<style>
a { background-color: #7F0112; }
a { background-color: rgb(127,1,18); }
div.DivClassName
{
background-color: #7F0112;
}
.BgClassName
{
background-color: #7F0112;
}
</style>
border-color css
<style>
span { border-color: #7F0112; }
span { border-color: rgb(127,1,18); }
td.TdClassName
{
border-color: #7F0112;
}
.TagClassName
{
border-color: #7F0112;
}
</style>