Shades of Pompadour #65294A
Tints of Pompadour #65294A
RGB
CMYK
RGB Variations
Color information
#65294A (or 0x65294A) is known color: Pompadour. HEX triplet: 65, 29 and 4A. RGB value is (101,41,74). Sum of RGB (Red+Green+Blue) = 101+41+74=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65294A is #9AD6B5. Grayscale: #3E3E3E. Windows color (decimal): -10147510 or 4860261. OLE color: 4860261.
HSL color Cylindrical-coordinate representation of color #65294A: hue angle of 327º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65294A is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 41 | 74 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.60 |
| HSL | 327º | 0.42% | 0.28% | - |
| HSV(B) | 327º | 0.59% | 0.4% | - |
| XYZ | 7.4 | 4.85 | 7.02 | - |
| YUV | 62.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 74 | 0 | 0.59 | 0.27 | 0.60 | 327 | 0.42 | 0.28 |
| Hex | 65 | 29 | 4A | 0 | 3B | 1B | 3C | 147 | 2A | 1C |
| Octal | 145 | 51 | 112 | 0 | 73 | 33 | 74 | 507 | 52 | 34 |
| Binary | 1100101 | 101001 | 1001010 | 0 | 111011 | 11011 | 111100 | 101000111 | 101010 | 11100 |
Color Harmonies of #65294A
Complementary color
Monochromatic Colors of #65294A
Black with #65294A
Text Example
Text Example
White with #65294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65294A; }
p { color: rgb(101,41,74); }
H1.HeaderClassName
{
color: #65294A;
}
.AnyTagClassName
{
color: #65294A;
}
</style>
background-color css
<style>
a { background-color: #65294A; }
a { background-color: rgb(101,41,74); }
div.DivClassName
{
background-color: #65294A;
}
.BgClassName
{
background-color: #65294A;
}
</style>
border-color css
<style>
span { border-color: #65294A; }
span { border-color: rgb(101,41,74); }
td.TdClassName
{
border-color: #65294A;
}
.TagClassName
{
border-color: #65294A;
}
</style>