Shades of Pompadour #66213F
Tints of Pompadour #66213F
RGB
CMYK
RGB Variations
Color information
#66213F (or 0x66213F) is known color: Pompadour. HEX triplet: 66, 21 and 3F. RGB value is (102,33,63). Sum of RGB (Red+Green+Blue) = 102+33+63=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66213F is #99DEC0. Grayscale: #383838. Windows color (decimal): -10084033 or 4137318. OLE color: 4137318.
HSL color Cylindrical-coordinate representation of color #66213F: hue angle of 333.91º 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 #66213F is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 63 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.6 |
| HSL | 333.91º | 0.51% | 0.26% | - |
| HSV(B) | 333.91º | 0.68% | 0.4% | - |
| XYZ | 6.92 | 4.27 | 5.16 | - |
| YUV | 57.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 63 | 0 | 0.68 | 0.38 | 0.6 | 333.91 | 0.51 | 0.26 |
| Hex | 66 | 21 | 3F | 0 | 44 | 26 | 3C | 14E | 33 | 1A |
| Octal | 146 | 41 | 77 | 0 | 104 | 46 | 74 | 516 | 63 | 32 |
| Binary | 1100110 | 100001 | 111111 | 0 | 1000100 | 100110 | 111100 | 101001110 | 110011 | 11010 |
Color Harmonies of #66213F
Complementary color
Monochromatic Colors of #66213F
Black with #66213F
Text Example
Text Example
White with #66213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66213F; }
p { color: rgb(102,33,63); }
H1.HeaderClassName
{
color: #66213F;
}
.AnyTagClassName
{
color: #66213F;
}
</style>
background-color css
<style>
a { background-color: #66213F; }
a { background-color: rgb(102,33,63); }
div.DivClassName
{
background-color: #66213F;
}
.BgClassName
{
background-color: #66213F;
}
</style>
border-color css
<style>
span { border-color: #66213F; }
span { border-color: rgb(102,33,63); }
td.TdClassName
{
border-color: #66213F;
}
.TagClassName
{
border-color: #66213F;
}
</style>