Shades of Pompadour #662E4E
Tints of Pompadour #662E4E
RGB
CMYK
RGB Variations
Color information
#662E4E (or 0x662E4E) is known color: Pompadour. HEX triplet: 66, 2E and 4E. RGB value is (102,46,78). Sum of RGB (Red+Green+Blue) = 102+46+78=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #662E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E4E is #99D1B1. Grayscale: #424242. Windows color (decimal): -10080690 or 5123686. OLE color: 5123686.
HSL color Cylindrical-coordinate representation of color #662E4E: hue angle of 325.71º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #662E4E is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 78 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.6 |
| HSL | 325.71º | 0.38% | 0.29% | - |
| HSV(B) | 325.71º | 0.55% | 0.4% | - |
| XYZ | 7.83 | 5.33 | 7.82 | - |
| YUV | 66.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 78 | 0 | 0.55 | 0.24 | 0.6 | 325.71 | 0.38 | 0.29 |
| Hex | 66 | 2E | 4E | 0 | 37 | 18 | 3C | 146 | 26 | 1D |
| Octal | 146 | 56 | 116 | 0 | 67 | 30 | 74 | 506 | 46 | 35 |
| Binary | 1100110 | 101110 | 1001110 | 0 | 110111 | 11000 | 111100 | 101000110 | 100110 | 11101 |
Color Harmonies of #662E4E
Complementary color
Monochromatic Colors of #662E4E
Black with #662E4E
Text Example
Text Example
White with #662E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E4E; }
p { color: rgb(102,46,78); }
H1.HeaderClassName
{
color: #662E4E;
}
.AnyTagClassName
{
color: #662E4E;
}
</style>
background-color css
<style>
a { background-color: #662E4E; }
a { background-color: rgb(102,46,78); }
div.DivClassName
{
background-color: #662E4E;
}
.BgClassName
{
background-color: #662E4E;
}
</style>
border-color css
<style>
span { border-color: #662E4E; }
span { border-color: rgb(102,46,78); }
td.TdClassName
{
border-color: #662E4E;
}
.TagClassName
{
border-color: #662E4E;
}
</style>