Shades of Pompadour #66144D
Tints of Pompadour #66144D
RGB
CMYK
RGB Variations
Color information
#66144D (or 0x66144D) is known color: Pompadour. HEX triplet: 66, 14 and 4D. RGB value is (102,20,77). Sum of RGB (Red+Green+Blue) = 102+20+77=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66144D is #99EBB2. Grayscale: #323232. Windows color (decimal): -10087347 or 5051494. OLE color: 5051494.
HSL color Cylindrical-coordinate representation of color #66144D: hue angle of 318.29º 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 #66144D is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 77 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.6 |
| HSL | 318.29º | 0.67% | 0.24% | - |
| HSV(B) | 318.29º | 0.8% | 0.4% | - |
| XYZ | 7.07 | 3.86 | 7.39 | - |
| YUV | 51.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 77 | 0 | 0.80 | 0.25 | 0.6 | 318.29 | 0.67 | 0.24 |
| Hex | 66 | 14 | 4D | 0 | 50 | 19 | 3C | 13E | 43 | 18 |
| Octal | 146 | 24 | 115 | 0 | 120 | 31 | 74 | 476 | 103 | 30 |
| Binary | 1100110 | 10100 | 1001101 | 0 | 1010000 | 11001 | 111100 | 100111110 | 1000011 | 11000 |
Color Harmonies of #66144D
Complementary color
Monochromatic Colors of #66144D
Black with #66144D
Text Example
Text Example
White with #66144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66144D; }
p { color: rgb(102,20,77); }
H1.HeaderClassName
{
color: #66144D;
}
.AnyTagClassName
{
color: #66144D;
}
</style>
background-color css
<style>
a { background-color: #66144D; }
a { background-color: rgb(102,20,77); }
div.DivClassName
{
background-color: #66144D;
}
.BgClassName
{
background-color: #66144D;
}
</style>
border-color css
<style>
span { border-color: #66144D; }
span { border-color: rgb(102,20,77); }
td.TdClassName
{
border-color: #66144D;
}
.TagClassName
{
border-color: #66144D;
}
</style>