Shades of Pompadour #661C3E
Tints of Pompadour #661C3E
RGB
CMYK
RGB Variations
Color information
#661C3E (or 0x661C3E) is known color: Pompadour. HEX triplet: 66, 1C and 3E. RGB value is (102,28,62). Sum of RGB (Red+Green+Blue) = 102+28+62=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #661C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C3E is #99E3C1. Grayscale: #353535. Windows color (decimal): -10085314 or 4070502. OLE color: 4070502.
HSL color Cylindrical-coordinate representation of color #661C3E: hue angle of 332.43º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C3E is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 62 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.6 |
| HSL | 332.43º | 0.57% | 0.25% | - |
| HSV(B) | 332.43º | 0.73% | 0.4% | - |
| XYZ | 6.76 | 4 | 4.97 | - |
| YUV | 54 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 62 | 0 | 0.73 | 0.39 | 0.6 | 332.43 | 0.57 | 0.25 |
| Hex | 66 | 1C | 3E | 0 | 49 | 27 | 3C | 14C | 39 | 19 |
| Octal | 146 | 34 | 76 | 0 | 111 | 47 | 74 | 514 | 71 | 31 |
| Binary | 1100110 | 11100 | 111110 | 0 | 1001001 | 100111 | 111100 | 101001100 | 111001 | 11001 |
Color Harmonies of #661C3E
Complementary color
Monochromatic Colors of #661C3E
Black with #661C3E
Text Example
Text Example
White with #661C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C3E; }
p { color: rgb(102,28,62); }
H1.HeaderClassName
{
color: #661C3E;
}
.AnyTagClassName
{
color: #661C3E;
}
</style>
background-color css
<style>
a { background-color: #661C3E; }
a { background-color: rgb(102,28,62); }
div.DivClassName
{
background-color: #661C3E;
}
.BgClassName
{
background-color: #661C3E;
}
</style>
border-color css
<style>
span { border-color: #661C3E; }
span { border-color: rgb(102,28,62); }
td.TdClassName
{
border-color: #661C3E;
}
.TagClassName
{
border-color: #661C3E;
}
</style>