Shades of Pompadour #65284F
Tints of Pompadour #65284F
RGB
CMYK
RGB Variations
Color information
#65284F (or 0x65284F) is known color: Pompadour. HEX triplet: 65, 28 and 4F. RGB value is (101,40,79). Sum of RGB (Red+Green+Blue) = 101+40+79=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #65284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65284F is #9AD7B0. Grayscale: #3E3E3E. Windows color (decimal): -10147761 or 5187685. OLE color: 5187685.
HSL color Cylindrical-coordinate representation of color #65284F: hue angle of 321.64º 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 #65284F is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 79 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.60 |
| HSL | 321.64º | 0.43% | 0.28% | - |
| HSV(B) | 321.64º | 0.6% | 0.4% | - |
| XYZ | 7.54 | 4.85 | 7.94 | - |
| YUV | 62.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 79 | 0 | 0.60 | 0.22 | 0.60 | 321.64 | 0.43 | 0.28 |
| Hex | 65 | 28 | 4F | 0 | 3C | 16 | 3C | 142 | 2B | 1C |
| Octal | 145 | 50 | 117 | 0 | 74 | 26 | 74 | 502 | 53 | 34 |
| Binary | 1100101 | 101000 | 1001111 | 0 | 111100 | 10110 | 111100 | 101000010 | 101011 | 11100 |
Color Harmonies of #65284F
Complementary color
Monochromatic Colors of #65284F
Black with #65284F
Text Example
Text Example
White with #65284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65284F; }
p { color: rgb(101,40,79); }
H1.HeaderClassName
{
color: #65284F;
}
.AnyTagClassName
{
color: #65284F;
}
</style>
background-color css
<style>
a { background-color: #65284F; }
a { background-color: rgb(101,40,79); }
div.DivClassName
{
background-color: #65284F;
}
.BgClassName
{
background-color: #65284F;
}
</style>
border-color css
<style>
span { border-color: #65284F; }
span { border-color: rgb(101,40,79); }
td.TdClassName
{
border-color: #65284F;
}
.TagClassName
{
border-color: #65284F;
}
</style>