Shades of Pompadour #661D4B
Tints of Pompadour #661D4B
RGB
CMYK
RGB Variations
Color information
#661D4B (or 0x661D4B) is known color: Pompadour. HEX triplet: 66, 1D and 4B. RGB value is (102,29,75). Sum of RGB (Red+Green+Blue) = 102+29+75=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #661D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661D4B is #99E2B4. Grayscale: #373737. Windows color (decimal): -10085045 or 4922726. OLE color: 4922726.
HSL color Cylindrical-coordinate representation of color #661D4B: hue angle of 322.19º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661D4B is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 29 | 75 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.6 |
| HSL | 322.19º | 0.56% | 0.26% | - |
| HSV(B) | 322.19º | 0.72% | 0.4% | - |
| XYZ | 7.19 | 4.21 | 7.09 | - |
| YUV | 56.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 75 | 0 | 0.72 | 0.26 | 0.6 | 322.19 | 0.56 | 0.26 |
| Hex | 66 | 1D | 4B | 0 | 48 | 1A | 3C | 142 | 38 | 1A |
| Octal | 146 | 35 | 113 | 0 | 110 | 32 | 74 | 502 | 70 | 32 |
| Binary | 1100110 | 11101 | 1001011 | 0 | 1001000 | 11010 | 111100 | 101000010 | 111000 | 11010 |
Color Harmonies of #661D4B
Complementary color
Monochromatic Colors of #661D4B
Black with #661D4B
Text Example
Text Example
White with #661D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D4B; }
p { color: rgb(102,29,75); }
H1.HeaderClassName
{
color: #661D4B;
}
.AnyTagClassName
{
color: #661D4B;
}
</style>
background-color css
<style>
a { background-color: #661D4B; }
a { background-color: rgb(102,29,75); }
div.DivClassName
{
background-color: #661D4B;
}
.BgClassName
{
background-color: #661D4B;
}
</style>
border-color css
<style>
span { border-color: #661D4B; }
span { border-color: rgb(102,29,75); }
td.TdClassName
{
border-color: #661D4B;
}
.TagClassName
{
border-color: #661D4B;
}
</style>