Shades of Pompadour #66244F
Tints of Pompadour #66244F
RGB
CMYK
RGB Variations
Color information
#66244F (or 0x66244F) is known color: Pompadour. HEX triplet: 66, 24 and 4F. RGB value is (102,36,79). Sum of RGB (Red+Green+Blue) = 102+36+79=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66244F is #99DBB0. Grayscale: #3C3C3C. Windows color (decimal): -10083249 or 5186662. OLE color: 5186662.
HSL color Cylindrical-coordinate representation of color #66244F: hue angle of 320.91º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66244F is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 36 | 79 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.6 |
| HSL | 320.91º | 0.48% | 0.27% | - |
| HSV(B) | 320.91º | 0.65% | 0.4% | - |
| XYZ | 7.52 | 4.65 | 7.9 | - |
| YUV | 60.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 79 | 0 | 0.65 | 0.23 | 0.6 | 320.91 | 0.48 | 0.27 |
| Hex | 66 | 24 | 4F | 0 | 41 | 17 | 3C | 141 | 30 | 1B |
| Octal | 146 | 44 | 117 | 0 | 101 | 27 | 74 | 501 | 60 | 33 |
| Binary | 1100110 | 100100 | 1001111 | 0 | 1000001 | 10111 | 111100 | 101000001 | 110000 | 11011 |
Color Harmonies of #66244F
Complementary color
Monochromatic Colors of #66244F
Black with #66244F
Text Example
Text Example
White with #66244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66244F; }
p { color: rgb(102,36,79); }
H1.HeaderClassName
{
color: #66244F;
}
.AnyTagClassName
{
color: #66244F;
}
</style>
background-color css
<style>
a { background-color: #66244F; }
a { background-color: rgb(102,36,79); }
div.DivClassName
{
background-color: #66244F;
}
.BgClassName
{
background-color: #66244F;
}
</style>
border-color css
<style>
span { border-color: #66244F; }
span { border-color: rgb(102,36,79); }
td.TdClassName
{
border-color: #66244F;
}
.TagClassName
{
border-color: #66244F;
}
</style>