Shades of Pompadour #66153D
Tints of Pompadour #66153D
RGB
CMYK
RGB Variations
Color information
#66153D (or 0x66153D) is known color: Pompadour. HEX triplet: 66, 15 and 3D. RGB value is (102,21,61). Sum of RGB (Red+Green+Blue) = 102+21+61=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66153D is #99EAC2. Grayscale: #313131. Windows color (decimal): -10087107 or 4003174. OLE color: 4003174.
HSL color Cylindrical-coordinate representation of color #66153D: hue angle of 330.37º 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 #66153D is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 21 | 61 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.6 |
| HSL | 330.37º | 0.66% | 0.24% | - |
| HSV(B) | 330.37º | 0.79% | 0.4% | - |
| XYZ | 6.59 | 3.7 | 4.78 | - |
| YUV | 49.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 21 | 61 | 0 | 0.79 | 0.40 | 0.6 | 330.37 | 0.66 | 0.24 |
| Hex | 66 | 15 | 3D | 0 | 4F | 28 | 3C | 14A | 42 | 18 |
| Octal | 146 | 25 | 75 | 0 | 117 | 50 | 74 | 512 | 102 | 30 |
| Binary | 1100110 | 10101 | 111101 | 0 | 1001111 | 101000 | 111100 | 101001010 | 1000010 | 11000 |
Color Harmonies of #66153D
Complementary color
Monochromatic Colors of #66153D
Black with #66153D
Text Example
Text Example
White with #66153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66153D; }
p { color: rgb(102,21,61); }
H1.HeaderClassName
{
color: #66153D;
}
.AnyTagClassName
{
color: #66153D;
}
</style>
background-color css
<style>
a { background-color: #66153D; }
a { background-color: rgb(102,21,61); }
div.DivClassName
{
background-color: #66153D;
}
.BgClassName
{
background-color: #66153D;
}
</style>
border-color css
<style>
span { border-color: #66153D; }
span { border-color: rgb(102,21,61); }
td.TdClassName
{
border-color: #66153D;
}
.TagClassName
{
border-color: #66153D;
}
</style>