Shades of Pompadour #661A3C
Tints of Pompadour #661A3C
RGB
CMYK
RGB Variations
Color information
#661A3C (or 0x661A3C) is known color: Pompadour. HEX triplet: 66, 1A and 3C. RGB value is (102,26,60). Sum of RGB (Red+Green+Blue) = 102+26+60=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #661A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A3C is #99E5C3. Grayscale: #343434. Windows color (decimal): -10085828 or 3938918. OLE color: 3938918.
HSL color Cylindrical-coordinate representation of color #661A3C: hue angle of 333.16º 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 #661A3C is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 26 | 60 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.6 |
| HSL | 333.16º | 0.59% | 0.25% | - |
| HSV(B) | 333.16º | 0.75% | 0.4% | - |
| XYZ | 6.66 | 3.89 | 4.67 | - |
| YUV | 52.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 60 | 0 | 0.75 | 0.41 | 0.6 | 333.16 | 0.59 | 0.25 |
| Hex | 66 | 1A | 3C | 0 | 4B | 29 | 3C | 14D | 3B | 19 |
| Octal | 146 | 32 | 74 | 0 | 113 | 51 | 74 | 515 | 73 | 31 |
| Binary | 1100110 | 11010 | 111100 | 0 | 1001011 | 101001 | 111100 | 101001101 | 111011 | 11001 |
Color Harmonies of #661A3C
Complementary color
Monochromatic Colors of #661A3C
Black with #661A3C
Text Example
Text Example
White with #661A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661A3C; }
p { color: rgb(102,26,60); }
H1.HeaderClassName
{
color: #661A3C;
}
.AnyTagClassName
{
color: #661A3C;
}
</style>
background-color css
<style>
a { background-color: #661A3C; }
a { background-color: rgb(102,26,60); }
div.DivClassName
{
background-color: #661A3C;
}
.BgClassName
{
background-color: #661A3C;
}
</style>
border-color css
<style>
span { border-color: #661A3C; }
span { border-color: rgb(102,26,60); }
td.TdClassName
{
border-color: #661A3C;
}
.TagClassName
{
border-color: #661A3C;
}
</style>