Shades of Pompadour #65164B
Tints of Pompadour #65164B
RGB
CMYK
RGB Variations
Color information
#65164B (or 0x65164B) is known color: Pompadour. HEX triplet: 65, 16 and 4B. RGB value is (101,22,75). Sum of RGB (Red+Green+Blue) = 101+22+75=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65164B is #9AE9B4. Grayscale: #333333. Windows color (decimal): -10152373 or 4920933. OLE color: 4920933.
HSL color Cylindrical-coordinate representation of color #65164B: hue angle of 319.75º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65164B is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 22 | 75 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.60 |
| HSL | 319.75º | 0.64% | 0.24% | - |
| HSV(B) | 319.75º | 0.78% | 0.4% | - |
| XYZ | 6.92 | 3.85 | 7.03 | - |
| YUV | 51.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 75 | 0 | 0.78 | 0.26 | 0.60 | 319.75 | 0.64 | 0.24 |
| Hex | 65 | 16 | 4B | 0 | 4E | 1A | 3C | 140 | 40 | 18 |
| Octal | 145 | 26 | 113 | 0 | 116 | 32 | 74 | 500 | 100 | 30 |
| Binary | 1100101 | 10110 | 1001011 | 0 | 1001110 | 11010 | 111100 | 101000000 | 1000000 | 11000 |
Color Harmonies of #65164B
Complementary color
Monochromatic Colors of #65164B
Black with #65164B
Text Example
Text Example
White with #65164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65164B; }
p { color: rgb(101,22,75); }
H1.HeaderClassName
{
color: #65164B;
}
.AnyTagClassName
{
color: #65164B;
}
</style>
background-color css
<style>
a { background-color: #65164B; }
a { background-color: rgb(101,22,75); }
div.DivClassName
{
background-color: #65164B;
}
.BgClassName
{
background-color: #65164B;
}
</style>
border-color css
<style>
span { border-color: #65164B; }
span { border-color: rgb(101,22,75); }
td.TdClassName
{
border-color: #65164B;
}
.TagClassName
{
border-color: #65164B;
}
</style>