Shades of Pompadour #65184E
Tints of Pompadour #65184E
RGB
CMYK
RGB Variations
Color information
#65184E (or 0x65184E) is known color: Pompadour. HEX triplet: 65, 18 and 4E. RGB value is (101,24,78). Sum of RGB (Red+Green+Blue) = 101+24+78=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #65184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65184E is #9AE7B1. Grayscale: #353535. Windows color (decimal): -10151858 or 5118053. OLE color: 5118053.
HSL color Cylindrical-coordinate representation of color #65184E: hue angle of 317.92º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65184E is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 78 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.60 |
| HSL | 317.92º | 0.62% | 0.25% | - |
| HSV(B) | 317.92º | 0.76% | 0.4% | - |
| XYZ | 7.07 | 3.97 | 7.6 | - |
| YUV | 53.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 78 | 0 | 0.76 | 0.23 | 0.60 | 317.92 | 0.62 | 0.25 |
| Hex | 65 | 18 | 4E | 0 | 4C | 17 | 3C | 13E | 3E | 19 |
| Octal | 145 | 30 | 116 | 0 | 114 | 27 | 74 | 476 | 76 | 31 |
| Binary | 1100101 | 11000 | 1001110 | 0 | 1001100 | 10111 | 111100 | 100111110 | 111110 | 11001 |
Color Harmonies of #65184E
Complementary color
Monochromatic Colors of #65184E
Black with #65184E
Text Example
Text Example
White with #65184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65184E; }
p { color: rgb(101,24,78); }
H1.HeaderClassName
{
color: #65184E;
}
.AnyTagClassName
{
color: #65184E;
}
</style>
background-color css
<style>
a { background-color: #65184E; }
a { background-color: rgb(101,24,78); }
div.DivClassName
{
background-color: #65184E;
}
.BgClassName
{
background-color: #65184E;
}
</style>
border-color css
<style>
span { border-color: #65184E; }
span { border-color: rgb(101,24,78); }
td.TdClassName
{
border-color: #65184E;
}
.TagClassName
{
border-color: #65184E;
}
</style>