Shades of Pompadour #661B42
Tints of Pompadour #661B42
RGB
CMYK
RGB Variations
Color information
#661B42 (or 0x661B42) is known color: Pompadour. HEX triplet: 66, 1B and 42. RGB value is (102,27,66). Sum of RGB (Red+Green+Blue) = 102+27+66=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #661B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B42 is #99E4BD. Grayscale: #353535. Windows color (decimal): -10085566 or 4332390. OLE color: 4332390.
HSL color Cylindrical-coordinate representation of color #661B42: hue angle of 328.8º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #661B42 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 66 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.6 |
| HSL | 328.8º | 0.58% | 0.25% | - |
| HSV(B) | 328.8º | 0.74% | 0.4% | - |
| XYZ | 6.85 | 4 | 5.57 | - |
| YUV | 53.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 66 | 0 | 0.74 | 0.35 | 0.6 | 328.8 | 0.58 | 0.25 |
| Hex | 66 | 1B | 42 | 0 | 4A | 23 | 3C | 149 | 3A | 19 |
| Octal | 146 | 33 | 102 | 0 | 112 | 43 | 74 | 511 | 72 | 31 |
| Binary | 1100110 | 11011 | 1000010 | 0 | 1001010 | 100011 | 111100 | 101001001 | 111010 | 11001 |
Color Harmonies of #661B42
Complementary color
Monochromatic Colors of #661B42
Black with #661B42
Text Example
Text Example
White with #661B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B42; }
p { color: rgb(102,27,66); }
H1.HeaderClassName
{
color: #661B42;
}
.AnyTagClassName
{
color: #661B42;
}
</style>
background-color css
<style>
a { background-color: #661B42; }
a { background-color: rgb(102,27,66); }
div.DivClassName
{
background-color: #661B42;
}
.BgClassName
{
background-color: #661B42;
}
</style>
border-color css
<style>
span { border-color: #661B42; }
span { border-color: rgb(102,27,66); }
td.TdClassName
{
border-color: #661B42;
}
.TagClassName
{
border-color: #661B42;
}
</style>