Shades of Pompadour #662551
Tints of Pompadour #662551
RGB
CMYK
RGB Variations
Color information
#662551 (or 0x662551) is known color: Pompadour. HEX triplet: 66, 25 and 51. RGB value is (102,37,81). Sum of RGB (Red+Green+Blue) = 102+37+81=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #662551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662551 is #99DAAE. Grayscale: #3D3D3D. Windows color (decimal): -10082991 or 5317990. OLE color: 5317990.
HSL color Cylindrical-coordinate representation of color #662551: hue angle of 319.38º 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 #662551 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 37 | 81 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.6 |
| HSL | 319.38º | 0.47% | 0.27% | - |
| HSV(B) | 319.38º | 0.64% | 0.4% | - |
| XYZ | 7.63 | 4.74 | 8.3 | - |
| YUV | 61.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 81 | 0 | 0.64 | 0.21 | 0.6 | 319.38 | 0.47 | 0.27 |
| Hex | 66 | 25 | 51 | 0 | 40 | 15 | 3C | 13F | 2F | 1B |
| Octal | 146 | 45 | 121 | 0 | 100 | 25 | 74 | 477 | 57 | 33 |
| Binary | 1100110 | 100101 | 1010001 | 0 | 1000000 | 10101 | 111100 | 100111111 | 101111 | 11011 |
Color Harmonies of #662551
Complementary color
Monochromatic Colors of #662551
Black with #662551
Text Example
Text Example
White with #662551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662551; }
p { color: rgb(102,37,81); }
H1.HeaderClassName
{
color: #662551;
}
.AnyTagClassName
{
color: #662551;
}
</style>
background-color css
<style>
a { background-color: #662551; }
a { background-color: rgb(102,37,81); }
div.DivClassName
{
background-color: #662551;
}
.BgClassName
{
background-color: #662551;
}
</style>
border-color css
<style>
span { border-color: #662551; }
span { border-color: rgb(102,37,81); }
td.TdClassName
{
border-color: #662551;
}
.TagClassName
{
border-color: #662551;
}
</style>