Shades of Pompadour #611D4E
Tints of Pompadour #611D4E
RGB
CMYK
RGB Variations
Color information
#611D4E (or 0x611D4E) is known color: Pompadour. HEX triplet: 61, 1D and 4E. RGB value is (97,29,78). Sum of RGB (Red+Green+Blue) = 97+29+78=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #611D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D4E is #9EE2B1. Grayscale: #363636. Windows color (decimal): -10412722 or 5119329. OLE color: 5119329.
HSL color Cylindrical-coordinate representation of color #611D4E: hue angle of 316.76º 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 #611D4E is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 78 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.62 |
| HSL | 316.76º | 0.54% | 0.25% | - |
| HSV(B) | 316.76º | 0.7% | 0.38% | - |
| XYZ | 6.74 | 3.97 | 7.62 | - |
| YUV | 54.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 78 | 0 | 0.70 | 0.20 | 0.62 | 316.76 | 0.54 | 0.25 |
| Hex | 61 | 1D | 4E | 0 | 46 | 14 | 3E | 13D | 36 | 19 |
| Octal | 141 | 35 | 116 | 0 | 106 | 24 | 76 | 475 | 66 | 31 |
| Binary | 1100001 | 11101 | 1001110 | 0 | 1000110 | 10100 | 111110 | 100111101 | 110110 | 11001 |
Color Harmonies of #611D4E
Complementary color
Monochromatic Colors of #611D4E
Black with #611D4E
Text Example
Text Example
White with #611D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D4E; }
p { color: rgb(97,29,78); }
H1.HeaderClassName
{
color: #611D4E;
}
.AnyTagClassName
{
color: #611D4E;
}
</style>
background-color css
<style>
a { background-color: #611D4E; }
a { background-color: rgb(97,29,78); }
div.DivClassName
{
background-color: #611D4E;
}
.BgClassName
{
background-color: #611D4E;
}
</style>
border-color css
<style>
span { border-color: #611D4E; }
span { border-color: rgb(97,29,78); }
td.TdClassName
{
border-color: #611D4E;
}
.TagClassName
{
border-color: #611D4E;
}
</style>