Shades of Pompadour #7F0F40
Tints of Pompadour #7F0F40
RGB
CMYK
RGB Variations
Color information
#7F0F40 (or 0x7F0F40) is known color: Pompadour. HEX triplet: 7F, 0F and 40. RGB value is (127,15,64). Sum of RGB (Red+Green+Blue) = 127+15+64=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0F40 is #80F0BF. Grayscale: #353535. Windows color (decimal): -8450240 or 4198271. OLE color: 4198271.
HSL color Cylindrical-coordinate representation of color #7F0F40: hue angle of 333.75º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F0F40 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 15 | 64 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.50 |
| HSL | 333.75º | 0.79% | 0.28% | - |
| HSV(B) | 333.75º | 0.88% | 0.5% | - |
| XYZ | 9.85 | 5.22 | 5.34 | - |
| YUV | 54.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 15 | 64 | 0 | 0.88 | 0.50 | 0.50 | 333.75 | 0.79 | 0.28 |
| Hex | 7F | F | 40 | 0 | 58 | 32 | 32 | 14E | 4F | 1C |
| Octal | 177 | 17 | 100 | 0 | 130 | 62 | 62 | 516 | 117 | 34 |
| Binary | 1111111 | 1111 | 1000000 | 0 | 1011000 | 110010 | 110010 | 101001110 | 1001111 | 11100 |
Color Harmonies of #7F0F40
Complementary color
Monochromatic Colors of #7F0F40
Black with #7F0F40
Text Example
Text Example
White with #7F0F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0F40; }
p { color: rgb(127,15,64); }
H1.HeaderClassName
{
color: #7F0F40;
}
.AnyTagClassName
{
color: #7F0F40;
}
</style>
background-color css
<style>
a { background-color: #7F0F40; }
a { background-color: rgb(127,15,64); }
div.DivClassName
{
background-color: #7F0F40;
}
.BgClassName
{
background-color: #7F0F40;
}
</style>
border-color css
<style>
span { border-color: #7F0F40; }
span { border-color: rgb(127,15,64); }
td.TdClassName
{
border-color: #7F0F40;
}
.TagClassName
{
border-color: #7F0F40;
}
</style>