Shades of Pompadour #65144B
Tints of Pompadour #65144B
RGB
CMYK
RGB Variations
Color information
#65144B (or 0x65144B) is known color: Pompadour. HEX triplet: 65, 14 and 4B. RGB value is (101,20,75). Sum of RGB (Red+Green+Blue) = 101+20+75=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65144B is #9AEBB4. Grayscale: #323232. Windows color (decimal): -10152885 or 4920421. OLE color: 4920421.
HSL color Cylindrical-coordinate representation of color #65144B: hue angle of 319.26º 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 #65144B is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 20 | 75 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.60 |
| HSL | 319.26º | 0.67% | 0.24% | - |
| HSV(B) | 319.26º | 0.8% | 0.4% | - |
| XYZ | 6.89 | 3.78 | 7.02 | - |
| YUV | 50.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 75 | 0 | 0.80 | 0.26 | 0.60 | 319.26 | 0.67 | 0.24 |
| Hex | 65 | 14 | 4B | 0 | 50 | 1A | 3C | 13F | 43 | 18 |
| Octal | 145 | 24 | 113 | 0 | 120 | 32 | 74 | 477 | 103 | 30 |
| Binary | 1100101 | 10100 | 1001011 | 0 | 1010000 | 11010 | 111100 | 100111111 | 1000011 | 11000 |
Color Harmonies of #65144B
Complementary color
Monochromatic Colors of #65144B
Black with #65144B
Text Example
Text Example
White with #65144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65144B; }
p { color: rgb(101,20,75); }
H1.HeaderClassName
{
color: #65144B;
}
.AnyTagClassName
{
color: #65144B;
}
</style>
background-color css
<style>
a { background-color: #65144B; }
a { background-color: rgb(101,20,75); }
div.DivClassName
{
background-color: #65144B;
}
.BgClassName
{
background-color: #65144B;
}
</style>
border-color css
<style>
span { border-color: #65144B; }
span { border-color: rgb(101,20,75); }
td.TdClassName
{
border-color: #65144B;
}
.TagClassName
{
border-color: #65144B;
}
</style>