Shades of Pompadour #661C45
Tints of Pompadour #661C45
RGB
CMYK
RGB Variations
Color information
#661C45 (or 0x661C45) is known color: Pompadour. HEX triplet: 66, 1C and 45. RGB value is (102,28,69). Sum of RGB (Red+Green+Blue) = 102+28+69=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #661C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C45 is #99E3BA. Grayscale: #363636. Windows color (decimal): -10085307 or 4529254. OLE color: 4529254.
HSL color Cylindrical-coordinate representation of color #661C45: hue angle of 326.76º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C45 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 69 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.6 |
| HSL | 326.76º | 0.57% | 0.25% | - |
| HSV(B) | 326.76º | 0.73% | 0.4% | - |
| XYZ | 6.97 | 4.08 | 6.05 | - |
| YUV | 54.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 69 | 0 | 0.73 | 0.32 | 0.6 | 326.76 | 0.57 | 0.25 |
| Hex | 66 | 1C | 45 | 0 | 49 | 20 | 3C | 147 | 39 | 19 |
| Octal | 146 | 34 | 105 | 0 | 111 | 40 | 74 | 507 | 71 | 31 |
| Binary | 1100110 | 11100 | 1000101 | 0 | 1001001 | 100000 | 111100 | 101000111 | 111001 | 11001 |
Color Harmonies of #661C45
Complementary color
Monochromatic Colors of #661C45
Black with #661C45
Text Example
Text Example
White with #661C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C45; }
p { color: rgb(102,28,69); }
H1.HeaderClassName
{
color: #661C45;
}
.AnyTagClassName
{
color: #661C45;
}
</style>
background-color css
<style>
a { background-color: #661C45; }
a { background-color: rgb(102,28,69); }
div.DivClassName
{
background-color: #661C45;
}
.BgClassName
{
background-color: #661C45;
}
</style>
border-color css
<style>
span { border-color: #661C45; }
span { border-color: rgb(102,28,69); }
td.TdClassName
{
border-color: #661C45;
}
.TagClassName
{
border-color: #661C45;
}
</style>