Shades of Pompadour #66234F
Tints of Pompadour #66234F
RGB
CMYK
RGB Variations
Color information
#66234F (or 0x66234F) is known color: Pompadour. HEX triplet: 66, 23 and 4F. RGB value is (102,35,79). Sum of RGB (Red+Green+Blue) = 102+35+79=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66234F is #99DCB0. Grayscale: #3B3B3B. Windows color (decimal): -10083505 or 5186406. OLE color: 5186406.
HSL color Cylindrical-coordinate representation of color #66234F: hue angle of 320.6º 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 #66234F is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 35 | 79 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.6 |
| HSL | 320.6º | 0.49% | 0.27% | - |
| HSV(B) | 320.6º | 0.66% | 0.4% | - |
| XYZ | 7.49 | 4.59 | 7.89 | - |
| YUV | 60.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 35 | 79 | 0 | 0.66 | 0.23 | 0.6 | 320.6 | 0.49 | 0.27 |
| Hex | 66 | 23 | 4F | 0 | 42 | 17 | 3C | 141 | 31 | 1B |
| Octal | 146 | 43 | 117 | 0 | 102 | 27 | 74 | 501 | 61 | 33 |
| Binary | 1100110 | 100011 | 1001111 | 0 | 1000010 | 10111 | 111100 | 101000001 | 110001 | 11011 |
Color Harmonies of #66234F
Complementary color
Monochromatic Colors of #66234F
Black with #66234F
Text Example
Text Example
White with #66234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66234F; }
p { color: rgb(102,35,79); }
H1.HeaderClassName
{
color: #66234F;
}
.AnyTagClassName
{
color: #66234F;
}
</style>
background-color css
<style>
a { background-color: #66234F; }
a { background-color: rgb(102,35,79); }
div.DivClassName
{
background-color: #66234F;
}
.BgClassName
{
background-color: #66234F;
}
</style>
border-color css
<style>
span { border-color: #66234F; }
span { border-color: rgb(102,35,79); }
td.TdClassName
{
border-color: #66234F;
}
.TagClassName
{
border-color: #66234F;
}
</style>