Shades of Pompadour #66153F
Tints of Pompadour #66153F
RGB
CMYK
RGB Variations
Color information
#66153F (or 0x66153F) is known color: Pompadour. HEX triplet: 66, 15 and 3F. RGB value is (102,21,63). Sum of RGB (Red+Green+Blue) = 102+21+63=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66153F is #99EAC0. Grayscale: #313131. Windows color (decimal): -10087105 or 4134246. OLE color: 4134246.
HSL color Cylindrical-coordinate representation of color #66153F: hue angle of 328.89º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66153F is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 21 | 63 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.6 |
| HSL | 328.89º | 0.66% | 0.24% | - |
| HSV(B) | 328.89º | 0.79% | 0.4% | - |
| XYZ | 6.64 | 3.72 | 5.07 | - |
| YUV | 50.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 21 | 63 | 0 | 0.79 | 0.38 | 0.6 | 328.89 | 0.66 | 0.24 |
| Hex | 66 | 15 | 3F | 0 | 4F | 26 | 3C | 149 | 42 | 18 |
| Octal | 146 | 25 | 77 | 0 | 117 | 46 | 74 | 511 | 102 | 30 |
| Binary | 1100110 | 10101 | 111111 | 0 | 1001111 | 100110 | 111100 | 101001001 | 1000010 | 11000 |
Color Harmonies of #66153F
Complementary color
Monochromatic Colors of #66153F
Black with #66153F
Text Example
Text Example
White with #66153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66153F; }
p { color: rgb(102,21,63); }
H1.HeaderClassName
{
color: #66153F;
}
.AnyTagClassName
{
color: #66153F;
}
</style>
background-color css
<style>
a { background-color: #66153F; }
a { background-color: rgb(102,21,63); }
div.DivClassName
{
background-color: #66153F;
}
.BgClassName
{
background-color: #66153F;
}
</style>
border-color css
<style>
span { border-color: #66153F; }
span { border-color: rgb(102,21,63); }
td.TdClassName
{
border-color: #66153F;
}
.TagClassName
{
border-color: #66153F;
}
</style>