Shades of Pompadour #65193B
Tints of Pompadour #65193B
RGB
CMYK
RGB Variations
Color information
#65193B (or 0x65193B) is known color: Pompadour. HEX triplet: 65, 19 and 3B. RGB value is (101,25,59). Sum of RGB (Red+Green+Blue) = 101+25+59=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #65193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65193B is #9AE6C4. Grayscale: #333333. Windows color (decimal): -10151621 or 3873125. OLE color: 3873125.
HSL color Cylindrical-coordinate representation of color #65193B: hue angle of 333.16º 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 #65193B is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 25 | 59 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.60 |
| HSL | 333.16º | 0.6% | 0.25% | - |
| HSV(B) | 333.16º | 0.75% | 0.4% | - |
| XYZ | 6.5 | 3.78 | 4.52 | - |
| YUV | 51.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 59 | 0 | 0.75 | 0.42 | 0.60 | 333.16 | 0.6 | 0.25 |
| Hex | 65 | 19 | 3B | 0 | 4B | 2A | 3C | 14D | 3C | 19 |
| Octal | 145 | 31 | 73 | 0 | 113 | 52 | 74 | 515 | 74 | 31 |
| Binary | 1100101 | 11001 | 111011 | 0 | 1001011 | 101010 | 111100 | 101001101 | 111100 | 11001 |
Color Harmonies of #65193B
Complementary color
Monochromatic Colors of #65193B
Black with #65193B
Text Example
Text Example
White with #65193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65193B; }
p { color: rgb(101,25,59); }
H1.HeaderClassName
{
color: #65193B;
}
.AnyTagClassName
{
color: #65193B;
}
</style>
background-color css
<style>
a { background-color: #65193B; }
a { background-color: rgb(101,25,59); }
div.DivClassName
{
background-color: #65193B;
}
.BgClassName
{
background-color: #65193B;
}
</style>
border-color css
<style>
span { border-color: #65193B; }
span { border-color: rgb(101,25,59); }
td.TdClassName
{
border-color: #65193B;
}
.TagClassName
{
border-color: #65193B;
}
</style>