Shades of Pompadour #662D4A
Tints of Pompadour #662D4A
RGB
CMYK
RGB Variations
Color information
#662D4A (or 0x662D4A) is known color: Pompadour. HEX triplet: 66, 2D and 4A. RGB value is (102,45,74). Sum of RGB (Red+Green+Blue) = 102+45+74=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #662D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D4A is #99D2B5. Grayscale: #414141. Windows color (decimal): -10080950 or 4861286. OLE color: 4861286.
HSL color Cylindrical-coordinate representation of color #662D4A: hue angle of 329.47º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D4A is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 74 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.6 |
| HSL | 329.47º | 0.39% | 0.29% | - |
| HSV(B) | 329.47º | 0.56% | 0.4% | - |
| XYZ | 7.65 | 5.2 | 7.08 | - |
| YUV | 65.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 74 | 0 | 0.56 | 0.27 | 0.6 | 329.47 | 0.39 | 0.29 |
| Hex | 66 | 2D | 4A | 0 | 38 | 1B | 3C | 149 | 27 | 1D |
| Octal | 146 | 55 | 112 | 0 | 70 | 33 | 74 | 511 | 47 | 35 |
| Binary | 1100110 | 101101 | 1001010 | 0 | 111000 | 11011 | 111100 | 101001001 | 100111 | 11101 |
Color Harmonies of #662D4A
Complementary color
Monochromatic Colors of #662D4A
Black with #662D4A
Text Example
Text Example
White with #662D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D4A; }
p { color: rgb(102,45,74); }
H1.HeaderClassName
{
color: #662D4A;
}
.AnyTagClassName
{
color: #662D4A;
}
</style>
background-color css
<style>
a { background-color: #662D4A; }
a { background-color: rgb(102,45,74); }
div.DivClassName
{
background-color: #662D4A;
}
.BgClassName
{
background-color: #662D4A;
}
</style>
border-color css
<style>
span { border-color: #662D4A; }
span { border-color: rgb(102,45,74); }
td.TdClassName
{
border-color: #662D4A;
}
.TagClassName
{
border-color: #662D4A;
}
</style>