Shades of Pompadour #662A48
Tints of Pompadour #662A48
RGB
CMYK
RGB Variations
Color information
#662A48 (or 0x662A48) is known color: Pompadour. HEX triplet: 66, 2A and 48. RGB value is (102,42,72). Sum of RGB (Red+Green+Blue) = 102+42+72=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #662A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A48 is #99D5B7. Grayscale: #3F3F3F. Windows color (decimal): -10081720 or 4729446. OLE color: 4729446.
HSL color Cylindrical-coordinate representation of color #662A48: hue angle of 330º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662A48 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 72 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.6 |
| HSL | 330º | 0.42% | 0.28% | - |
| HSV(B) | 330º | 0.59% | 0.4% | - |
| XYZ | 7.48 | 4.95 | 6.69 | - |
| YUV | 63.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 72 | 0 | 0.59 | 0.29 | 0.6 | 330 | 0.42 | 0.28 |
| Hex | 66 | 2A | 48 | 0 | 3B | 1D | 3C | 14A | 2A | 1C |
| Octal | 146 | 52 | 110 | 0 | 73 | 35 | 74 | 512 | 52 | 34 |
| Binary | 1100110 | 101010 | 1001000 | 0 | 111011 | 11101 | 111100 | 101001010 | 101010 | 11100 |
Color Harmonies of #662A48
Complementary color
Monochromatic Colors of #662A48
Black with #662A48
Text Example
Text Example
White with #662A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A48; }
p { color: rgb(102,42,72); }
H1.HeaderClassName
{
color: #662A48;
}
.AnyTagClassName
{
color: #662A48;
}
</style>
background-color css
<style>
a { background-color: #662A48; }
a { background-color: rgb(102,42,72); }
div.DivClassName
{
background-color: #662A48;
}
.BgClassName
{
background-color: #662A48;
}
</style>
border-color css
<style>
span { border-color: #662A48; }
span { border-color: rgb(102,42,72); }
td.TdClassName
{
border-color: #662A48;
}
.TagClassName
{
border-color: #662A48;
}
</style>