Shades of Pompadour #66144A
Tints of Pompadour #66144A
RGB
CMYK
RGB Variations
Color information
#66144A (or 0x66144A) is known color: Pompadour. HEX triplet: 66, 14 and 4A. RGB value is (102,20,74). Sum of RGB (Red+Green+Blue) = 102+20+74=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66144A is #99EBB5. Grayscale: #323232. Windows color (decimal): -10087350 or 4854886. OLE color: 4854886.
HSL color Cylindrical-coordinate representation of color #66144A: hue angle of 320.49º 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 #66144A is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 74 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.6 |
| HSL | 320.49º | 0.67% | 0.24% | - |
| HSV(B) | 320.49º | 0.8% | 0.4% | - |
| XYZ | 6.97 | 3.82 | 6.85 | - |
| YUV | 50.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 74 | 0 | 0.80 | 0.27 | 0.6 | 320.49 | 0.67 | 0.24 |
| Hex | 66 | 14 | 4A | 0 | 50 | 1B | 3C | 140 | 43 | 18 |
| Octal | 146 | 24 | 112 | 0 | 120 | 33 | 74 | 500 | 103 | 30 |
| Binary | 1100110 | 10100 | 1001010 | 0 | 1010000 | 11011 | 111100 | 101000000 | 1000011 | 11000 |
Color Harmonies of #66144A
Complementary color
Monochromatic Colors of #66144A
Black with #66144A
Text Example
Text Example
White with #66144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66144A; }
p { color: rgb(102,20,74); }
H1.HeaderClassName
{
color: #66144A;
}
.AnyTagClassName
{
color: #66144A;
}
</style>
background-color css
<style>
a { background-color: #66144A; }
a { background-color: rgb(102,20,74); }
div.DivClassName
{
background-color: #66144A;
}
.BgClassName
{
background-color: #66144A;
}
</style>
border-color css
<style>
span { border-color: #66144A; }
span { border-color: rgb(102,20,74); }
td.TdClassName
{
border-color: #66144A;
}
.TagClassName
{
border-color: #66144A;
}
</style>