Shades of Pompadour #7F143D
Tints of Pompadour #7F143D
RGB
CMYK
RGB Variations
Color information
#7F143D (or 0x7F143D) is known color: Pompadour. HEX triplet: 7F, 14 and 3D. RGB value is (127,20,61). Sum of RGB (Red+Green+Blue) = 127+20+61=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F143D is #80EBC2. Grayscale: #383838. Windows color (decimal): -8448963 or 4002943. OLE color: 4002943.
HSL color Cylindrical-coordinate representation of color #7F143D: hue angle of 337.01º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F143D is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 61 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.50 |
| HSL | 337.01º | 0.73% | 0.29% | - |
| HSV(B) | 337.01º | 0.84% | 0.5% | - |
| XYZ | 9.84 | 5.35 | 4.93 | - |
| YUV | 56.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 61 | 0 | 0.84 | 0.52 | 0.50 | 337.01 | 0.73 | 0.29 |
| Hex | 7F | 14 | 3D | 0 | 54 | 34 | 32 | 151 | 49 | 1D |
| Octal | 177 | 24 | 75 | 0 | 124 | 64 | 62 | 521 | 111 | 35 |
| Binary | 1111111 | 10100 | 111101 | 0 | 1010100 | 110100 | 110010 | 101010001 | 1001001 | 11101 |
Color Harmonies of #7F143D
Complementary color
Monochromatic Colors of #7F143D
Black with #7F143D
Text Example
Text Example
White with #7F143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F143D; }
p { color: rgb(127,20,61); }
H1.HeaderClassName
{
color: #7F143D;
}
.AnyTagClassName
{
color: #7F143D;
}
</style>
background-color css
<style>
a { background-color: #7F143D; }
a { background-color: rgb(127,20,61); }
div.DivClassName
{
background-color: #7F143D;
}
.BgClassName
{
background-color: #7F143D;
}
</style>
border-color css
<style>
span { border-color: #7F143D; }
span { border-color: rgb(127,20,61); }
td.TdClassName
{
border-color: #7F143D;
}
.TagClassName
{
border-color: #7F143D;
}
</style>