Shades of Pompadour #611F4D
Tints of Pompadour #611F4D
RGB
CMYK
RGB Variations
Color information
#611F4D (or 0x611F4D) is known color: Pompadour. HEX triplet: 61, 1F and 4D. RGB value is (97,31,77). Sum of RGB (Red+Green+Blue) = 97+31+77=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F4D is #9EE0B2. Grayscale: #373737. Windows color (decimal): -10412211 or 5054305. OLE color: 5054305.
HSL color Cylindrical-coordinate representation of color #611F4D: hue angle of 318.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F4D is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 31 | 77 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.62 |
| HSL | 318.18º | 0.52% | 0.25% | - |
| HSV(B) | 318.18º | 0.68% | 0.38% | - |
| XYZ | 6.76 | 4.06 | 7.45 | - |
| YUV | 55.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 77 | 0 | 0.68 | 0.21 | 0.62 | 318.18 | 0.52 | 0.25 |
| Hex | 61 | 1F | 4D | 0 | 44 | 15 | 3E | 13E | 34 | 19 |
| Octal | 141 | 37 | 115 | 0 | 104 | 25 | 76 | 476 | 64 | 31 |
| Binary | 1100001 | 11111 | 1001101 | 0 | 1000100 | 10101 | 111110 | 100111110 | 110100 | 11001 |
Color Harmonies of #611F4D
Complementary color
Monochromatic Colors of #611F4D
Black with #611F4D
Text Example
Text Example
White with #611F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F4D; }
p { color: rgb(97,31,77); }
H1.HeaderClassName
{
color: #611F4D;
}
.AnyTagClassName
{
color: #611F4D;
}
</style>
background-color css
<style>
a { background-color: #611F4D; }
a { background-color: rgb(97,31,77); }
div.DivClassName
{
background-color: #611F4D;
}
.BgClassName
{
background-color: #611F4D;
}
</style>
border-color css
<style>
span { border-color: #611F4D; }
span { border-color: rgb(97,31,77); }
td.TdClassName
{
border-color: #611F4D;
}
.TagClassName
{
border-color: #611F4D;
}
</style>