Shades of Pompadour #66143F
Tints of Pompadour #66143F
RGB
CMYK
RGB Variations
Color information
#66143F (or 0x66143F) is known color: Pompadour. HEX triplet: 66, 14 and 3F. RGB value is (102,20,63). Sum of RGB (Red+Green+Blue) = 102+20+63=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66143F is #99EBC0. Grayscale: #313131. Windows color (decimal): -10087361 or 4133990. OLE color: 4133990.
HSL color Cylindrical-coordinate representation of color #66143F: hue angle of 328.54º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66143F is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 63 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.6 |
| HSL | 328.54º | 0.67% | 0.24% | - |
| HSV(B) | 328.54º | 0.8% | 0.4% | - |
| XYZ | 6.63 | 3.68 | 5.06 | - |
| YUV | 49.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 63 | 0 | 0.80 | 0.38 | 0.6 | 328.54 | 0.67 | 0.24 |
| Hex | 66 | 14 | 3F | 0 | 50 | 26 | 3C | 149 | 43 | 18 |
| Octal | 146 | 24 | 77 | 0 | 120 | 46 | 74 | 511 | 103 | 30 |
| Binary | 1100110 | 10100 | 111111 | 0 | 1010000 | 100110 | 111100 | 101001001 | 1000011 | 11000 |
Color Harmonies of #66143F
Complementary color
Monochromatic Colors of #66143F
Black with #66143F
Text Example
Text Example
White with #66143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66143F; }
p { color: rgb(102,20,63); }
H1.HeaderClassName
{
color: #66143F;
}
.AnyTagClassName
{
color: #66143F;
}
</style>
background-color css
<style>
a { background-color: #66143F; }
a { background-color: rgb(102,20,63); }
div.DivClassName
{
background-color: #66143F;
}
.BgClassName
{
background-color: #66143F;
}
</style>
border-color css
<style>
span { border-color: #66143F; }
span { border-color: rgb(102,20,63); }
td.TdClassName
{
border-color: #66143F;
}
.TagClassName
{
border-color: #66143F;
}
</style>