Shades of Pompadour #7F134B
Tints of Pompadour #7F134B
RGB
CMYK
RGB Variations
Color information
#7F134B (or 0x7F134B) is known color: Pompadour. HEX triplet: 7F, 13 and 4B. RGB value is (127,19,75). Sum of RGB (Red+Green+Blue) = 127+19+75=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F134B is #80ECB4. Grayscale: #393939. Windows color (decimal): -8449205 or 4920191. OLE color: 4920191.
HSL color Cylindrical-coordinate representation of color #7F134B: hue angle of 328.89º 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 #7F134B is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 19 | 75 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.50 |
| HSL | 328.89º | 0.74% | 0.29% | - |
| HSV(B) | 328.89º | 0.85% | 0.5% | - |
| XYZ | 10.26 | 5.49 | 7.17 | - |
| YUV | 57.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 75 | 0 | 0.85 | 0.41 | 0.50 | 328.89 | 0.74 | 0.29 |
| Hex | 7F | 13 | 4B | 0 | 55 | 29 | 32 | 149 | 4A | 1D |
| Octal | 177 | 23 | 113 | 0 | 125 | 51 | 62 | 511 | 112 | 35 |
| Binary | 1111111 | 10011 | 1001011 | 0 | 1010101 | 101001 | 110010 | 101001001 | 1001010 | 11101 |
Color Harmonies of #7F134B
Complementary color
Monochromatic Colors of #7F134B
Black with #7F134B
Text Example
Text Example
White with #7F134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F134B; }
p { color: rgb(127,19,75); }
H1.HeaderClassName
{
color: #7F134B;
}
.AnyTagClassName
{
color: #7F134B;
}
</style>
background-color css
<style>
a { background-color: #7F134B; }
a { background-color: rgb(127,19,75); }
div.DivClassName
{
background-color: #7F134B;
}
.BgClassName
{
background-color: #7F134B;
}
</style>
border-color css
<style>
span { border-color: #7F134B; }
span { border-color: rgb(127,19,75); }
td.TdClassName
{
border-color: #7F134B;
}
.TagClassName
{
border-color: #7F134B;
}
</style>