Shades of Pompadour #7F134D
Tints of Pompadour #7F134D
RGB
CMYK
RGB Variations
Color information
#7F134D (or 0x7F134D) is known color: Pompadour. HEX triplet: 7F, 13 and 4D. RGB value is (127,19,77). Sum of RGB (Red+Green+Blue) = 127+19+77=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F134D is #80ECB2. Grayscale: #393939. Windows color (decimal): -8449203 or 5051263. OLE color: 5051263.
HSL color Cylindrical-coordinate representation of color #7F134D: hue angle of 327.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F134D is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 19 | 77 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.50 |
| HSL | 327.78º | 0.74% | 0.29% | - |
| HSV(B) | 327.78º | 0.85% | 0.5% | - |
| XYZ | 10.32 | 5.51 | 7.54 | - |
| YUV | 57.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 77 | 0 | 0.85 | 0.39 | 0.50 | 327.78 | 0.74 | 0.29 |
| Hex | 7F | 13 | 4D | 0 | 55 | 27 | 32 | 148 | 4A | 1D |
| Octal | 177 | 23 | 115 | 0 | 125 | 47 | 62 | 510 | 112 | 35 |
| Binary | 1111111 | 10011 | 1001101 | 0 | 1010101 | 100111 | 110010 | 101001000 | 1001010 | 11101 |
Color Harmonies of #7F134D
Complementary color
Monochromatic Colors of #7F134D
Black with #7F134D
Text Example
Text Example
White with #7F134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F134D; }
p { color: rgb(127,19,77); }
H1.HeaderClassName
{
color: #7F134D;
}
.AnyTagClassName
{
color: #7F134D;
}
</style>
background-color css
<style>
a { background-color: #7F134D; }
a { background-color: rgb(127,19,77); }
div.DivClassName
{
background-color: #7F134D;
}
.BgClassName
{
background-color: #7F134D;
}
</style>
border-color css
<style>
span { border-color: #7F134D; }
span { border-color: rgb(127,19,77); }
td.TdClassName
{
border-color: #7F134D;
}
.TagClassName
{
border-color: #7F134D;
}
</style>