Shades of Pompadour #7F113F
Tints of Pompadour #7F113F
RGB
CMYK
RGB Variations
Color information
#7F113F (or 0x7F113F) is known color: Pompadour. HEX triplet: 7F, 11 and 3F. RGB value is (127,17,63). Sum of RGB (Red+Green+Blue) = 127+17+63=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F113F is #80EEC0. Grayscale: #373737. Windows color (decimal): -8449729 or 4133247. OLE color: 4133247.
HSL color Cylindrical-coordinate representation of color #7F113F: hue angle of 334.91º 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 #7F113F is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 17 | 63 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.50 |
| HSL | 334.91º | 0.76% | 0.28% | - |
| HSV(B) | 334.91º | 0.87% | 0.5% | - |
| XYZ | 9.85 | 5.27 | 5.2 | - |
| YUV | 55.13 | 132.44 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 17 | 63 | 0 | 0.87 | 0.50 | 0.50 | 334.91 | 0.76 | 0.28 |
| Hex | 7F | 11 | 3F | 0 | 57 | 32 | 32 | 14F | 4C | 1C |
| Octal | 177 | 21 | 77 | 0 | 127 | 62 | 62 | 517 | 114 | 34 |
| Binary | 1111111 | 10001 | 111111 | 0 | 1010111 | 110010 | 110010 | 101001111 | 1001100 | 11100 |
Color Harmonies of #7F113F
Complementary color
Monochromatic Colors of #7F113F
Black with #7F113F
Text Example
Text Example
White with #7F113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F113F; }
p { color: rgb(127,17,63); }
H1.HeaderClassName
{
color: #7F113F;
}
.AnyTagClassName
{
color: #7F113F;
}
</style>
background-color css
<style>
a { background-color: #7F113F; }
a { background-color: rgb(127,17,63); }
div.DivClassName
{
background-color: #7F113F;
}
.BgClassName
{
background-color: #7F113F;
}
</style>
border-color css
<style>
span { border-color: #7F113F; }
span { border-color: rgb(127,17,63); }
td.TdClassName
{
border-color: #7F113F;
}
.TagClassName
{
border-color: #7F113F;
}
</style>