Shades of Pompadour #662045
Tints of Pompadour #662045
RGB
CMYK
RGB Variations
Color information
#662045 (or 0x662045) is known color: Pompadour. HEX triplet: 66, 20 and 45. RGB value is (102,32,69). Sum of RGB (Red+Green+Blue) = 102+32+69=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #662045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662045 is #99DFBA. Grayscale: #393939. Windows color (decimal): -10084283 or 4530278. OLE color: 4530278.
HSL color Cylindrical-coordinate representation of color #662045: hue angle of 328.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662045 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 69 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.6 |
| HSL | 328.29º | 0.52% | 0.26% | - |
| HSV(B) | 328.29º | 0.69% | 0.4% | - |
| XYZ | 7.07 | 4.29 | 6.09 | - |
| YUV | 57.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 69 | 0 | 0.69 | 0.32 | 0.6 | 328.29 | 0.52 | 0.26 |
| Hex | 66 | 20 | 45 | 0 | 45 | 20 | 3C | 148 | 34 | 1A |
| Octal | 146 | 40 | 105 | 0 | 105 | 40 | 74 | 510 | 64 | 32 |
| Binary | 1100110 | 100000 | 1000101 | 0 | 1000101 | 100000 | 111100 | 101001000 | 110100 | 11010 |
Color Harmonies of #662045
Complementary color
Monochromatic Colors of #662045
Black with #662045
Text Example
Text Example
White with #662045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662045; }
p { color: rgb(102,32,69); }
H1.HeaderClassName
{
color: #662045;
}
.AnyTagClassName
{
color: #662045;
}
</style>
background-color css
<style>
a { background-color: #662045; }
a { background-color: rgb(102,32,69); }
div.DivClassName
{
background-color: #662045;
}
.BgClassName
{
background-color: #662045;
}
</style>
border-color css
<style>
span { border-color: #662045; }
span { border-color: rgb(102,32,69); }
td.TdClassName
{
border-color: #662045;
}
.TagClassName
{
border-color: #662045;
}
</style>