Shades of Pompadour #65154B
Tints of Pompadour #65154B
RGB
CMYK
RGB Variations
Color information
#65154B (or 0x65154B) is known color: Pompadour. HEX triplet: 65, 15 and 4B. RGB value is (101,21,75). Sum of RGB (Red+Green+Blue) = 101+21+75=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #65154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65154B is #9AEAB4. Grayscale: #323232. Windows color (decimal): -10152629 or 4920677. OLE color: 4920677.
HSL color Cylindrical-coordinate representation of color #65154B: hue angle of 319.5º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65154B is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 21 | 75 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.60 |
| HSL | 319.5º | 0.66% | 0.24% | - |
| HSV(B) | 319.5º | 0.79% | 0.4% | - |
| XYZ | 6.9 | 3.81 | 7.03 | - |
| YUV | 51.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 75 | 0 | 0.79 | 0.26 | 0.60 | 319.5 | 0.66 | 0.24 |
| Hex | 65 | 15 | 4B | 0 | 4F | 1A | 3C | 140 | 42 | 18 |
| Octal | 145 | 25 | 113 | 0 | 117 | 32 | 74 | 500 | 102 | 30 |
| Binary | 1100101 | 10101 | 1001011 | 0 | 1001111 | 11010 | 111100 | 101000000 | 1000010 | 11000 |
Color Harmonies of #65154B
Complementary color
Monochromatic Colors of #65154B
Black with #65154B
Text Example
Text Example
White with #65154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65154B; }
p { color: rgb(101,21,75); }
H1.HeaderClassName
{
color: #65154B;
}
.AnyTagClassName
{
color: #65154B;
}
</style>
background-color css
<style>
a { background-color: #65154B; }
a { background-color: rgb(101,21,75); }
div.DivClassName
{
background-color: #65154B;
}
.BgClassName
{
background-color: #65154B;
}
</style>
border-color css
<style>
span { border-color: #65154B; }
span { border-color: rgb(101,21,75); }
td.TdClassName
{
border-color: #65154B;
}
.TagClassName
{
border-color: #65154B;
}
</style>