Shades of Pompadour #7F173F
Tints of Pompadour #7F173F
RGB
CMYK
RGB Variations
Color information
#7F173F (or 0x7F173F) is known color: Pompadour. HEX triplet: 7F, 17 and 3F. RGB value is (127,23,63). Sum of RGB (Red+Green+Blue) = 127+23+63=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F173F is #80E8C0. Grayscale: #3A3A3A. Windows color (decimal): -8448193 or 4134783. OLE color: 4134783.
HSL color Cylindrical-coordinate representation of color #7F173F: hue angle of 336.92º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F173F is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 63 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.50 |
| HSL | 336.92º | 0.69% | 0.29% | - |
| HSV(B) | 336.92º | 0.82% | 0.5% | - |
| XYZ | 9.96 | 5.48 | 5.24 | - |
| YUV | 58.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 63 | 0 | 0.82 | 0.50 | 0.50 | 336.92 | 0.69 | 0.29 |
| Hex | 7F | 17 | 3F | 0 | 52 | 32 | 32 | 151 | 45 | 1D |
| Octal | 177 | 27 | 77 | 0 | 122 | 62 | 62 | 521 | 105 | 35 |
| Binary | 1111111 | 10111 | 111111 | 0 | 1010010 | 110010 | 110010 | 101010001 | 1000101 | 11101 |
Color Harmonies of #7F173F
Complementary color
Monochromatic Colors of #7F173F
Black with #7F173F
Text Example
Text Example
White with #7F173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F173F; }
p { color: rgb(127,23,63); }
H1.HeaderClassName
{
color: #7F173F;
}
.AnyTagClassName
{
color: #7F173F;
}
</style>
background-color css
<style>
a { background-color: #7F173F; }
a { background-color: rgb(127,23,63); }
div.DivClassName
{
background-color: #7F173F;
}
.BgClassName
{
background-color: #7F173F;
}
</style>
border-color css
<style>
span { border-color: #7F173F; }
span { border-color: rgb(127,23,63); }
td.TdClassName
{
border-color: #7F173F;
}
.TagClassName
{
border-color: #7F173F;
}
</style>