Shades of Pompadour #65224A
Tints of Pompadour #65224A
RGB
CMYK
RGB Variations
Color information
#65224A (or 0x65224A) is known color: Pompadour. HEX triplet: 65, 22 and 4A. RGB value is (101,34,74). Sum of RGB (Red+Green+Blue) = 101+34+74=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #65224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65224A is #9ADDB5. Grayscale: #3A3A3A. Windows color (decimal): -10149302 or 4858469. OLE color: 4858469.
HSL color Cylindrical-coordinate representation of color #65224A: hue angle of 324.18º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65224A is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 74 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.60 |
| HSL | 324.18º | 0.5% | 0.26% | - |
| HSV(B) | 324.18º | 0.66% | 0.4% | - |
| XYZ | 7.17 | 4.41 | 6.95 | - |
| YUV | 58.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 74 | 0 | 0.66 | 0.27 | 0.60 | 324.18 | 0.5 | 0.26 |
| Hex | 65 | 22 | 4A | 0 | 42 | 1B | 3C | 144 | 32 | 1A |
| Octal | 145 | 42 | 112 | 0 | 102 | 33 | 74 | 504 | 62 | 32 |
| Binary | 1100101 | 100010 | 1001010 | 0 | 1000010 | 11011 | 111100 | 101000100 | 110010 | 11010 |
Color Harmonies of #65224A
Complementary color
Monochromatic Colors of #65224A
Black with #65224A
Text Example
Text Example
White with #65224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65224A; }
p { color: rgb(101,34,74); }
H1.HeaderClassName
{
color: #65224A;
}
.AnyTagClassName
{
color: #65224A;
}
</style>
background-color css
<style>
a { background-color: #65224A; }
a { background-color: rgb(101,34,74); }
div.DivClassName
{
background-color: #65224A;
}
.BgClassName
{
background-color: #65224A;
}
</style>
border-color css
<style>
span { border-color: #65224A; }
span { border-color: rgb(101,34,74); }
td.TdClassName
{
border-color: #65224A;
}
.TagClassName
{
border-color: #65224A;
}
</style>