Shades of Burgundy #7F0113
Tints of Burgundy #7F0113
RGB
CMYK
RGB Variations
Color information
#7F0113 (or 0x7F0113) is known color: Burgundy. HEX triplet: 7F, 01 and 13. RGB value is (127,1,19). Sum of RGB (Red+Green+Blue) = 127+1+19=147 (19% of max value = 765). Red value is 127 (50% from 255 or 86.39% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0113 is #80FEEC. Grayscale: #282828. Windows color (decimal): -8453869 or 1245567. OLE color: 1245567.
HSL color Cylindrical-coordinate representation of color #7F0113: hue angle of 351.43º 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 #7F0113 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.50 |
| HSL | 351.43º | 0.98% | 0.25% | - |
| HSV(B) | 351.43º | 0.99% | 0.5% | - |
| XYZ | 8.88 | 4.58 | 1.03 | - |
| YUV | 40.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 19 | 0 | 0.99 | 0.85 | 0.50 | 351.43 | 0.98 | 0.25 |
| Hex | 7F | 1 | 13 | 0 | 63 | 55 | 32 | 15F | 62 | 19 |
| Octal | 177 | 1 | 23 | 0 | 143 | 125 | 62 | 537 | 142 | 31 |
| Binary | 1111111 | 1 | 10011 | 0 | 1100011 | 1010101 | 110010 | 101011111 | 1100010 | 11001 |
Color Harmonies of #7F0113
Complementary color
Monochromatic Colors of #7F0113
Black with #7F0113
Text Example
Text Example
White with #7F0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0113; }
p { color: rgb(127,1,19); }
H1.HeaderClassName
{
color: #7F0113;
}
.AnyTagClassName
{
color: #7F0113;
}
</style>
background-color css
<style>
a { background-color: #7F0113; }
a { background-color: rgb(127,1,19); }
div.DivClassName
{
background-color: #7F0113;
}
.BgClassName
{
background-color: #7F0113;
}
</style>
border-color css
<style>
span { border-color: #7F0113; }
span { border-color: rgb(127,1,19); }
td.TdClassName
{
border-color: #7F0113;
}
.TagClassName
{
border-color: #7F0113;
}
</style>