Shades of Pompadour #66284B
Tints of Pompadour #66284B
RGB
CMYK
RGB Variations
Color information
#66284B (or 0x66284B) is known color: Pompadour. HEX triplet: 66, 28 and 4B. RGB value is (102,40,75). Sum of RGB (Red+Green+Blue) = 102+40+75=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66284B is #99D7B4. Grayscale: #3E3E3E. Windows color (decimal): -10082229 or 4925542. OLE color: 4925542.
HSL color Cylindrical-coordinate representation of color #66284B: hue angle of 326.13º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66284B is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 75 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.6 |
| HSL | 326.13º | 0.44% | 0.28% | - |
| HSV(B) | 326.13º | 0.61% | 0.4% | - |
| XYZ | 7.51 | 4.85 | 7.2 | - |
| YUV | 62.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 75 | 0 | 0.61 | 0.26 | 0.6 | 326.13 | 0.44 | 0.28 |
| Hex | 66 | 28 | 4B | 0 | 3D | 1A | 3C | 146 | 2C | 1C |
| Octal | 146 | 50 | 113 | 0 | 75 | 32 | 74 | 506 | 54 | 34 |
| Binary | 1100110 | 101000 | 1001011 | 0 | 111101 | 11010 | 111100 | 101000110 | 101100 | 11100 |
Color Harmonies of #66284B
Complementary color
Monochromatic Colors of #66284B
Black with #66284B
Text Example
Text Example
White with #66284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66284B; }
p { color: rgb(102,40,75); }
H1.HeaderClassName
{
color: #66284B;
}
.AnyTagClassName
{
color: #66284B;
}
</style>
background-color css
<style>
a { background-color: #66284B; }
a { background-color: rgb(102,40,75); }
div.DivClassName
{
background-color: #66284B;
}
.BgClassName
{
background-color: #66284B;
}
</style>
border-color css
<style>
span { border-color: #66284B; }
span { border-color: rgb(102,40,75); }
td.TdClassName
{
border-color: #66284B;
}
.TagClassName
{
border-color: #66284B;
}
</style>