Shades of Pompadour #7F0D4D
Tints of Pompadour #7F0D4D
RGB
CMYK
RGB Variations
Color information
#7F0D4D (or 0x7F0D4D) is known color: Pompadour. HEX triplet: 7F, 0D and 4D. RGB value is (127,13,77). Sum of RGB (Red+Green+Blue) = 127+13+77=217 (28% of max value = 765). Red value is 127 (50% from 255 or 58.53% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0D4D is #80F2B2. Grayscale: #363636. Windows color (decimal): -8450739 or 5049727. OLE color: 5049727.
HSL color Cylindrical-coordinate representation of color #7F0D4D: hue angle of 326.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F0D4D is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 13 | 77 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.50 |
| HSL | 326.32º | 0.81% | 0.27% | - |
| HSV(B) | 326.32º | 0.9% | 0.5% | - |
| XYZ | 10.24 | 5.34 | 7.51 | - |
| YUV | 54.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 77 | 0 | 0.90 | 0.39 | 0.50 | 326.32 | 0.81 | 0.27 |
| Hex | 7F | D | 4D | 0 | 5A | 27 | 32 | 146 | 51 | 1B |
| Octal | 177 | 15 | 115 | 0 | 132 | 47 | 62 | 506 | 121 | 33 |
| Binary | 1111111 | 1101 | 1001101 | 0 | 1011010 | 100111 | 110010 | 101000110 | 1010001 | 11011 |
Color Harmonies of #7F0D4D
Complementary color
Monochromatic Colors of #7F0D4D
Black with #7F0D4D
Text Example
Text Example
White with #7F0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0D4D; }
p { color: rgb(127,13,77); }
H1.HeaderClassName
{
color: #7F0D4D;
}
.AnyTagClassName
{
color: #7F0D4D;
}
</style>
background-color css
<style>
a { background-color: #7F0D4D; }
a { background-color: rgb(127,13,77); }
div.DivClassName
{
background-color: #7F0D4D;
}
.BgClassName
{
background-color: #7F0D4D;
}
</style>
border-color css
<style>
span { border-color: #7F0D4D; }
span { border-color: rgb(127,13,77); }
td.TdClassName
{
border-color: #7F0D4D;
}
.TagClassName
{
border-color: #7F0D4D;
}
</style>