Shades of Pompadour #662145
Tints of Pompadour #662145
RGB
CMYK
RGB Variations
Color information
#662145 (or 0x662145) is known color: Pompadour. HEX triplet: 66, 21 and 45. RGB value is (102,33,69). Sum of RGB (Red+Green+Blue) = 102+33+69=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #662145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662145 is #99DEBA. Grayscale: #393939. Windows color (decimal): -10084027 or 4530534. OLE color: 4530534.
HSL color Cylindrical-coordinate representation of color #662145: hue angle of 328.7º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662145 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 69 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.6 |
| HSL | 328.7º | 0.51% | 0.26% | - |
| HSV(B) | 328.7º | 0.68% | 0.4% | - |
| XYZ | 7.1 | 4.34 | 6.09 | - |
| YUV | 57.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 69 | 0 | 0.68 | 0.32 | 0.6 | 328.7 | 0.51 | 0.26 |
| Hex | 66 | 21 | 45 | 0 | 44 | 20 | 3C | 149 | 33 | 1A |
| Octal | 146 | 41 | 105 | 0 | 104 | 40 | 74 | 511 | 63 | 32 |
| Binary | 1100110 | 100001 | 1000101 | 0 | 1000100 | 100000 | 111100 | 101001001 | 110011 | 11010 |
Color Harmonies of #662145
Complementary color
Monochromatic Colors of #662145
Black with #662145
Text Example
Text Example
White with #662145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662145; }
p { color: rgb(102,33,69); }
H1.HeaderClassName
{
color: #662145;
}
.AnyTagClassName
{
color: #662145;
}
</style>
background-color css
<style>
a { background-color: #662145; }
a { background-color: rgb(102,33,69); }
div.DivClassName
{
background-color: #662145;
}
.BgClassName
{
background-color: #662145;
}
</style>
border-color css
<style>
span { border-color: #662145; }
span { border-color: rgb(102,33,69); }
td.TdClassName
{
border-color: #662145;
}
.TagClassName
{
border-color: #662145;
}
</style>