Shades of Pompadour #663051
Tints of Pompadour #663051
RGB
CMYK
RGB Variations
Color information
#663051 (or 0x663051) is known color: Pompadour. HEX triplet: 66, 30 and 51. RGB value is (102,48,81). Sum of RGB (Red+Green+Blue) = 102+48+81=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #663051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663051 is #99CFAE. Grayscale: #434343. Windows color (decimal): -10080175 or 5320806. OLE color: 5320806.
HSL color Cylindrical-coordinate representation of color #663051: hue angle of 323.33º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663051 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 81 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.6 |
| HSL | 323.33º | 0.36% | 0.29% | - |
| HSV(B) | 323.33º | 0.53% | 0.4% | - |
| XYZ | 8.02 | 5.53 | 8.43 | - |
| YUV | 67.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 81 | 0 | 0.53 | 0.21 | 0.6 | 323.33 | 0.36 | 0.29 |
| Hex | 66 | 30 | 51 | 0 | 35 | 15 | 3C | 143 | 24 | 1D |
| Octal | 146 | 60 | 121 | 0 | 65 | 25 | 74 | 503 | 44 | 35 |
| Binary | 1100110 | 110000 | 1010001 | 0 | 110101 | 10101 | 111100 | 101000011 | 100100 | 11101 |
Color Harmonies of #663051
Complementary color
Monochromatic Colors of #663051
Black with #663051
Text Example
Text Example
White with #663051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663051; }
p { color: rgb(102,48,81); }
H1.HeaderClassName
{
color: #663051;
}
.AnyTagClassName
{
color: #663051;
}
</style>
background-color css
<style>
a { background-color: #663051; }
a { background-color: rgb(102,48,81); }
div.DivClassName
{
background-color: #663051;
}
.BgClassName
{
background-color: #663051;
}
</style>
border-color css
<style>
span { border-color: #663051; }
span { border-color: rgb(102,48,81); }
td.TdClassName
{
border-color: #663051;
}
.TagClassName
{
border-color: #663051;
}
</style>