Shades of Pompadour #66123C
Tints of Pompadour #66123C
RGB
CMYK
RGB Variations
Color information
#66123C (or 0x66123C) is known color: Pompadour. HEX triplet: 66, 12 and 3C. RGB value is (102,18,60). Sum of RGB (Red+Green+Blue) = 102+18+60=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66123C is #99EDC3. Grayscale: #2F2F2F. Windows color (decimal): -10087876 or 3936870. OLE color: 3936870.
HSL color Cylindrical-coordinate representation of color #66123C: hue angle of 330º 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 #66123C is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 18 | 60 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.6 |
| HSL | 330º | 0.7% | 0.24% | - |
| HSV(B) | 330º | 0.82% | 0.4% | - |
| XYZ | 6.51 | 3.58 | 4.62 | - |
| YUV | 47.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 60 | 0 | 0.82 | 0.41 | 0.6 | 330 | 0.7 | 0.24 |
| Hex | 66 | 12 | 3C | 0 | 52 | 29 | 3C | 14A | 46 | 18 |
| Octal | 146 | 22 | 74 | 0 | 122 | 51 | 74 | 512 | 106 | 30 |
| Binary | 1100110 | 10010 | 111100 | 0 | 1010010 | 101001 | 111100 | 101001010 | 1000110 | 11000 |
Color Harmonies of #66123C
Complementary color
Monochromatic Colors of #66123C
Black with #66123C
Text Example
Text Example
White with #66123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66123C; }
p { color: rgb(102,18,60); }
H1.HeaderClassName
{
color: #66123C;
}
.AnyTagClassName
{
color: #66123C;
}
</style>
background-color css
<style>
a { background-color: #66123C; }
a { background-color: rgb(102,18,60); }
div.DivClassName
{
background-color: #66123C;
}
.BgClassName
{
background-color: #66123C;
}
</style>
border-color css
<style>
span { border-color: #66123C; }
span { border-color: rgb(102,18,60); }
td.TdClassName
{
border-color: #66123C;
}
.TagClassName
{
border-color: #66123C;
}
</style>