Shades of Pompadour #662543
Tints of Pompadour #662543
RGB
CMYK
RGB Variations
Color information
#662543 (or 0x662543) is known color: Pompadour. HEX triplet: 66, 25 and 43. RGB value is (102,37,67). Sum of RGB (Red+Green+Blue) = 102+37+67=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #662543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662543 is #99DABC. Grayscale: #3B3B3B. Windows color (decimal): -10083005 or 4400486. OLE color: 4400486.
HSL color Cylindrical-coordinate representation of color #662543: hue angle of 332.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662543 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 37 | 67 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.6 |
| HSL | 332.31º | 0.47% | 0.27% | - |
| HSV(B) | 332.31º | 0.64% | 0.4% | - |
| XYZ | 7.15 | 4.55 | 5.81 | - |
| YUV | 59.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 67 | 0 | 0.64 | 0.34 | 0.6 | 332.31 | 0.47 | 0.27 |
| Hex | 66 | 25 | 43 | 0 | 40 | 22 | 3C | 14C | 2F | 1B |
| Octal | 146 | 45 | 103 | 0 | 100 | 42 | 74 | 514 | 57 | 33 |
| Binary | 1100110 | 100101 | 1000011 | 0 | 1000000 | 100010 | 111100 | 101001100 | 101111 | 11011 |
Color Harmonies of #662543
Complementary color
Monochromatic Colors of #662543
Black with #662543
Text Example
Text Example
White with #662543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662543; }
p { color: rgb(102,37,67); }
H1.HeaderClassName
{
color: #662543;
}
.AnyTagClassName
{
color: #662543;
}
</style>
background-color css
<style>
a { background-color: #662543; }
a { background-color: rgb(102,37,67); }
div.DivClassName
{
background-color: #662543;
}
.BgClassName
{
background-color: #662543;
}
</style>
border-color css
<style>
span { border-color: #662543; }
span { border-color: rgb(102,37,67); }
td.TdClassName
{
border-color: #662543;
}
.TagClassName
{
border-color: #662543;
}
</style>