Shades of Pompadour #611D44
Tints of Pompadour #611D44
RGB
CMYK
RGB Variations
Color information
#611D44 (or 0x611D44) is known color: Pompadour. HEX triplet: 61, 1D and 44. RGB value is (97,29,68). Sum of RGB (Red+Green+Blue) = 97+29+68=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #611D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D44 is #9EE2BB. Grayscale: #353535. Windows color (decimal): -10412732 or 4463969. OLE color: 4463969.
HSL color Cylindrical-coordinate representation of color #611D44: hue angle of 325.59º 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 #611D44 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 68 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.62 |
| HSL | 325.59º | 0.54% | 0.25% | - |
| HSV(B) | 325.59º | 0.7% | 0.38% | - |
| XYZ | 6.41 | 3.84 | 5.87 | - |
| YUV | 53.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 68 | 0 | 0.70 | 0.30 | 0.62 | 325.59 | 0.54 | 0.25 |
| Hex | 61 | 1D | 44 | 0 | 46 | 1E | 3E | 146 | 36 | 19 |
| Octal | 141 | 35 | 104 | 0 | 106 | 36 | 76 | 506 | 66 | 31 |
| Binary | 1100001 | 11101 | 1000100 | 0 | 1000110 | 11110 | 111110 | 101000110 | 110110 | 11001 |
Color Harmonies of #611D44
Complementary color
Monochromatic Colors of #611D44
Black with #611D44
Text Example
Text Example
White with #611D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D44; }
p { color: rgb(97,29,68); }
H1.HeaderClassName
{
color: #611D44;
}
.AnyTagClassName
{
color: #611D44;
}
</style>
background-color css
<style>
a { background-color: #611D44; }
a { background-color: rgb(97,29,68); }
div.DivClassName
{
background-color: #611D44;
}
.BgClassName
{
background-color: #611D44;
}
</style>
border-color css
<style>
span { border-color: #611D44; }
span { border-color: rgb(97,29,68); }
td.TdClassName
{
border-color: #611D44;
}
.TagClassName
{
border-color: #611D44;
}
</style>