Shades of Burgundy #7F111B
Tints of Burgundy #7F111B
RGB
CMYK
RGB Variations
Color information
#7F111B (or 0x7F111B) is known color: Burgundy. HEX triplet: 7F, 11 and 1B. RGB value is (127,17,27). Sum of RGB (Red+Green+Blue) = 127+17+27=171 (22% of max value = 765). Red value is 127 (50% from 255 or 74.27% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 127 - color contains mainly: red. Hex color #7F111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F111B is #80EEE4. Grayscale: #333333. Windows color (decimal): -8449765 or 1773951. OLE color: 1773951.
HSL color Cylindrical-coordinate representation of color #7F111B: hue angle of 354.55º 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 #7F111B is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 17 | 27 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.50 |
| HSL | 354.55º | 0.76% | 0.28% | - |
| HSV(B) | 354.55º | 0.87% | 0.5% | - |
| XYZ | 9.15 | 4.99 | 1.52 | - |
| YUV | 51.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 17 | 27 | 0 | 0.87 | 0.79 | 0.50 | 354.55 | 0.76 | 0.28 |
| Hex | 7F | 11 | 1B | 0 | 57 | 4F | 32 | 163 | 4C | 1C |
| Octal | 177 | 21 | 33 | 0 | 127 | 117 | 62 | 543 | 114 | 34 |
| Binary | 1111111 | 10001 | 11011 | 0 | 1010111 | 1001111 | 110010 | 101100011 | 1001100 | 11100 |
Color Harmonies of #7F111B
Complementary color
Monochromatic Colors of #7F111B
Black with #7F111B
Text Example
Text Example
White with #7F111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F111B; }
p { color: rgb(127,17,27); }
H1.HeaderClassName
{
color: #7F111B;
}
.AnyTagClassName
{
color: #7F111B;
}
</style>
background-color css
<style>
a { background-color: #7F111B; }
a { background-color: rgb(127,17,27); }
div.DivClassName
{
background-color: #7F111B;
}
.BgClassName
{
background-color: #7F111B;
}
</style>
border-color css
<style>
span { border-color: #7F111B; }
span { border-color: rgb(127,17,27); }
td.TdClassName
{
border-color: #7F111B;
}
.TagClassName
{
border-color: #7F111B;
}
</style>