Shades of Pompadour #66234E
Tints of Pompadour #66234E
RGB
CMYK
RGB Variations
Color information
#66234E (or 0x66234E) is known color: Pompadour. HEX triplet: 66, 23 and 4E. RGB value is (102,35,78). Sum of RGB (Red+Green+Blue) = 102+35+78=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66234E is #99DCB1. Grayscale: #3B3B3B. Windows color (decimal): -10083506 or 5120870. OLE color: 5120870.
HSL color Cylindrical-coordinate representation of color #66234E: hue angle of 321.49º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66234E is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 35 | 78 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.6 |
| HSL | 321.49º | 0.49% | 0.27% | - |
| HSV(B) | 321.49º | 0.66% | 0.4% | - |
| XYZ | 7.46 | 4.58 | 7.7 | - |
| YUV | 59.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 35 | 78 | 0 | 0.66 | 0.24 | 0.6 | 321.49 | 0.49 | 0.27 |
| Hex | 66 | 23 | 4E | 0 | 42 | 18 | 3C | 141 | 31 | 1B |
| Octal | 146 | 43 | 116 | 0 | 102 | 30 | 74 | 501 | 61 | 33 |
| Binary | 1100110 | 100011 | 1001110 | 0 | 1000010 | 11000 | 111100 | 101000001 | 110001 | 11011 |
Color Harmonies of #66234E
Complementary color
Monochromatic Colors of #66234E
Black with #66234E
Text Example
Text Example
White with #66234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66234E; }
p { color: rgb(102,35,78); }
H1.HeaderClassName
{
color: #66234E;
}
.AnyTagClassName
{
color: #66234E;
}
</style>
background-color css
<style>
a { background-color: #66234E; }
a { background-color: rgb(102,35,78); }
div.DivClassName
{
background-color: #66234E;
}
.BgClassName
{
background-color: #66234E;
}
</style>
border-color css
<style>
span { border-color: #66234E; }
span { border-color: rgb(102,35,78); }
td.TdClassName
{
border-color: #66234E;
}
.TagClassName
{
border-color: #66234E;
}
</style>