Shades of Pompadour #66304D
Tints of Pompadour #66304D
RGB
CMYK
RGB Variations
Color information
#66304D (or 0x66304D) is known color: Pompadour. HEX triplet: 66, 30 and 4D. RGB value is (102,48,77). Sum of RGB (Red+Green+Blue) = 102+48+77=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #66304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66304D is #99CFB2. Grayscale: #434343. Windows color (decimal): -10080179 or 5058662. OLE color: 5058662.
HSL color Cylindrical-coordinate representation of color #66304D: hue angle of 327.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66304D is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 77 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.6 |
| HSL | 327.78º | 0.36% | 0.29% | - |
| HSV(B) | 327.78º | 0.53% | 0.4% | - |
| XYZ | 7.88 | 5.47 | 7.66 | - |
| YUV | 67.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 77 | 0 | 0.53 | 0.25 | 0.6 | 327.78 | 0.36 | 0.29 |
| Hex | 66 | 30 | 4D | 0 | 35 | 19 | 3C | 148 | 24 | 1D |
| Octal | 146 | 60 | 115 | 0 | 65 | 31 | 74 | 510 | 44 | 35 |
| Binary | 1100110 | 110000 | 1001101 | 0 | 110101 | 11001 | 111100 | 101001000 | 100100 | 11101 |
Color Harmonies of #66304D
Complementary color
Monochromatic Colors of #66304D
Black with #66304D
Text Example
Text Example
White with #66304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66304D; }
p { color: rgb(102,48,77); }
H1.HeaderClassName
{
color: #66304D;
}
.AnyTagClassName
{
color: #66304D;
}
</style>
background-color css
<style>
a { background-color: #66304D; }
a { background-color: rgb(102,48,77); }
div.DivClassName
{
background-color: #66304D;
}
.BgClassName
{
background-color: #66304D;
}
</style>
border-color css
<style>
span { border-color: #66304D; }
span { border-color: rgb(102,48,77); }
td.TdClassName
{
border-color: #66304D;
}
.TagClassName
{
border-color: #66304D;
}
</style>