Shades of Pompadour #65244C
Tints of Pompadour #65244C
RGB
CMYK
RGB Variations
Color information
#65244C (or 0x65244C) is known color: Pompadour. HEX triplet: 65, 24 and 4C. RGB value is (101,36,76). Sum of RGB (Red+Green+Blue) = 101+36+76=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65244C is #9ADBB3. Grayscale: #3B3B3B. Windows color (decimal): -10148788 or 4990053. OLE color: 4990053.
HSL color Cylindrical-coordinate representation of color #65244C: hue angle of 323.08º 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 #65244C is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 36 | 76 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.60 |
| HSL | 323.08º | 0.47% | 0.27% | - |
| HSV(B) | 323.08º | 0.64% | 0.4% | - |
| XYZ | 7.3 | 4.55 | 7.33 | - |
| YUV | 60 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 76 | 0 | 0.64 | 0.25 | 0.60 | 323.08 | 0.47 | 0.27 |
| Hex | 65 | 24 | 4C | 0 | 40 | 19 | 3C | 143 | 2F | 1B |
| Octal | 145 | 44 | 114 | 0 | 100 | 31 | 74 | 503 | 57 | 33 |
| Binary | 1100101 | 100100 | 1001100 | 0 | 1000000 | 11001 | 111100 | 101000011 | 101111 | 11011 |
Color Harmonies of #65244C
Complementary color
Monochromatic Colors of #65244C
Black with #65244C
Text Example
Text Example
White with #65244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65244C; }
p { color: rgb(101,36,76); }
H1.HeaderClassName
{
color: #65244C;
}
.AnyTagClassName
{
color: #65244C;
}
</style>
background-color css
<style>
a { background-color: #65244C; }
a { background-color: rgb(101,36,76); }
div.DivClassName
{
background-color: #65244C;
}
.BgClassName
{
background-color: #65244C;
}
</style>
border-color css
<style>
span { border-color: #65244C; }
span { border-color: rgb(101,36,76); }
td.TdClassName
{
border-color: #65244C;
}
.TagClassName
{
border-color: #65244C;
}
</style>