Shades of Pompadour #65284A
Tints of Pompadour #65284A
RGB
CMYK
RGB Variations
Color information
#65284A (or 0x65284A) is known color: Pompadour. HEX triplet: 65, 28 and 4A. RGB value is (101,40,74). Sum of RGB (Red+Green+Blue) = 101+40+74=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65284A is #9AD7B5. Grayscale: #3E3E3E. Windows color (decimal): -10147766 or 4860005. OLE color: 4860005.
HSL color Cylindrical-coordinate representation of color #65284A: hue angle of 326.56º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65284A is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 74 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.60 |
| HSL | 326.56º | 0.43% | 0.28% | - |
| HSV(B) | 326.56º | 0.6% | 0.4% | - |
| XYZ | 7.36 | 4.78 | 7.01 | - |
| YUV | 62.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 74 | 0 | 0.60 | 0.27 | 0.60 | 326.56 | 0.43 | 0.28 |
| Hex | 65 | 28 | 4A | 0 | 3C | 1B | 3C | 147 | 2B | 1C |
| Octal | 145 | 50 | 112 | 0 | 74 | 33 | 74 | 507 | 53 | 34 |
| Binary | 1100101 | 101000 | 1001010 | 0 | 111100 | 11011 | 111100 | 101000111 | 101011 | 11100 |
Color Harmonies of #65284A
Complementary color
Monochromatic Colors of #65284A
Black with #65284A
Text Example
Text Example
White with #65284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65284A; }
p { color: rgb(101,40,74); }
H1.HeaderClassName
{
color: #65284A;
}
.AnyTagClassName
{
color: #65284A;
}
</style>
background-color css
<style>
a { background-color: #65284A; }
a { background-color: rgb(101,40,74); }
div.DivClassName
{
background-color: #65284A;
}
.BgClassName
{
background-color: #65284A;
}
</style>
border-color css
<style>
span { border-color: #65284A; }
span { border-color: rgb(101,40,74); }
td.TdClassName
{
border-color: #65284A;
}
.TagClassName
{
border-color: #65284A;
}
</style>