Shades of Pompadour #66134C
Tints of Pompadour #66134C
RGB
CMYK
RGB Variations
Color information
#66134C (or 0x66134C) is known color: Pompadour. HEX triplet: 66, 13 and 4C. RGB value is (102,19,76). Sum of RGB (Red+Green+Blue) = 102+19+76=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66134C is #99ECB3. Grayscale: #323232. Windows color (decimal): -10087604 or 4985702. OLE color: 4985702.
HSL color Cylindrical-coordinate representation of color #66134C: hue angle of 318.8º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66134C is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 19 | 76 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.6 |
| HSL | 318.8º | 0.69% | 0.24% | - |
| HSV(B) | 318.8º | 0.81% | 0.4% | - |
| XYZ | 7.02 | 3.81 | 7.2 | - |
| YUV | 50.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 76 | 0 | 0.81 | 0.25 | 0.6 | 318.8 | 0.69 | 0.24 |
| Hex | 66 | 13 | 4C | 0 | 51 | 19 | 3C | 13F | 45 | 18 |
| Octal | 146 | 23 | 114 | 0 | 121 | 31 | 74 | 477 | 105 | 30 |
| Binary | 1100110 | 10011 | 1001100 | 0 | 1010001 | 11001 | 111100 | 100111111 | 1000101 | 11000 |
Color Harmonies of #66134C
Complementary color
Monochromatic Colors of #66134C
Black with #66134C
Text Example
Text Example
White with #66134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66134C; }
p { color: rgb(102,19,76); }
H1.HeaderClassName
{
color: #66134C;
}
.AnyTagClassName
{
color: #66134C;
}
</style>
background-color css
<style>
a { background-color: #66134C; }
a { background-color: rgb(102,19,76); }
div.DivClassName
{
background-color: #66134C;
}
.BgClassName
{
background-color: #66134C;
}
</style>
border-color css
<style>
span { border-color: #66134C; }
span { border-color: rgb(102,19,76); }
td.TdClassName
{
border-color: #66134C;
}
.TagClassName
{
border-color: #66134C;
}
</style>