Shades of Pompadour #66123D
Tints of Pompadour #66123D
RGB
CMYK
RGB Variations
Color information
#66123D (or 0x66123D) is known color: Pompadour. HEX triplet: 66, 12 and 3D. RGB value is (102,18,61). Sum of RGB (Red+Green+Blue) = 102+18+61=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66123D is #99EDC2. Grayscale: #2F2F2F. Windows color (decimal): -10087875 or 4002406. OLE color: 4002406.
HSL color Cylindrical-coordinate representation of color #66123D: hue angle of 329.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66123D is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 18 | 61 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.6 |
| HSL | 329.29º | 0.7% | 0.24% | - |
| HSV(B) | 329.29º | 0.82% | 0.4% | - |
| XYZ | 6.54 | 3.59 | 4.76 | - |
| YUV | 48.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 61 | 0 | 0.82 | 0.40 | 0.6 | 329.29 | 0.7 | 0.24 |
| Hex | 66 | 12 | 3D | 0 | 52 | 28 | 3C | 149 | 46 | 18 |
| Octal | 146 | 22 | 75 | 0 | 122 | 50 | 74 | 511 | 106 | 30 |
| Binary | 1100110 | 10010 | 111101 | 0 | 1010010 | 101000 | 111100 | 101001001 | 1000110 | 11000 |
Color Harmonies of #66123D
Complementary color
Monochromatic Colors of #66123D
Black with #66123D
Text Example
Text Example
White with #66123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66123D; }
p { color: rgb(102,18,61); }
H1.HeaderClassName
{
color: #66123D;
}
.AnyTagClassName
{
color: #66123D;
}
</style>
background-color css
<style>
a { background-color: #66123D; }
a { background-color: rgb(102,18,61); }
div.DivClassName
{
background-color: #66123D;
}
.BgClassName
{
background-color: #66123D;
}
</style>
border-color css
<style>
span { border-color: #66123D; }
span { border-color: rgb(102,18,61); }
td.TdClassName
{
border-color: #66123D;
}
.TagClassName
{
border-color: #66123D;
}
</style>