Shades of Pompadour #662C50
Tints of Pompadour #662C50
RGB
CMYK
RGB Variations
Color information
#662C50 (or 0x662C50) is known color: Pompadour. HEX triplet: 66, 2C and 50. RGB value is (102,44,80). Sum of RGB (Red+Green+Blue) = 102+44+80=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #662C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C50 is #99D3AF. Grayscale: #414141. Windows color (decimal): -10081200 or 5254246. OLE color: 5254246.
HSL color Cylindrical-coordinate representation of color #662C50: hue angle of 322.76º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662C50 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 80 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.6 |
| HSL | 322.76º | 0.4% | 0.29% | - |
| HSV(B) | 322.76º | 0.57% | 0.4% | - |
| XYZ | 7.83 | 5.21 | 8.18 | - |
| YUV | 65.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 80 | 0 | 0.57 | 0.22 | 0.6 | 322.76 | 0.4 | 0.29 |
| Hex | 66 | 2C | 50 | 0 | 39 | 16 | 3C | 143 | 28 | 1D |
| Octal | 146 | 54 | 120 | 0 | 71 | 26 | 74 | 503 | 50 | 35 |
| Binary | 1100110 | 101100 | 1010000 | 0 | 111001 | 10110 | 111100 | 101000011 | 101000 | 11101 |
Color Harmonies of #662C50
Complementary color
Monochromatic Colors of #662C50
Black with #662C50
Text Example
Text Example
White with #662C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C50; }
p { color: rgb(102,44,80); }
H1.HeaderClassName
{
color: #662C50;
}
.AnyTagClassName
{
color: #662C50;
}
</style>
background-color css
<style>
a { background-color: #662C50; }
a { background-color: rgb(102,44,80); }
div.DivClassName
{
background-color: #662C50;
}
.BgClassName
{
background-color: #662C50;
}
</style>
border-color css
<style>
span { border-color: #662C50; }
span { border-color: rgb(102,44,80); }
td.TdClassName
{
border-color: #662C50;
}
.TagClassName
{
border-color: #662C50;
}
</style>