Shades of Pompadour #661A4B
Tints of Pompadour #661A4B
RGB
CMYK
RGB Variations
Color information
#661A4B (or 0x661A4B) is known color: Pompadour. HEX triplet: 66, 1A and 4B. RGB value is (102,26,75). Sum of RGB (Red+Green+Blue) = 102+26+75=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #661A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A4B is #99E5B4. Grayscale: #363636. Windows color (decimal): -10085813 or 4921958. OLE color: 4921958.
HSL color Cylindrical-coordinate representation of color #661A4B: hue angle of 321.32º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A4B is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 26 | 75 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.6 |
| HSL | 321.32º | 0.59% | 0.25% | - |
| HSV(B) | 321.32º | 0.75% | 0.4% | - |
| XYZ | 7.12 | 4.07 | 7.07 | - |
| YUV | 54.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 75 | 0 | 0.75 | 0.26 | 0.6 | 321.32 | 0.59 | 0.25 |
| Hex | 66 | 1A | 4B | 0 | 4B | 1A | 3C | 141 | 3B | 19 |
| Octal | 146 | 32 | 113 | 0 | 113 | 32 | 74 | 501 | 73 | 31 |
| Binary | 1100110 | 11010 | 1001011 | 0 | 1001011 | 11010 | 111100 | 101000001 | 111011 | 11001 |
Color Harmonies of #661A4B
Complementary color
Monochromatic Colors of #661A4B
Black with #661A4B
Text Example
Text Example
White with #661A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661A4B; }
p { color: rgb(102,26,75); }
H1.HeaderClassName
{
color: #661A4B;
}
.AnyTagClassName
{
color: #661A4B;
}
</style>
background-color css
<style>
a { background-color: #661A4B; }
a { background-color: rgb(102,26,75); }
div.DivClassName
{
background-color: #661A4B;
}
.BgClassName
{
background-color: #661A4B;
}
</style>
border-color css
<style>
span { border-color: #661A4B; }
span { border-color: rgb(102,26,75); }
td.TdClassName
{
border-color: #661A4B;
}
.TagClassName
{
border-color: #661A4B;
}
</style>