Shades of Pompadour #66123B
Tints of Pompadour #66123B
RGB
CMYK
RGB Variations
Color information
#66123B (or 0x66123B) is known color: Pompadour. HEX triplet: 66, 12 and 3B. RGB value is (102,18,59). Sum of RGB (Red+Green+Blue) = 102+18+59=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #66123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66123B is #99EDC4. Grayscale: #2F2F2F. Windows color (decimal): -10087877 or 3871334. OLE color: 3871334.
HSL color Cylindrical-coordinate representation of color #66123B: hue angle of 330.71º 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 #66123B is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 18 | 59 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.6 |
| HSL | 330.71º | 0.7% | 0.24% | - |
| HSV(B) | 330.71º | 0.82% | 0.4% | - |
| XYZ | 6.49 | 3.57 | 4.49 | - |
| YUV | 47.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 59 | 0 | 0.82 | 0.42 | 0.6 | 330.71 | 0.7 | 0.24 |
| Hex | 66 | 12 | 3B | 0 | 52 | 2A | 3C | 14B | 46 | 18 |
| Octal | 146 | 22 | 73 | 0 | 122 | 52 | 74 | 513 | 106 | 30 |
| Binary | 1100110 | 10010 | 111011 | 0 | 1010010 | 101010 | 111100 | 101001011 | 1000110 | 11000 |
Color Harmonies of #66123B
Complementary color
Monochromatic Colors of #66123B
Black with #66123B
Text Example
Text Example
White with #66123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66123B; }
p { color: rgb(102,18,59); }
H1.HeaderClassName
{
color: #66123B;
}
.AnyTagClassName
{
color: #66123B;
}
</style>
background-color css
<style>
a { background-color: #66123B; }
a { background-color: rgb(102,18,59); }
div.DivClassName
{
background-color: #66123B;
}
.BgClassName
{
background-color: #66123B;
}
</style>
border-color css
<style>
span { border-color: #66123B; }
span { border-color: rgb(102,18,59); }
td.TdClassName
{
border-color: #66123B;
}
.TagClassName
{
border-color: #66123B;
}
</style>