Shades of Burgundy #7F111F
Tints of Burgundy #7F111F
RGB
CMYK
RGB Variations
Color information
#7F111F (or 0x7F111F) is known color: Burgundy. HEX triplet: 7F, 11 and 1F. RGB value is (127,17,31). Sum of RGB (Red+Green+Blue) = 127+17+31=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F111F is #80EEE0. Grayscale: #333333. Windows color (decimal): -8449761 or 2036095. OLE color: 2036095.
HSL color Cylindrical-coordinate representation of color #7F111F: hue angle of 352.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F111F is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 17 | 31 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.50 |
| HSL | 352.36º | 0.76% | 0.28% | - |
| HSV(B) | 352.36º | 0.87% | 0.5% | - |
| XYZ | 9.2 | 5.01 | 1.78 | - |
| YUV | 51.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 17 | 31 | 0 | 0.87 | 0.76 | 0.50 | 352.36 | 0.76 | 0.28 |
| Hex | 7F | 11 | 1F | 0 | 57 | 4C | 32 | 160 | 4C | 1C |
| Octal | 177 | 21 | 37 | 0 | 127 | 114 | 62 | 540 | 114 | 34 |
| Binary | 1111111 | 10001 | 11111 | 0 | 1010111 | 1001100 | 110010 | 101100000 | 1001100 | 11100 |
Color Harmonies of #7F111F
Complementary color
Monochromatic Colors of #7F111F
Black with #7F111F
Text Example
Text Example
White with #7F111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F111F; }
p { color: rgb(127,17,31); }
H1.HeaderClassName
{
color: #7F111F;
}
.AnyTagClassName
{
color: #7F111F;
}
</style>
background-color css
<style>
a { background-color: #7F111F; }
a { background-color: rgb(127,17,31); }
div.DivClassName
{
background-color: #7F111F;
}
.BgClassName
{
background-color: #7F111F;
}
</style>
border-color css
<style>
span { border-color: #7F111F; }
span { border-color: rgb(127,17,31); }
td.TdClassName
{
border-color: #7F111F;
}
.TagClassName
{
border-color: #7F111F;
}
</style>