Shades of Pompadour #66143D
Tints of Pompadour #66143D
RGB
CMYK
RGB Variations
Color information
#66143D (or 0x66143D) is known color: Pompadour. HEX triplet: 66, 14 and 3D. RGB value is (102,20,61). Sum of RGB (Red+Green+Blue) = 102+20+61=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66143D is #99EBC2. Grayscale: #313131. Windows color (decimal): -10087363 or 4002918. OLE color: 4002918.
HSL color Cylindrical-coordinate representation of color #66143D: hue angle of 330º 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 #66143D is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 61 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.6 |
| HSL | 330º | 0.67% | 0.24% | - |
| HSV(B) | 330º | 0.8% | 0.4% | - |
| XYZ | 6.57 | 3.66 | 4.78 | - |
| YUV | 49.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 61 | 0 | 0.80 | 0.40 | 0.6 | 330 | 0.67 | 0.24 |
| Hex | 66 | 14 | 3D | 0 | 50 | 28 | 3C | 14A | 43 | 18 |
| Octal | 146 | 24 | 75 | 0 | 120 | 50 | 74 | 512 | 103 | 30 |
| Binary | 1100110 | 10100 | 111101 | 0 | 1010000 | 101000 | 111100 | 101001010 | 1000011 | 11000 |
Color Harmonies of #66143D
Complementary color
Monochromatic Colors of #66143D
Black with #66143D
Text Example
Text Example
White with #66143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66143D; }
p { color: rgb(102,20,61); }
H1.HeaderClassName
{
color: #66143D;
}
.AnyTagClassName
{
color: #66143D;
}
</style>
background-color css
<style>
a { background-color: #66143D; }
a { background-color: rgb(102,20,61); }
div.DivClassName
{
background-color: #66143D;
}
.BgClassName
{
background-color: #66143D;
}
</style>
border-color css
<style>
span { border-color: #66143D; }
span { border-color: rgb(102,20,61); }
td.TdClassName
{
border-color: #66143D;
}
.TagClassName
{
border-color: #66143D;
}
</style>