Shades of Pompadour #65184D
Tints of Pompadour #65184D
RGB
CMYK
RGB Variations
Color information
#65184D (or 0x65184D) is known color: Pompadour. HEX triplet: 65, 18 and 4D. RGB value is (101,24,77). Sum of RGB (Red+Green+Blue) = 101+24+77=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #65184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65184D is #9AE7B2. Grayscale: #343434. Windows color (decimal): -10151859 or 5052517. OLE color: 5052517.
HSL color Cylindrical-coordinate representation of color #65184D: hue angle of 318.7º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65184D is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 77 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.60 |
| HSL | 318.7º | 0.62% | 0.25% | - |
| HSV(B) | 318.7º | 0.76% | 0.4% | - |
| XYZ | 7.03 | 3.96 | 7.41 | - |
| YUV | 53.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 77 | 0 | 0.76 | 0.24 | 0.60 | 318.7 | 0.62 | 0.25 |
| Hex | 65 | 18 | 4D | 0 | 4C | 18 | 3C | 13F | 3E | 19 |
| Octal | 145 | 30 | 115 | 0 | 114 | 30 | 74 | 477 | 76 | 31 |
| Binary | 1100101 | 11000 | 1001101 | 0 | 1001100 | 11000 | 111100 | 100111111 | 111110 | 11001 |
Color Harmonies of #65184D
Complementary color
Monochromatic Colors of #65184D
Black with #65184D
Text Example
Text Example
White with #65184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65184D; }
p { color: rgb(101,24,77); }
H1.HeaderClassName
{
color: #65184D;
}
.AnyTagClassName
{
color: #65184D;
}
</style>
background-color css
<style>
a { background-color: #65184D; }
a { background-color: rgb(101,24,77); }
div.DivClassName
{
background-color: #65184D;
}
.BgClassName
{
background-color: #65184D;
}
</style>
border-color css
<style>
span { border-color: #65184D; }
span { border-color: rgb(101,24,77); }
td.TdClassName
{
border-color: #65184D;
}
.TagClassName
{
border-color: #65184D;
}
</style>