Shades of Pompadour #661250
Tints of Pompadour #661250
RGB
CMYK
RGB Variations
Color information
#661250 (or 0x661250) is known color: Pompadour. HEX triplet: 66, 12 and 50. RGB value is (102,18,80). Sum of RGB (Red+Green+Blue) = 102+18+80=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #661250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661250 is #99EDAF. Grayscale: #323232. Windows color (decimal): -10087856 or 5247590. OLE color: 5247590.
HSL color Cylindrical-coordinate representation of color #661250: hue angle of 315.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 #661250 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 18 | 80 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.6 |
| HSL | 315.71º | 0.7% | 0.24% | - |
| HSV(B) | 315.71º | 0.82% | 0.4% | - |
| XYZ | 7.14 | 3.84 | 7.95 | - |
| YUV | 50.18 | 144.83 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 80 | 0 | 0.82 | 0.22 | 0.6 | 315.71 | 0.7 | 0.24 |
| Hex | 66 | 12 | 50 | 0 | 52 | 16 | 3C | 13C | 46 | 18 |
| Octal | 146 | 22 | 120 | 0 | 122 | 26 | 74 | 474 | 106 | 30 |
| Binary | 1100110 | 10010 | 1010000 | 0 | 1010010 | 10110 | 111100 | 100111100 | 1000110 | 11000 |
Color Harmonies of #661250
Complementary color
Monochromatic Colors of #661250
Black with #661250
Text Example
Text Example
White with #661250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661250; }
p { color: rgb(102,18,80); }
H1.HeaderClassName
{
color: #661250;
}
.AnyTagClassName
{
color: #661250;
}
</style>
background-color css
<style>
a { background-color: #661250; }
a { background-color: rgb(102,18,80); }
div.DivClassName
{
background-color: #661250;
}
.BgClassName
{
background-color: #661250;
}
</style>
border-color css
<style>
span { border-color: #661250; }
span { border-color: rgb(102,18,80); }
td.TdClassName
{
border-color: #661250;
}
.TagClassName
{
border-color: #661250;
}
</style>