Shades of Pompadour #65244E
Tints of Pompadour #65244E
RGB
CMYK
RGB Variations
Color information
#65244E (or 0x65244E) is known color: Pompadour. HEX triplet: 65, 24 and 4E. RGB value is (101,36,78). Sum of RGB (Red+Green+Blue) = 101+36+78=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65244E is #9ADBB1. Grayscale: #3C3C3C. Windows color (decimal): -10148786 or 5121125. OLE color: 5121125.
HSL color Cylindrical-coordinate representation of color #65244E: hue angle of 321.23º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65244E is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 36 | 78 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.60 |
| HSL | 321.23º | 0.47% | 0.27% | - |
| HSV(B) | 321.23º | 0.64% | 0.4% | - |
| XYZ | 7.37 | 4.58 | 7.7 | - |
| YUV | 60.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 78 | 0 | 0.64 | 0.23 | 0.60 | 321.23 | 0.47 | 0.27 |
| Hex | 65 | 24 | 4E | 0 | 40 | 17 | 3C | 141 | 2F | 1B |
| Octal | 145 | 44 | 116 | 0 | 100 | 27 | 74 | 501 | 57 | 33 |
| Binary | 1100101 | 100100 | 1001110 | 0 | 1000000 | 10111 | 111100 | 101000001 | 101111 | 11011 |
Color Harmonies of #65244E
Complementary color
Monochromatic Colors of #65244E
Black with #65244E
Text Example
Text Example
White with #65244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65244E; }
p { color: rgb(101,36,78); }
H1.HeaderClassName
{
color: #65244E;
}
.AnyTagClassName
{
color: #65244E;
}
</style>
background-color css
<style>
a { background-color: #65244E; }
a { background-color: rgb(101,36,78); }
div.DivClassName
{
background-color: #65244E;
}
.BgClassName
{
background-color: #65244E;
}
</style>
border-color css
<style>
span { border-color: #65244E; }
span { border-color: rgb(101,36,78); }
td.TdClassName
{
border-color: #65244E;
}
.TagClassName
{
border-color: #65244E;
}
</style>