Shades of Pompadour #66183B
Tints of Pompadour #66183B
RGB
CMYK
RGB Variations
Color information
#66183B (or 0x66183B) is known color: Pompadour. HEX triplet: 66, 18 and 3B. RGB value is (102,24,59). Sum of RGB (Red+Green+Blue) = 102+24+59=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66183B is #99E7C4. Grayscale: #333333. Windows color (decimal): -10086341 or 3872870. OLE color: 3872870.
HSL color Cylindrical-coordinate representation of color #66183B: hue angle of 333.08º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66183B is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 59 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.6 |
| HSL | 333.08º | 0.62% | 0.25% | - |
| HSV(B) | 333.08º | 0.76% | 0.4% | - |
| XYZ | 6.6 | 3.79 | 4.52 | - |
| YUV | 51.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 59 | 0 | 0.76 | 0.42 | 0.6 | 333.08 | 0.62 | 0.25 |
| Hex | 66 | 18 | 3B | 0 | 4C | 2A | 3C | 14D | 3E | 19 |
| Octal | 146 | 30 | 73 | 0 | 114 | 52 | 74 | 515 | 76 | 31 |
| Binary | 1100110 | 11000 | 111011 | 0 | 1001100 | 101010 | 111100 | 101001101 | 111110 | 11001 |
Color Harmonies of #66183B
Complementary color
Monochromatic Colors of #66183B
Black with #66183B
Text Example
Text Example
White with #66183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66183B; }
p { color: rgb(102,24,59); }
H1.HeaderClassName
{
color: #66183B;
}
.AnyTagClassName
{
color: #66183B;
}
</style>
background-color css
<style>
a { background-color: #66183B; }
a { background-color: rgb(102,24,59); }
div.DivClassName
{
background-color: #66183B;
}
.BgClassName
{
background-color: #66183B;
}
</style>
border-color css
<style>
span { border-color: #66183B; }
span { border-color: rgb(102,24,59); }
td.TdClassName
{
border-color: #66183B;
}
.TagClassName
{
border-color: #66183B;
}
</style>