Shades of Pompadour #65224F
Tints of Pompadour #65224F
RGB
CMYK
RGB Variations
Color information
#65224F (or 0x65224F) is known color: Pompadour. HEX triplet: 65, 22 and 4F. RGB value is (101,34,79). Sum of RGB (Red+Green+Blue) = 101+34+79=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #65224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65224F is #9ADDB0. Grayscale: #3B3B3B. Windows color (decimal): -10149297 or 5186149. OLE color: 5186149.
HSL color Cylindrical-coordinate representation of color #65224F: hue angle of 319.7º 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 #65224F is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 79 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.60 |
| HSL | 319.7º | 0.5% | 0.26% | - |
| HSV(B) | 319.7º | 0.66% | 0.4% | - |
| XYZ | 7.35 | 4.48 | 7.87 | - |
| YUV | 59.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 79 | 0 | 0.66 | 0.22 | 0.60 | 319.7 | 0.5 | 0.26 |
| Hex | 65 | 22 | 4F | 0 | 42 | 16 | 3C | 140 | 32 | 1A |
| Octal | 145 | 42 | 117 | 0 | 102 | 26 | 74 | 500 | 62 | 32 |
| Binary | 1100101 | 100010 | 1001111 | 0 | 1000010 | 10110 | 111100 | 101000000 | 110010 | 11010 |
Color Harmonies of #65224F
Complementary color
Monochromatic Colors of #65224F
Black with #65224F
Text Example
Text Example
White with #65224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65224F; }
p { color: rgb(101,34,79); }
H1.HeaderClassName
{
color: #65224F;
}
.AnyTagClassName
{
color: #65224F;
}
</style>
background-color css
<style>
a { background-color: #65224F; }
a { background-color: rgb(101,34,79); }
div.DivClassName
{
background-color: #65224F;
}
.BgClassName
{
background-color: #65224F;
}
</style>
border-color css
<style>
span { border-color: #65224F; }
span { border-color: rgb(101,34,79); }
td.TdClassName
{
border-color: #65224F;
}
.TagClassName
{
border-color: #65224F;
}
</style>