Shades of Pompadour #661B4A
Tints of Pompadour #661B4A
RGB
CMYK
RGB Variations
Color information
#661B4A (or 0x661B4A) is known color: Pompadour. HEX triplet: 66, 1B and 4A. RGB value is (102,27,74). Sum of RGB (Red+Green+Blue) = 102+27+74=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #661B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B4A is #99E4B5. Grayscale: #363636. Windows color (decimal): -10085558 or 4856678. OLE color: 4856678.
HSL color Cylindrical-coordinate representation of color #661B4A: hue angle of 322.4º 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 #661B4A is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 74 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.6 |
| HSL | 322.4º | 0.58% | 0.25% | - |
| HSV(B) | 322.4º | 0.74% | 0.4% | - |
| XYZ | 7.11 | 4.1 | 6.9 | - |
| YUV | 54.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 74 | 0 | 0.74 | 0.27 | 0.6 | 322.4 | 0.58 | 0.25 |
| Hex | 66 | 1B | 4A | 0 | 4A | 1B | 3C | 142 | 3A | 19 |
| Octal | 146 | 33 | 112 | 0 | 112 | 33 | 74 | 502 | 72 | 31 |
| Binary | 1100110 | 11011 | 1001010 | 0 | 1001010 | 11011 | 111100 | 101000010 | 111010 | 11001 |
Color Harmonies of #661B4A
Complementary color
Monochromatic Colors of #661B4A
Black with #661B4A
Text Example
Text Example
White with #661B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B4A; }
p { color: rgb(102,27,74); }
H1.HeaderClassName
{
color: #661B4A;
}
.AnyTagClassName
{
color: #661B4A;
}
</style>
background-color css
<style>
a { background-color: #661B4A; }
a { background-color: rgb(102,27,74); }
div.DivClassName
{
background-color: #661B4A;
}
.BgClassName
{
background-color: #661B4A;
}
</style>
border-color css
<style>
span { border-color: #661B4A; }
span { border-color: rgb(102,27,74); }
td.TdClassName
{
border-color: #661B4A;
}
.TagClassName
{
border-color: #661B4A;
}
</style>