Shades of Pompadour #611644
Tints of Pompadour #611644
RGB
CMYK
RGB Variations
Color information
#611644 (or 0x611644) is known color: Pompadour. HEX triplet: 61, 16 and 44. RGB value is (97,22,68). Sum of RGB (Red+Green+Blue) = 97+22+68=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #611644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611644 is #9EE9BB. Grayscale: #313131. Windows color (decimal): -10414524 or 4462177. OLE color: 4462177.
HSL color Cylindrical-coordinate representation of color #611644: hue angle of 323.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611644 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 22 | 68 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.62 |
| HSL | 323.2º | 0.63% | 0.23% | - |
| HSV(B) | 323.2º | 0.77% | 0.38% | - |
| XYZ | 6.26 | 3.53 | 5.82 | - |
| YUV | 49.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 68 | 0 | 0.77 | 0.30 | 0.62 | 323.2 | 0.63 | 0.23 |
| Hex | 61 | 16 | 44 | 0 | 4D | 1E | 3E | 143 | 3F | 17 |
| Octal | 141 | 26 | 104 | 0 | 115 | 36 | 76 | 503 | 77 | 27 |
| Binary | 1100001 | 10110 | 1000100 | 0 | 1001101 | 11110 | 111110 | 101000011 | 111111 | 10111 |
Color Harmonies of #611644
Complementary color
Monochromatic Colors of #611644
Black with #611644
Text Example
Text Example
White with #611644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611644; }
p { color: rgb(97,22,68); }
H1.HeaderClassName
{
color: #611644;
}
.AnyTagClassName
{
color: #611644;
}
</style>
background-color css
<style>
a { background-color: #611644; }
a { background-color: rgb(97,22,68); }
div.DivClassName
{
background-color: #611644;
}
.BgClassName
{
background-color: #611644;
}
</style>
border-color css
<style>
span { border-color: #611644; }
span { border-color: rgb(97,22,68); }
td.TdClassName
{
border-color: #611644;
}
.TagClassName
{
border-color: #611644;
}
</style>