Shades of Pompadour #661E4A
Tints of Pompadour #661E4A
RGB
CMYK
RGB Variations
Color information
#661E4A (or 0x661E4A) is known color: Pompadour. HEX triplet: 66, 1E and 4A. RGB value is (102,30,74). Sum of RGB (Red+Green+Blue) = 102+30+74=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #661E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661E4A is #99E1B5. Grayscale: #383838. Windows color (decimal): -10084790 or 4857446. OLE color: 4857446.
HSL color Cylindrical-coordinate representation of color #661E4A: hue angle of 323.33º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #661E4A is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 30 | 74 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.6 |
| HSL | 323.33º | 0.55% | 0.26% | - |
| HSV(B) | 323.33º | 0.71% | 0.4% | - |
| XYZ | 7.18 | 4.25 | 6.92 | - |
| YUV | 56.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 74 | 0 | 0.71 | 0.27 | 0.6 | 323.33 | 0.55 | 0.26 |
| Hex | 66 | 1E | 4A | 0 | 47 | 1B | 3C | 143 | 37 | 1A |
| Octal | 146 | 36 | 112 | 0 | 107 | 33 | 74 | 503 | 67 | 32 |
| Binary | 1100110 | 11110 | 1001010 | 0 | 1000111 | 11011 | 111100 | 101000011 | 110111 | 11010 |
Color Harmonies of #661E4A
Complementary color
Monochromatic Colors of #661E4A
Black with #661E4A
Text Example
Text Example
White with #661E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E4A; }
p { color: rgb(102,30,74); }
H1.HeaderClassName
{
color: #661E4A;
}
.AnyTagClassName
{
color: #661E4A;
}
</style>
background-color css
<style>
a { background-color: #661E4A; }
a { background-color: rgb(102,30,74); }
div.DivClassName
{
background-color: #661E4A;
}
.BgClassName
{
background-color: #661E4A;
}
</style>
border-color css
<style>
span { border-color: #661E4A; }
span { border-color: rgb(102,30,74); }
td.TdClassName
{
border-color: #661E4A;
}
.TagClassName
{
border-color: #661E4A;
}
</style>