Shades of Pompadour #66174F
Tints of Pompadour #66174F
RGB
CMYK
RGB Variations
Color information
#66174F (or 0x66174F) is known color: Pompadour. HEX triplet: 66, 17 and 4F. RGB value is (102,23,79). Sum of RGB (Red+Green+Blue) = 102+23+79=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #66174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66174F is #99E8B0. Grayscale: #343434. Windows color (decimal): -10086577 or 5183334. OLE color: 5183334.
HSL color Cylindrical-coordinate representation of color #66174F: hue angle of 317.47º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66174F is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 23 | 79 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.6 |
| HSL | 317.47º | 0.63% | 0.25% | - |
| HSV(B) | 317.47º | 0.77% | 0.4% | - |
| XYZ | 7.2 | 4 | 7.79 | - |
| YUV | 53.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 79 | 0 | 0.77 | 0.23 | 0.6 | 317.47 | 0.63 | 0.25 |
| Hex | 66 | 17 | 4F | 0 | 4D | 17 | 3C | 13D | 3F | 19 |
| Octal | 146 | 27 | 117 | 0 | 115 | 27 | 74 | 475 | 77 | 31 |
| Binary | 1100110 | 10111 | 1001111 | 0 | 1001101 | 10111 | 111100 | 100111101 | 111111 | 11001 |
Color Harmonies of #66174F
Complementary color
Monochromatic Colors of #66174F
Black with #66174F
Text Example
Text Example
White with #66174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66174F; }
p { color: rgb(102,23,79); }
H1.HeaderClassName
{
color: #66174F;
}
.AnyTagClassName
{
color: #66174F;
}
</style>
background-color css
<style>
a { background-color: #66174F; }
a { background-color: rgb(102,23,79); }
div.DivClassName
{
background-color: #66174F;
}
.BgClassName
{
background-color: #66174F;
}
</style>
border-color css
<style>
span { border-color: #66174F; }
span { border-color: rgb(102,23,79); }
td.TdClassName
{
border-color: #66174F;
}
.TagClassName
{
border-color: #66174F;
}
</style>