Shades of Pompadour #611D47
Tints of Pompadour #611D47
RGB
CMYK
RGB Variations
Color information
#611D47 (or 0x611D47) is known color: Pompadour. HEX triplet: 61, 1D and 47. RGB value is (97,29,71). Sum of RGB (Red+Green+Blue) = 97+29+71=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #611D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D47 is #9EE2B8. Grayscale: #363636. Windows color (decimal): -10412729 or 4660577. OLE color: 4660577.
HSL color Cylindrical-coordinate representation of color #611D47: hue angle of 322.94º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D47 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 71 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.62 |
| HSL | 322.94º | 0.54% | 0.25% | - |
| HSV(B) | 322.94º | 0.7% | 0.38% | - |
| XYZ | 6.51 | 3.88 | 6.37 | - |
| YUV | 54.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 71 | 0 | 0.70 | 0.27 | 0.62 | 322.94 | 0.54 | 0.25 |
| Hex | 61 | 1D | 47 | 0 | 46 | 1B | 3E | 143 | 36 | 19 |
| Octal | 141 | 35 | 107 | 0 | 106 | 33 | 76 | 503 | 66 | 31 |
| Binary | 1100001 | 11101 | 1000111 | 0 | 1000110 | 11011 | 111110 | 101000011 | 110110 | 11001 |
Color Harmonies of #611D47
Complementary color
Monochromatic Colors of #611D47
Black with #611D47
Text Example
Text Example
White with #611D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D47; }
p { color: rgb(97,29,71); }
H1.HeaderClassName
{
color: #611D47;
}
.AnyTagClassName
{
color: #611D47;
}
</style>
background-color css
<style>
a { background-color: #611D47; }
a { background-color: rgb(97,29,71); }
div.DivClassName
{
background-color: #611D47;
}
.BgClassName
{
background-color: #611D47;
}
</style>
border-color css
<style>
span { border-color: #611D47; }
span { border-color: rgb(97,29,71); }
td.TdClassName
{
border-color: #611D47;
}
.TagClassName
{
border-color: #611D47;
}
</style>