Shades of Pompadour #7F153D
Tints of Pompadour #7F153D
RGB
CMYK
RGB Variations
Color information
#7F153D (or 0x7F153D) is known color: Pompadour. HEX triplet: 7F, 15 and 3D. RGB value is (127,21,61). Sum of RGB (Red+Green+Blue) = 127+21+61=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F153D is #80EAC2. Grayscale: #393939. Windows color (decimal): -8448707 or 4003199. OLE color: 4003199.
HSL color Cylindrical-coordinate representation of color #7F153D: hue angle of 337.36º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F153D is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 61 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.50 |
| HSL | 337.36º | 0.72% | 0.29% | - |
| HSV(B) | 337.36º | 0.83% | 0.5% | - |
| XYZ | 9.86 | 5.39 | 4.93 | - |
| YUV | 57.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 61 | 0 | 0.83 | 0.52 | 0.50 | 337.36 | 0.72 | 0.29 |
| Hex | 7F | 15 | 3D | 0 | 53 | 34 | 32 | 151 | 48 | 1D |
| Octal | 177 | 25 | 75 | 0 | 123 | 64 | 62 | 521 | 110 | 35 |
| Binary | 1111111 | 10101 | 111101 | 0 | 1010011 | 110100 | 110010 | 101010001 | 1001000 | 11101 |
Color Harmonies of #7F153D
Complementary color
Monochromatic Colors of #7F153D
Black with #7F153D
Text Example
Text Example
White with #7F153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F153D; }
p { color: rgb(127,21,61); }
H1.HeaderClassName
{
color: #7F153D;
}
.AnyTagClassName
{
color: #7F153D;
}
</style>
background-color css
<style>
a { background-color: #7F153D; }
a { background-color: rgb(127,21,61); }
div.DivClassName
{
background-color: #7F153D;
}
.BgClassName
{
background-color: #7F153D;
}
</style>
border-color css
<style>
span { border-color: #7F153D; }
span { border-color: rgb(127,21,61); }
td.TdClassName
{
border-color: #7F153D;
}
.TagClassName
{
border-color: #7F153D;
}
</style>