Shades of Pompadour #65144A
Tints of Pompadour #65144A
RGB
CMYK
RGB Variations
Color information
#65144A (or 0x65144A) is known color: Pompadour. HEX triplet: 65, 14 and 4A. RGB value is (101,20,74). Sum of RGB (Red+Green+Blue) = 101+20+74=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #65144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65144A is #9AEBB5. Grayscale: #323232. Windows color (decimal): -10152886 or 4854885. OLE color: 4854885.
HSL color Cylindrical-coordinate representation of color #65144A: hue angle of 320º 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 #65144A is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 20 | 74 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.60 |
| HSL | 320º | 0.67% | 0.24% | - |
| HSV(B) | 320º | 0.8% | 0.4% | - |
| XYZ | 6.85 | 3.76 | 6.84 | - |
| YUV | 50.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 74 | 0 | 0.80 | 0.27 | 0.60 | 320 | 0.67 | 0.24 |
| Hex | 65 | 14 | 4A | 0 | 50 | 1B | 3C | 140 | 43 | 18 |
| Octal | 145 | 24 | 112 | 0 | 120 | 33 | 74 | 500 | 103 | 30 |
| Binary | 1100101 | 10100 | 1001010 | 0 | 1010000 | 11011 | 111100 | 101000000 | 1000011 | 11000 |
Color Harmonies of #65144A
Complementary color
Monochromatic Colors of #65144A
Black with #65144A
Text Example
Text Example
White with #65144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65144A; }
p { color: rgb(101,20,74); }
H1.HeaderClassName
{
color: #65144A;
}
.AnyTagClassName
{
color: #65144A;
}
</style>
background-color css
<style>
a { background-color: #65144A; }
a { background-color: rgb(101,20,74); }
div.DivClassName
{
background-color: #65144A;
}
.BgClassName
{
background-color: #65144A;
}
</style>
border-color css
<style>
span { border-color: #65144A; }
span { border-color: rgb(101,20,74); }
td.TdClassName
{
border-color: #65144A;
}
.TagClassName
{
border-color: #65144A;
}
</style>