Shades of Pompadour #611E47
Tints of Pompadour #611E47
RGB
CMYK
RGB Variations
Color information
#611E47 (or 0x611E47) is known color: Pompadour. HEX triplet: 61, 1E and 47. RGB value is (97,30,71). Sum of RGB (Red+Green+Blue) = 97+30+71=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #611E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E47 is #9EE1B8. Grayscale: #363636. Windows color (decimal): -10412473 or 4660833. OLE color: 4660833.
HSL color Cylindrical-coordinate representation of color #611E47: hue angle of 323.28º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E47 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 71 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.62 |
| HSL | 323.28º | 0.53% | 0.25% | - |
| HSV(B) | 323.28º | 0.69% | 0.38% | - |
| XYZ | 6.53 | 3.92 | 6.37 | - |
| YUV | 54.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 71 | 0 | 0.69 | 0.27 | 0.62 | 323.28 | 0.53 | 0.25 |
| Hex | 61 | 1E | 47 | 0 | 45 | 1B | 3E | 143 | 35 | 19 |
| Octal | 141 | 36 | 107 | 0 | 105 | 33 | 76 | 503 | 65 | 31 |
| Binary | 1100001 | 11110 | 1000111 | 0 | 1000101 | 11011 | 111110 | 101000011 | 110101 | 11001 |
Color Harmonies of #611E47
Complementary color
Monochromatic Colors of #611E47
Black with #611E47
Text Example
Text Example
White with #611E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E47; }
p { color: rgb(97,30,71); }
H1.HeaderClassName
{
color: #611E47;
}
.AnyTagClassName
{
color: #611E47;
}
</style>
background-color css
<style>
a { background-color: #611E47; }
a { background-color: rgb(97,30,71); }
div.DivClassName
{
background-color: #611E47;
}
.BgClassName
{
background-color: #611E47;
}
</style>
border-color css
<style>
span { border-color: #611E47; }
span { border-color: rgb(97,30,71); }
td.TdClassName
{
border-color: #611E47;
}
.TagClassName
{
border-color: #611E47;
}
</style>