Shades of Pompadour #661B3C
Tints of Pompadour #661B3C
RGB
CMYK
RGB Variations
Color information
#661B3C (or 0x661B3C) is known color: Pompadour. HEX triplet: 66, 1B and 3C. RGB value is (102,27,60). Sum of RGB (Red+Green+Blue) = 102+27+60=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #661B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B3C is #99E4C3. Grayscale: #353535. Windows color (decimal): -10085572 or 3939174. OLE color: 3939174.
HSL color Cylindrical-coordinate representation of color #661B3C: hue angle of 333.6º 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 #661B3C is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 60 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.6 |
| HSL | 333.6º | 0.58% | 0.25% | - |
| HSV(B) | 333.6º | 0.74% | 0.4% | - |
| XYZ | 6.69 | 3.93 | 4.68 | - |
| YUV | 53.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 60 | 0 | 0.74 | 0.41 | 0.6 | 333.6 | 0.58 | 0.25 |
| Hex | 66 | 1B | 3C | 0 | 4A | 29 | 3C | 14E | 3A | 19 |
| Octal | 146 | 33 | 74 | 0 | 112 | 51 | 74 | 516 | 72 | 31 |
| Binary | 1100110 | 11011 | 111100 | 0 | 1001010 | 101001 | 111100 | 101001110 | 111010 | 11001 |
Color Harmonies of #661B3C
Complementary color
Monochromatic Colors of #661B3C
Black with #661B3C
Text Example
Text Example
White with #661B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B3C; }
p { color: rgb(102,27,60); }
H1.HeaderClassName
{
color: #661B3C;
}
.AnyTagClassName
{
color: #661B3C;
}
</style>
background-color css
<style>
a { background-color: #661B3C; }
a { background-color: rgb(102,27,60); }
div.DivClassName
{
background-color: #661B3C;
}
.BgClassName
{
background-color: #661B3C;
}
</style>
border-color css
<style>
span { border-color: #661B3C; }
span { border-color: rgb(102,27,60); }
td.TdClassName
{
border-color: #661B3C;
}
.TagClassName
{
border-color: #661B3C;
}
</style>