Shades of Pompadour #65183B
Tints of Pompadour #65183B
RGB
CMYK
RGB Variations
Color information
#65183B (or 0x65183B) is known color: Pompadour. HEX triplet: 65, 18 and 3B. RGB value is (101,24,59). Sum of RGB (Red+Green+Blue) = 101+24+59=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #65183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65183B is #9AE7C4. Grayscale: #323232. Windows color (decimal): -10151877 or 3872869. OLE color: 3872869.
HSL color Cylindrical-coordinate representation of color #65183B: hue angle of 332.73º 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 #65183B is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 59 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.60 |
| HSL | 332.73º | 0.62% | 0.25% | - |
| HSV(B) | 332.73º | 0.76% | 0.4% | - |
| XYZ | 6.48 | 3.74 | 4.52 | - |
| YUV | 51.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 59 | 0 | 0.76 | 0.42 | 0.60 | 332.73 | 0.62 | 0.25 |
| Hex | 65 | 18 | 3B | 0 | 4C | 2A | 3C | 14D | 3E | 19 |
| Octal | 145 | 30 | 73 | 0 | 114 | 52 | 74 | 515 | 76 | 31 |
| Binary | 1100101 | 11000 | 111011 | 0 | 1001100 | 101010 | 111100 | 101001101 | 111110 | 11001 |
Color Harmonies of #65183B
Complementary color
Monochromatic Colors of #65183B
Black with #65183B
Text Example
Text Example
White with #65183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65183B; }
p { color: rgb(101,24,59); }
H1.HeaderClassName
{
color: #65183B;
}
.AnyTagClassName
{
color: #65183B;
}
</style>
background-color css
<style>
a { background-color: #65183B; }
a { background-color: rgb(101,24,59); }
div.DivClassName
{
background-color: #65183B;
}
.BgClassName
{
background-color: #65183B;
}
</style>
border-color css
<style>
span { border-color: #65183B; }
span { border-color: rgb(101,24,59); }
td.TdClassName
{
border-color: #65183B;
}
.TagClassName
{
border-color: #65183B;
}
</style>