Shades of Pompadour #66174D
Tints of Pompadour #66174D
RGB
CMYK
RGB Variations
Color information
#66174D (or 0x66174D) is known color: Pompadour. HEX triplet: 66, 17 and 4D. RGB value is (102,23,77). Sum of RGB (Red+Green+Blue) = 102+23+77=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66174D is #99E8B2. Grayscale: #343434. Windows color (decimal): -10086579 or 5052262. OLE color: 5052262.
HSL color Cylindrical-coordinate representation of color #66174D: hue angle of 318.99º 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 #66174D is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 23 | 77 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.6 |
| HSL | 318.99º | 0.63% | 0.25% | - |
| HSV(B) | 318.99º | 0.77% | 0.4% | - |
| XYZ | 7.13 | 3.97 | 7.41 | - |
| YUV | 52.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 77 | 0 | 0.77 | 0.25 | 0.6 | 318.99 | 0.63 | 0.25 |
| Hex | 66 | 17 | 4D | 0 | 4D | 19 | 3C | 13F | 3F | 19 |
| Octal | 146 | 27 | 115 | 0 | 115 | 31 | 74 | 477 | 77 | 31 |
| Binary | 1100110 | 10111 | 1001101 | 0 | 1001101 | 11001 | 111100 | 100111111 | 111111 | 11001 |
Color Harmonies of #66174D
Complementary color
Monochromatic Colors of #66174D
Black with #66174D
Text Example
Text Example
White with #66174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66174D; }
p { color: rgb(102,23,77); }
H1.HeaderClassName
{
color: #66174D;
}
.AnyTagClassName
{
color: #66174D;
}
</style>
background-color css
<style>
a { background-color: #66174D; }
a { background-color: rgb(102,23,77); }
div.DivClassName
{
background-color: #66174D;
}
.BgClassName
{
background-color: #66174D;
}
</style>
border-color css
<style>
span { border-color: #66174D; }
span { border-color: rgb(102,23,77); }
td.TdClassName
{
border-color: #66174D;
}
.TagClassName
{
border-color: #66174D;
}
</style>