Shades of Pompadour #65214D
Tints of Pompadour #65214D
RGB
CMYK
RGB Variations
Color information
#65214D (or 0x65214D) is known color: Pompadour. HEX triplet: 65, 21 and 4D. RGB value is (101,33,77). Sum of RGB (Red+Green+Blue) = 101+33+77=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65214D is #9ADEB2. Grayscale: #3A3A3A. Windows color (decimal): -10149555 or 5054821. OLE color: 5054821.
HSL color Cylindrical-coordinate representation of color #65214D: hue angle of 321.18º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65214D is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 77 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.60 |
| HSL | 321.18º | 0.51% | 0.26% | - |
| HSV(B) | 321.18º | 0.67% | 0.4% | - |
| XYZ | 7.25 | 4.39 | 7.49 | - |
| YUV | 58.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 77 | 0 | 0.67 | 0.24 | 0.60 | 321.18 | 0.51 | 0.26 |
| Hex | 65 | 21 | 4D | 0 | 43 | 18 | 3C | 141 | 33 | 1A |
| Octal | 145 | 41 | 115 | 0 | 103 | 30 | 74 | 501 | 63 | 32 |
| Binary | 1100101 | 100001 | 1001101 | 0 | 1000011 | 11000 | 111100 | 101000001 | 110011 | 11010 |
Color Harmonies of #65214D
Complementary color
Monochromatic Colors of #65214D
Black with #65214D
Text Example
Text Example
White with #65214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65214D; }
p { color: rgb(101,33,77); }
H1.HeaderClassName
{
color: #65214D;
}
.AnyTagClassName
{
color: #65214D;
}
</style>
background-color css
<style>
a { background-color: #65214D; }
a { background-color: rgb(101,33,77); }
div.DivClassName
{
background-color: #65214D;
}
.BgClassName
{
background-color: #65214D;
}
</style>
border-color css
<style>
span { border-color: #65214D; }
span { border-color: rgb(101,33,77); }
td.TdClassName
{
border-color: #65214D;
}
.TagClassName
{
border-color: #65214D;
}
</style>