Shades of Pompadour #7F153F
Tints of Pompadour #7F153F
RGB
CMYK
RGB Variations
Color information
#7F153F (or 0x7F153F) is known color: Pompadour. HEX triplet: 7F, 15 and 3F. RGB value is (127,21,63). Sum of RGB (Red+Green+Blue) = 127+21+63=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F153F is #80EAC0. Grayscale: #393939. Windows color (decimal): -8448705 or 4134271. OLE color: 4134271.
HSL color Cylindrical-coordinate representation of color #7F153F: hue angle of 336.23º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F153F is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 63 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.50 |
| HSL | 336.23º | 0.72% | 0.29% | - |
| HSV(B) | 336.23º | 0.83% | 0.5% | - |
| XYZ | 9.92 | 5.41 | 5.22 | - |
| YUV | 57.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 63 | 0 | 0.83 | 0.50 | 0.50 | 336.23 | 0.72 | 0.29 |
| Hex | 7F | 15 | 3F | 0 | 53 | 32 | 32 | 150 | 48 | 1D |
| Octal | 177 | 25 | 77 | 0 | 123 | 62 | 62 | 520 | 110 | 35 |
| Binary | 1111111 | 10101 | 111111 | 0 | 1010011 | 110010 | 110010 | 101010000 | 1001000 | 11101 |
Color Harmonies of #7F153F
Complementary color
Monochromatic Colors of #7F153F
Black with #7F153F
Text Example
Text Example
White with #7F153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F153F; }
p { color: rgb(127,21,63); }
H1.HeaderClassName
{
color: #7F153F;
}
.AnyTagClassName
{
color: #7F153F;
}
</style>
background-color css
<style>
a { background-color: #7F153F; }
a { background-color: rgb(127,21,63); }
div.DivClassName
{
background-color: #7F153F;
}
.BgClassName
{
background-color: #7F153F;
}
</style>
border-color css
<style>
span { border-color: #7F153F; }
span { border-color: rgb(127,21,63); }
td.TdClassName
{
border-color: #7F153F;
}
.TagClassName
{
border-color: #7F153F;
}
</style>