Shades of Pompadour #66213E
Tints of Pompadour #66213E
RGB
CMYK
RGB Variations
Color information
#66213E (or 0x66213E) is known color: Pompadour. HEX triplet: 66, 21 and 3E. RGB value is (102,33,62). Sum of RGB (Red+Green+Blue) = 102+33+62=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66213E is #99DEC1. Grayscale: #383838. Windows color (decimal): -10084034 or 4071782. OLE color: 4071782.
HSL color Cylindrical-coordinate representation of color #66213E: hue angle of 334.78º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66213E is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 62 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.6 |
| HSL | 334.78º | 0.51% | 0.26% | - |
| HSV(B) | 334.78º | 0.68% | 0.4% | - |
| XYZ | 6.89 | 4.26 | 5.02 | - |
| YUV | 56.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 62 | 0 | 0.68 | 0.39 | 0.6 | 334.78 | 0.51 | 0.26 |
| Hex | 66 | 21 | 3E | 0 | 44 | 27 | 3C | 14F | 33 | 1A |
| Octal | 146 | 41 | 76 | 0 | 104 | 47 | 74 | 517 | 63 | 32 |
| Binary | 1100110 | 100001 | 111110 | 0 | 1000100 | 100111 | 111100 | 101001111 | 110011 | 11010 |
Color Harmonies of #66213E
Complementary color
Monochromatic Colors of #66213E
Black with #66213E
Text Example
Text Example
White with #66213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66213E; }
p { color: rgb(102,33,62); }
H1.HeaderClassName
{
color: #66213E;
}
.AnyTagClassName
{
color: #66213E;
}
</style>
background-color css
<style>
a { background-color: #66213E; }
a { background-color: rgb(102,33,62); }
div.DivClassName
{
background-color: #66213E;
}
.BgClassName
{
background-color: #66213E;
}
</style>
border-color css
<style>
span { border-color: #66213E; }
span { border-color: rgb(102,33,62); }
td.TdClassName
{
border-color: #66213E;
}
.TagClassName
{
border-color: #66213E;
}
</style>