Shades of Pompadour #7F0C40
Tints of Pompadour #7F0C40
RGB
CMYK
RGB Variations
Color information
#7F0C40 (or 0x7F0C40) is known color: Pompadour. HEX triplet: 7F, 0C and 40. RGB value is (127,12,64). Sum of RGB (Red+Green+Blue) = 127+12+64=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0C40 is #80F3BF. Grayscale: #343434. Windows color (decimal): -8451008 or 4197503. OLE color: 4197503.
HSL color Cylindrical-coordinate representation of color #7F0C40: hue angle of 332.87º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0C40 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 12 | 64 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.50 |
| HSL | 332.87º | 0.83% | 0.27% | - |
| HSV(B) | 332.87º | 0.91% | 0.5% | - |
| XYZ | 9.81 | 5.15 | 5.33 | - |
| YUV | 52.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 64 | 0 | 0.91 | 0.50 | 0.50 | 332.87 | 0.83 | 0.27 |
| Hex | 7F | C | 40 | 0 | 5B | 32 | 32 | 14D | 53 | 1B |
| Octal | 177 | 14 | 100 | 0 | 133 | 62 | 62 | 515 | 123 | 33 |
| Binary | 1111111 | 1100 | 1000000 | 0 | 1011011 | 110010 | 110010 | 101001101 | 1010011 | 11011 |
Color Harmonies of #7F0C40
Complementary color
Monochromatic Colors of #7F0C40
Black with #7F0C40
Text Example
Text Example
White with #7F0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0C40; }
p { color: rgb(127,12,64); }
H1.HeaderClassName
{
color: #7F0C40;
}
.AnyTagClassName
{
color: #7F0C40;
}
</style>
background-color css
<style>
a { background-color: #7F0C40; }
a { background-color: rgb(127,12,64); }
div.DivClassName
{
background-color: #7F0C40;
}
.BgClassName
{
background-color: #7F0C40;
}
</style>
border-color css
<style>
span { border-color: #7F0C40; }
span { border-color: rgb(127,12,64); }
td.TdClassName
{
border-color: #7F0C40;
}
.TagClassName
{
border-color: #7F0C40;
}
</style>