Shades of Pompadour #611E48
Tints of Pompadour #611E48
RGB
CMYK
RGB Variations
Color information
#611E48 (or 0x611E48) is known color: Pompadour. HEX triplet: 61, 1E and 48. RGB value is (97,30,72). Sum of RGB (Red+Green+Blue) = 97+30+72=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #611E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E48 is #9EE1B7. Grayscale: #363636. Windows color (decimal): -10412472 or 4726369. OLE color: 4726369.
HSL color Cylindrical-coordinate representation of color #611E48: hue angle of 322.39º 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 #611E48 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 72 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.62 |
| HSL | 322.39º | 0.53% | 0.25% | - |
| HSV(B) | 322.39º | 0.69% | 0.38% | - |
| XYZ | 6.56 | 3.94 | 6.55 | - |
| YUV | 54.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 72 | 0 | 0.69 | 0.26 | 0.62 | 322.39 | 0.53 | 0.25 |
| Hex | 61 | 1E | 48 | 0 | 45 | 1A | 3E | 142 | 35 | 19 |
| Octal | 141 | 36 | 110 | 0 | 105 | 32 | 76 | 502 | 65 | 31 |
| Binary | 1100001 | 11110 | 1001000 | 0 | 1000101 | 11010 | 111110 | 101000010 | 110101 | 11001 |
Color Harmonies of #611E48
Complementary color
Monochromatic Colors of #611E48
Black with #611E48
Text Example
Text Example
White with #611E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E48; }
p { color: rgb(97,30,72); }
H1.HeaderClassName
{
color: #611E48;
}
.AnyTagClassName
{
color: #611E48;
}
</style>
background-color css
<style>
a { background-color: #611E48; }
a { background-color: rgb(97,30,72); }
div.DivClassName
{
background-color: #611E48;
}
.BgClassName
{
background-color: #611E48;
}
</style>
border-color css
<style>
span { border-color: #611E48; }
span { border-color: rgb(97,30,72); }
td.TdClassName
{
border-color: #611E48;
}
.TagClassName
{
border-color: #611E48;
}
</style>