Shades of Pompadour #65144E
Tints of Pompadour #65144E
RGB
CMYK
RGB Variations
Color information
#65144E (or 0x65144E) is known color: Pompadour. HEX triplet: 65, 14 and 4E. RGB value is (101,20,78). Sum of RGB (Red+Green+Blue) = 101+20+78=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65144E is #9AEBB1. Grayscale: #323232. Windows color (decimal): -10152882 or 5117029. OLE color: 5117029.
HSL color Cylindrical-coordinate representation of color #65144E: hue angle of 317.04º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65144E is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 20 | 78 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.60 |
| HSL | 317.04º | 0.67% | 0.24% | - |
| HSV(B) | 317.04º | 0.8% | 0.4% | - |
| XYZ | 6.99 | 3.82 | 7.58 | - |
| YUV | 50.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 78 | 0 | 0.80 | 0.23 | 0.60 | 317.04 | 0.67 | 0.24 |
| Hex | 65 | 14 | 4E | 0 | 50 | 17 | 3C | 13D | 43 | 18 |
| Octal | 145 | 24 | 116 | 0 | 120 | 27 | 74 | 475 | 103 | 30 |
| Binary | 1100101 | 10100 | 1001110 | 0 | 1010000 | 10111 | 111100 | 100111101 | 1000011 | 11000 |
Color Harmonies of #65144E
Complementary color
Monochromatic Colors of #65144E
Black with #65144E
Text Example
Text Example
White with #65144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65144E; }
p { color: rgb(101,20,78); }
H1.HeaderClassName
{
color: #65144E;
}
.AnyTagClassName
{
color: #65144E;
}
</style>
background-color css
<style>
a { background-color: #65144E; }
a { background-color: rgb(101,20,78); }
div.DivClassName
{
background-color: #65144E;
}
.BgClassName
{
background-color: #65144E;
}
</style>
border-color css
<style>
span { border-color: #65144E; }
span { border-color: rgb(101,20,78); }
td.TdClassName
{
border-color: #65144E;
}
.TagClassName
{
border-color: #65144E;
}
</style>