Shades of Pompadour #65184A
Tints of Pompadour #65184A
RGB
CMYK
RGB Variations
Color information
#65184A (or 0x65184A) is known color: Pompadour. HEX triplet: 65, 18 and 4A. RGB value is (101,24,74). Sum of RGB (Red+Green+Blue) = 101+24+74=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65184A is #9AE7B5. Grayscale: #343434. Windows color (decimal): -10151862 or 4855909. OLE color: 4855909.
HSL color Cylindrical-coordinate representation of color #65184A: hue angle of 321.04º 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 #65184A is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 74 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.60 |
| HSL | 321.04º | 0.62% | 0.25% | - |
| HSV(B) | 321.04º | 0.76% | 0.4% | - |
| XYZ | 6.93 | 3.91 | 6.87 | - |
| YUV | 52.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 74 | 0 | 0.76 | 0.27 | 0.60 | 321.04 | 0.62 | 0.25 |
| Hex | 65 | 18 | 4A | 0 | 4C | 1B | 3C | 141 | 3E | 19 |
| Octal | 145 | 30 | 112 | 0 | 114 | 33 | 74 | 501 | 76 | 31 |
| Binary | 1100101 | 11000 | 1001010 | 0 | 1001100 | 11011 | 111100 | 101000001 | 111110 | 11001 |
Color Harmonies of #65184A
Complementary color
Monochromatic Colors of #65184A
Black with #65184A
Text Example
Text Example
White with #65184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65184A; }
p { color: rgb(101,24,74); }
H1.HeaderClassName
{
color: #65184A;
}
.AnyTagClassName
{
color: #65184A;
}
</style>
background-color css
<style>
a { background-color: #65184A; }
a { background-color: rgb(101,24,74); }
div.DivClassName
{
background-color: #65184A;
}
.BgClassName
{
background-color: #65184A;
}
</style>
border-color css
<style>
span { border-color: #65184A; }
span { border-color: rgb(101,24,74); }
td.TdClassName
{
border-color: #65184A;
}
.TagClassName
{
border-color: #65184A;
}
</style>