Shades of Burgundy #7F111A
Tints of Burgundy #7F111A
RGB
CMYK
RGB Variations
Color information
#7F111A (or 0x7F111A) is known color: Burgundy. HEX triplet: 7F, 11 and 1A. RGB value is (127,17,26). Sum of RGB (Red+Green+Blue) = 127+17+26=170 (22% of max value = 765). Red value is 127 (50% from 255 or 74.71% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 127 - color contains mainly: red. Hex color #7F111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F111A is #80EEE5. Grayscale: #323232. Windows color (decimal): -8449766 or 1708415. OLE color: 1708415.
HSL color Cylindrical-coordinate representation of color #7F111A: hue angle of 355.09º 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 #7F111A is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 17 | 26 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.50 |
| HSL | 355.09º | 0.76% | 0.28% | - |
| HSV(B) | 355.09º | 0.87% | 0.5% | - |
| XYZ | 9.14 | 4.99 | 1.46 | - |
| YUV | 50.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 17 | 26 | 0 | 0.87 | 0.80 | 0.50 | 355.09 | 0.76 | 0.28 |
| Hex | 7F | 11 | 1A | 0 | 57 | 50 | 32 | 163 | 4C | 1C |
| Octal | 177 | 21 | 32 | 0 | 127 | 120 | 62 | 543 | 114 | 34 |
| Binary | 1111111 | 10001 | 11010 | 0 | 1010111 | 1010000 | 110010 | 101100011 | 1001100 | 11100 |
Color Harmonies of #7F111A
Complementary color
Monochromatic Colors of #7F111A
Black with #7F111A
Text Example
Text Example
White with #7F111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F111A; }
p { color: rgb(127,17,26); }
H1.HeaderClassName
{
color: #7F111A;
}
.AnyTagClassName
{
color: #7F111A;
}
</style>
background-color css
<style>
a { background-color: #7F111A; }
a { background-color: rgb(127,17,26); }
div.DivClassName
{
background-color: #7F111A;
}
.BgClassName
{
background-color: #7F111A;
}
</style>
border-color css
<style>
span { border-color: #7F111A; }
span { border-color: rgb(127,17,26); }
td.TdClassName
{
border-color: #7F111A;
}
.TagClassName
{
border-color: #7F111A;
}
</style>