Shades of Pompadour #65194D
Tints of Pompadour #65194D
RGB
CMYK
RGB Variations
Color information
#65194D (or 0x65194D) is known color: Pompadour. HEX triplet: 65, 19 and 4D. RGB value is (101,25,77). Sum of RGB (Red+Green+Blue) = 101+25+77=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #65194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65194D is #9AE6B2. Grayscale: #353535. Windows color (decimal): -10151603 or 5052773. OLE color: 5052773.
HSL color Cylindrical-coordinate representation of color #65194D: hue angle of 318.95º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65194D is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 25 | 77 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.60 |
| HSL | 318.95º | 0.6% | 0.25% | - |
| HSV(B) | 318.95º | 0.75% | 0.4% | - |
| XYZ | 7.05 | 4 | 7.42 | - |
| YUV | 53.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 77 | 0 | 0.75 | 0.24 | 0.60 | 318.95 | 0.6 | 0.25 |
| Hex | 65 | 19 | 4D | 0 | 4B | 18 | 3C | 13F | 3C | 19 |
| Octal | 145 | 31 | 115 | 0 | 113 | 30 | 74 | 477 | 74 | 31 |
| Binary | 1100101 | 11001 | 1001101 | 0 | 1001011 | 11000 | 111100 | 100111111 | 111100 | 11001 |
Color Harmonies of #65194D
Complementary color
Monochromatic Colors of #65194D
Black with #65194D
Text Example
Text Example
White with #65194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65194D; }
p { color: rgb(101,25,77); }
H1.HeaderClassName
{
color: #65194D;
}
.AnyTagClassName
{
color: #65194D;
}
</style>
background-color css
<style>
a { background-color: #65194D; }
a { background-color: rgb(101,25,77); }
div.DivClassName
{
background-color: #65194D;
}
.BgClassName
{
background-color: #65194D;
}
</style>
border-color css
<style>
span { border-color: #65194D; }
span { border-color: rgb(101,25,77); }
td.TdClassName
{
border-color: #65194D;
}
.TagClassName
{
border-color: #65194D;
}
</style>