Shades of Pompadour #661843
Tints of Pompadour #661843
RGB
CMYK
RGB Variations
Color information
#661843 (or 0x661843) is known color: Pompadour. HEX triplet: 66, 18 and 43. RGB value is (102,24,67). Sum of RGB (Red+Green+Blue) = 102+24+67=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #661843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661843 is #99E7BC. Grayscale: #343434. Windows color (decimal): -10086333 or 4397158. OLE color: 4397158.
HSL color Cylindrical-coordinate representation of color #661843: hue angle of 326.92º 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 #661843 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 67 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.6 |
| HSL | 326.92º | 0.62% | 0.25% | - |
| HSV(B) | 326.92º | 0.76% | 0.4% | - |
| XYZ | 6.82 | 3.88 | 5.7 | - |
| YUV | 52.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 67 | 0 | 0.76 | 0.34 | 0.6 | 326.92 | 0.62 | 0.25 |
| Hex | 66 | 18 | 43 | 0 | 4C | 22 | 3C | 147 | 3E | 19 |
| Octal | 146 | 30 | 103 | 0 | 114 | 42 | 74 | 507 | 76 | 31 |
| Binary | 1100110 | 11000 | 1000011 | 0 | 1001100 | 100010 | 111100 | 101000111 | 111110 | 11001 |
Color Harmonies of #661843
Complementary color
Monochromatic Colors of #661843
Black with #661843
Text Example
Text Example
White with #661843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661843; }
p { color: rgb(102,24,67); }
H1.HeaderClassName
{
color: #661843;
}
.AnyTagClassName
{
color: #661843;
}
</style>
background-color css
<style>
a { background-color: #661843; }
a { background-color: rgb(102,24,67); }
div.DivClassName
{
background-color: #661843;
}
.BgClassName
{
background-color: #661843;
}
</style>
border-color css
<style>
span { border-color: #661843; }
span { border-color: rgb(102,24,67); }
td.TdClassName
{
border-color: #661843;
}
.TagClassName
{
border-color: #661843;
}
</style>