Shades of Pompadour #66254B
Tints of Pompadour #66254B
RGB
CMYK
RGB Variations
Color information
#66254B (or 0x66254B) is known color: Pompadour. HEX triplet: 66, 25 and 4B. RGB value is (102,37,75). Sum of RGB (Red+Green+Blue) = 102+37+75=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66254B is #99DAB4. Grayscale: #3C3C3C. Windows color (decimal): -10082997 or 4924774. OLE color: 4924774.
HSL color Cylindrical-coordinate representation of color #66254B: hue angle of 324.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66254B is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 37 | 75 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.6 |
| HSL | 324.92º | 0.47% | 0.27% | - |
| HSV(B) | 324.92º | 0.64% | 0.4% | - |
| XYZ | 7.41 | 4.66 | 7.16 | - |
| YUV | 60.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 75 | 0 | 0.64 | 0.26 | 0.6 | 324.92 | 0.47 | 0.27 |
| Hex | 66 | 25 | 4B | 0 | 40 | 1A | 3C | 145 | 2F | 1B |
| Octal | 146 | 45 | 113 | 0 | 100 | 32 | 74 | 505 | 57 | 33 |
| Binary | 1100110 | 100101 | 1001011 | 0 | 1000000 | 11010 | 111100 | 101000101 | 101111 | 11011 |
Color Harmonies of #66254B
Complementary color
Monochromatic Colors of #66254B
Black with #66254B
Text Example
Text Example
White with #66254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66254B; }
p { color: rgb(102,37,75); }
H1.HeaderClassName
{
color: #66254B;
}
.AnyTagClassName
{
color: #66254B;
}
</style>
background-color css
<style>
a { background-color: #66254B; }
a { background-color: rgb(102,37,75); }
div.DivClassName
{
background-color: #66254B;
}
.BgClassName
{
background-color: #66254B;
}
</style>
border-color css
<style>
span { border-color: #66254B; }
span { border-color: rgb(102,37,75); }
td.TdClassName
{
border-color: #66254B;
}
.TagClassName
{
border-color: #66254B;
}
</style>