Shades of Burgundy #7F112F
Tints of Burgundy #7F112F
RGB
CMYK
RGB Variations
Color information
#7F112F (or 0x7F112F) is known color: Burgundy. HEX triplet: 7F, 11 and 2F. RGB value is (127,17,47). Sum of RGB (Red+Green+Blue) = 127+17+47=191 (25% of max value = 765). Red value is 127 (50% from 255 or 66.49% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 127 - color contains mainly: red. Hex color #7F112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F112F is #80EED0. Grayscale: #353535. Windows color (decimal): -8449745 or 3084671. OLE color: 3084671.
HSL color Cylindrical-coordinate representation of color #7F112F: hue angle of 343.64º 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 #7F112F is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 17 | 47 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.50 |
| HSL | 343.64º | 0.76% | 0.28% | - |
| HSV(B) | 343.64º | 0.87% | 0.5% | - |
| XYZ | 9.47 | 5.12 | 3.18 | - |
| YUV | 53.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 17 | 47 | 0 | 0.87 | 0.63 | 0.50 | 343.64 | 0.76 | 0.28 |
| Hex | 7F | 11 | 2F | 0 | 57 | 3F | 32 | 158 | 4C | 1C |
| Octal | 177 | 21 | 57 | 0 | 127 | 77 | 62 | 530 | 114 | 34 |
| Binary | 1111111 | 10001 | 101111 | 0 | 1010111 | 111111 | 110010 | 101011000 | 1001100 | 11100 |
Color Harmonies of #7F112F
Complementary color
Monochromatic Colors of #7F112F
Black with #7F112F
Text Example
Text Example
White with #7F112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F112F; }
p { color: rgb(127,17,47); }
H1.HeaderClassName
{
color: #7F112F;
}
.AnyTagClassName
{
color: #7F112F;
}
</style>
background-color css
<style>
a { background-color: #7F112F; }
a { background-color: rgb(127,17,47); }
div.DivClassName
{
background-color: #7F112F;
}
.BgClassName
{
background-color: #7F112F;
}
</style>
border-color css
<style>
span { border-color: #7F112F; }
span { border-color: rgb(127,17,47); }
td.TdClassName
{
border-color: #7F112F;
}
.TagClassName
{
border-color: #7F112F;
}
</style>