Shades of Pompadour #65274C
Tints of Pompadour #65274C
RGB
CMYK
RGB Variations
Color information
#65274C (or 0x65274C) is known color: Pompadour. HEX triplet: 65, 27 and 4C. RGB value is (101,39,76). Sum of RGB (Red+Green+Blue) = 101+39+76=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65274C is #9AD8B3. Grayscale: #3D3D3D. Windows color (decimal): -10148020 or 4990821. OLE color: 4990821.
HSL color Cylindrical-coordinate representation of color #65274C: hue angle of 324.19º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65274C is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 39 | 76 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.60 |
| HSL | 324.19º | 0.44% | 0.27% | - |
| HSV(B) | 324.19º | 0.61% | 0.4% | - |
| XYZ | 7.4 | 4.74 | 7.36 | - |
| YUV | 61.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 76 | 0 | 0.61 | 0.25 | 0.60 | 324.19 | 0.44 | 0.27 |
| Hex | 65 | 27 | 4C | 0 | 3D | 19 | 3C | 144 | 2C | 1B |
| Octal | 145 | 47 | 114 | 0 | 75 | 31 | 74 | 504 | 54 | 33 |
| Binary | 1100101 | 100111 | 1001100 | 0 | 111101 | 11001 | 111100 | 101000100 | 101100 | 11011 |
Color Harmonies of #65274C
Complementary color
Monochromatic Colors of #65274C
Black with #65274C
Text Example
Text Example
White with #65274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65274C; }
p { color: rgb(101,39,76); }
H1.HeaderClassName
{
color: #65274C;
}
.AnyTagClassName
{
color: #65274C;
}
</style>
background-color css
<style>
a { background-color: #65274C; }
a { background-color: rgb(101,39,76); }
div.DivClassName
{
background-color: #65274C;
}
.BgClassName
{
background-color: #65274C;
}
</style>
border-color css
<style>
span { border-color: #65274C; }
span { border-color: rgb(101,39,76); }
td.TdClassName
{
border-color: #65274C;
}
.TagClassName
{
border-color: #65274C;
}
</style>