Shades of Pompadour #611A4D
Tints of Pompadour #611A4D
RGB
CMYK
RGB Variations
Color information
#611A4D (or 0x611A4D) is known color: Pompadour. HEX triplet: 61, 1A and 4D. RGB value is (97,26,77). Sum of RGB (Red+Green+Blue) = 97+26+77=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #611A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A4D is #9EE5B2. Grayscale: #343434. Windows color (decimal): -10413491 or 5053025. OLE color: 5053025.
HSL color Cylindrical-coordinate representation of color #611A4D: hue angle of 316.9º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A4D is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 77 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.62 |
| HSL | 316.9º | 0.58% | 0.24% | - |
| HSV(B) | 316.9º | 0.73% | 0.38% | - |
| XYZ | 6.64 | 3.82 | 7.41 | - |
| YUV | 53.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 77 | 0 | 0.73 | 0.21 | 0.62 | 316.9 | 0.58 | 0.24 |
| Hex | 61 | 1A | 4D | 0 | 49 | 15 | 3E | 13D | 3A | 18 |
| Octal | 141 | 32 | 115 | 0 | 111 | 25 | 76 | 475 | 72 | 30 |
| Binary | 1100001 | 11010 | 1001101 | 0 | 1001001 | 10101 | 111110 | 100111101 | 111010 | 11000 |
Color Harmonies of #611A4D
Complementary color
Monochromatic Colors of #611A4D
Black with #611A4D
Text Example
Text Example
White with #611A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A4D; }
p { color: rgb(97,26,77); }
H1.HeaderClassName
{
color: #611A4D;
}
.AnyTagClassName
{
color: #611A4D;
}
</style>
background-color css
<style>
a { background-color: #611A4D; }
a { background-color: rgb(97,26,77); }
div.DivClassName
{
background-color: #611A4D;
}
.BgClassName
{
background-color: #611A4D;
}
</style>
border-color css
<style>
span { border-color: #611A4D; }
span { border-color: rgb(97,26,77); }
td.TdClassName
{
border-color: #611A4D;
}
.TagClassName
{
border-color: #611A4D;
}
</style>