Shades of Pompadour #66134A
Tints of Pompadour #66134A
RGB
CMYK
RGB Variations
Color information
#66134A (or 0x66134A) is known color: Pompadour. HEX triplet: 66, 13 and 4A. RGB value is (102,19,74). Sum of RGB (Red+Green+Blue) = 102+19+74=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66134A is #99ECB5. Grayscale: #313131. Windows color (decimal): -10087606 or 4854630. OLE color: 4854630.
HSL color Cylindrical-coordinate representation of color #66134A: hue angle of 320.24º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66134A is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 19 | 74 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.6 |
| HSL | 320.24º | 0.69% | 0.24% | - |
| HSV(B) | 320.24º | 0.81% | 0.4% | - |
| XYZ | 6.95 | 3.78 | 6.84 | - |
| YUV | 50.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 74 | 0 | 0.81 | 0.27 | 0.6 | 320.24 | 0.69 | 0.24 |
| Hex | 66 | 13 | 4A | 0 | 51 | 1B | 3C | 140 | 45 | 18 |
| Octal | 146 | 23 | 112 | 0 | 121 | 33 | 74 | 500 | 105 | 30 |
| Binary | 1100110 | 10011 | 1001010 | 0 | 1010001 | 11011 | 111100 | 101000000 | 1000101 | 11000 |
Color Harmonies of #66134A
Complementary color
Monochromatic Colors of #66134A
Black with #66134A
Text Example
Text Example
White with #66134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66134A; }
p { color: rgb(102,19,74); }
H1.HeaderClassName
{
color: #66134A;
}
.AnyTagClassName
{
color: #66134A;
}
</style>
background-color css
<style>
a { background-color: #66134A; }
a { background-color: rgb(102,19,74); }
div.DivClassName
{
background-color: #66134A;
}
.BgClassName
{
background-color: #66134A;
}
</style>
border-color css
<style>
span { border-color: #66134A; }
span { border-color: rgb(102,19,74); }
td.TdClassName
{
border-color: #66134A;
}
.TagClassName
{
border-color: #66134A;
}
</style>