Shades of Pompadour #65224C
Tints of Pompadour #65224C
RGB
CMYK
RGB Variations
Color information
#65224C (or 0x65224C) is known color: Pompadour. HEX triplet: 65, 22 and 4C. RGB value is (101,34,76). Sum of RGB (Red+Green+Blue) = 101+34+76=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65224C is #9ADDB3. Grayscale: #3A3A3A. Windows color (decimal): -10149300 or 4989541. OLE color: 4989541.
HSL color Cylindrical-coordinate representation of color #65224C: hue angle of 322.39º 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 #65224C is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 76 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.60 |
| HSL | 322.39º | 0.5% | 0.26% | - |
| HSV(B) | 322.39º | 0.66% | 0.4% | - |
| XYZ | 7.24 | 4.43 | 7.31 | - |
| YUV | 58.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 76 | 0 | 0.66 | 0.25 | 0.60 | 322.39 | 0.5 | 0.26 |
| Hex | 65 | 22 | 4C | 0 | 42 | 19 | 3C | 142 | 32 | 1A |
| Octal | 145 | 42 | 114 | 0 | 102 | 31 | 74 | 502 | 62 | 32 |
| Binary | 1100101 | 100010 | 1001100 | 0 | 1000010 | 11001 | 111100 | 101000010 | 110010 | 11010 |
Color Harmonies of #65224C
Complementary color
Monochromatic Colors of #65224C
Black with #65224C
Text Example
Text Example
White with #65224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65224C; }
p { color: rgb(101,34,76); }
H1.HeaderClassName
{
color: #65224C;
}
.AnyTagClassName
{
color: #65224C;
}
</style>
background-color css
<style>
a { background-color: #65224C; }
a { background-color: rgb(101,34,76); }
div.DivClassName
{
background-color: #65224C;
}
.BgClassName
{
background-color: #65224C;
}
</style>
border-color css
<style>
span { border-color: #65224C; }
span { border-color: rgb(101,34,76); }
td.TdClassName
{
border-color: #65224C;
}
.TagClassName
{
border-color: #65224C;
}
</style>