Shades of Pompadour #66243F
Tints of Pompadour #66243F
RGB
CMYK
RGB Variations
Color information
#66243F (or 0x66243F) is known color: Pompadour. HEX triplet: 66, 24 and 3F. RGB value is (102,36,63). Sum of RGB (Red+Green+Blue) = 102+36+63=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66243F is #99DBC0. Grayscale: #3A3A3A. Windows color (decimal): -10083265 or 4138086. OLE color: 4138086.
HSL color Cylindrical-coordinate representation of color #66243F: hue angle of 335.45º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66243F is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 36 | 63 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.6 |
| HSL | 335.45º | 0.48% | 0.27% | - |
| HSV(B) | 335.45º | 0.65% | 0.4% | - |
| XYZ | 7.01 | 4.45 | 5.19 | - |
| YUV | 58.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 63 | 0 | 0.65 | 0.38 | 0.6 | 335.45 | 0.48 | 0.27 |
| Hex | 66 | 24 | 3F | 0 | 41 | 26 | 3C | 14F | 30 | 1B |
| Octal | 146 | 44 | 77 | 0 | 101 | 46 | 74 | 517 | 60 | 33 |
| Binary | 1100110 | 100100 | 111111 | 0 | 1000001 | 100110 | 111100 | 101001111 | 110000 | 11011 |
Color Harmonies of #66243F
Complementary color
Monochromatic Colors of #66243F
Black with #66243F
Text Example
Text Example
White with #66243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66243F; }
p { color: rgb(102,36,63); }
H1.HeaderClassName
{
color: #66243F;
}
.AnyTagClassName
{
color: #66243F;
}
</style>
background-color css
<style>
a { background-color: #66243F; }
a { background-color: rgb(102,36,63); }
div.DivClassName
{
background-color: #66243F;
}
.BgClassName
{
background-color: #66243F;
}
</style>
border-color css
<style>
span { border-color: #66243F; }
span { border-color: rgb(102,36,63); }
td.TdClassName
{
border-color: #66243F;
}
.TagClassName
{
border-color: #66243F;
}
</style>