Shades of Pompadour #66183E
Tints of Pompadour #66183E
RGB
CMYK
RGB Variations
Color information
#66183E (or 0x66183E) is known color: Pompadour. HEX triplet: 66, 18 and 3E. RGB value is (102,24,62). Sum of RGB (Red+Green+Blue) = 102+24+62=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #66183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66183E is #99E7C1. Grayscale: #333333. Windows color (decimal): -10086338 or 4069478. OLE color: 4069478.
HSL color Cylindrical-coordinate representation of color #66183E: hue angle of 330.77º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66183E is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 62 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.6 |
| HSL | 330.77º | 0.62% | 0.25% | - |
| HSV(B) | 330.77º | 0.76% | 0.4% | - |
| XYZ | 6.68 | 3.83 | 4.94 | - |
| YUV | 51.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 62 | 0 | 0.76 | 0.39 | 0.6 | 330.77 | 0.62 | 0.25 |
| Hex | 66 | 18 | 3E | 0 | 4C | 27 | 3C | 14B | 3E | 19 |
| Octal | 146 | 30 | 76 | 0 | 114 | 47 | 74 | 513 | 76 | 31 |
| Binary | 1100110 | 11000 | 111110 | 0 | 1001100 | 100111 | 111100 | 101001011 | 111110 | 11001 |
Color Harmonies of #66183E
Complementary color
Monochromatic Colors of #66183E
Black with #66183E
Text Example
Text Example
White with #66183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66183E; }
p { color: rgb(102,24,62); }
H1.HeaderClassName
{
color: #66183E;
}
.AnyTagClassName
{
color: #66183E;
}
</style>
background-color css
<style>
a { background-color: #66183E; }
a { background-color: rgb(102,24,62); }
div.DivClassName
{
background-color: #66183E;
}
.BgClassName
{
background-color: #66183E;
}
</style>
border-color css
<style>
span { border-color: #66183E; }
span { border-color: rgb(102,24,62); }
td.TdClassName
{
border-color: #66183E;
}
.TagClassName
{
border-color: #66183E;
}
</style>