Shades of Pompadour #661F44
Tints of Pompadour #661F44
RGB
CMYK
RGB Variations
Color information
#661F44 (or 0x661F44) is known color: Pompadour. HEX triplet: 66, 1F and 44. RGB value is (102,31,68). Sum of RGB (Red+Green+Blue) = 102+31+68=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #661F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661F44 is #99E0BB. Grayscale: #383838. Windows color (decimal): -10084540 or 4464486. OLE color: 4464486.
HSL color Cylindrical-coordinate representation of color #661F44: hue angle of 328.73º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #661F44 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 31 | 68 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.6 |
| HSL | 328.73º | 0.53% | 0.26% | - |
| HSV(B) | 328.73º | 0.7% | 0.4% | - |
| XYZ | 7.01 | 4.22 | 5.91 | - |
| YUV | 56.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 68 | 0 | 0.70 | 0.33 | 0.6 | 328.73 | 0.53 | 0.26 |
| Hex | 66 | 1F | 44 | 0 | 46 | 21 | 3C | 149 | 35 | 1A |
| Octal | 146 | 37 | 104 | 0 | 106 | 41 | 74 | 511 | 65 | 32 |
| Binary | 1100110 | 11111 | 1000100 | 0 | 1000110 | 100001 | 111100 | 101001001 | 110101 | 11010 |
Color Harmonies of #661F44
Complementary color
Monochromatic Colors of #661F44
Black with #661F44
Text Example
Text Example
White with #661F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F44; }
p { color: rgb(102,31,68); }
H1.HeaderClassName
{
color: #661F44;
}
.AnyTagClassName
{
color: #661F44;
}
</style>
background-color css
<style>
a { background-color: #661F44; }
a { background-color: rgb(102,31,68); }
div.DivClassName
{
background-color: #661F44;
}
.BgClassName
{
background-color: #661F44;
}
</style>
border-color css
<style>
span { border-color: #661F44; }
span { border-color: rgb(102,31,68); }
td.TdClassName
{
border-color: #661F44;
}
.TagClassName
{
border-color: #661F44;
}
</style>