Shades of Pompadour #611C4A
Tints of Pompadour #611C4A
RGB
CMYK
RGB Variations
Color information
#611C4A (or 0x611C4A) is known color: Pompadour. HEX triplet: 61, 1C and 4A. RGB value is (97,28,74). Sum of RGB (Red+Green+Blue) = 97+28+74=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #611C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C4A is #9EE3B5. Grayscale: #353535. Windows color (decimal): -10412982 or 4856929. OLE color: 4856929.
HSL color Cylindrical-coordinate representation of color #611C4A: hue angle of 320º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #611C4A is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 28 | 74 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.62 |
| HSL | 320º | 0.55% | 0.25% | - |
| HSV(B) | 320º | 0.71% | 0.38% | - |
| XYZ | 6.58 | 3.87 | 6.88 | - |
| YUV | 53.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 74 | 0 | 0.71 | 0.24 | 0.62 | 320 | 0.55 | 0.25 |
| Hex | 61 | 1C | 4A | 0 | 47 | 18 | 3E | 140 | 37 | 19 |
| Octal | 141 | 34 | 112 | 0 | 107 | 30 | 76 | 500 | 67 | 31 |
| Binary | 1100001 | 11100 | 1001010 | 0 | 1000111 | 11000 | 111110 | 101000000 | 110111 | 11001 |
Color Harmonies of #611C4A
Complementary color
Monochromatic Colors of #611C4A
Black with #611C4A
Text Example
Text Example
White with #611C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611C4A; }
p { color: rgb(97,28,74); }
H1.HeaderClassName
{
color: #611C4A;
}
.AnyTagClassName
{
color: #611C4A;
}
</style>
background-color css
<style>
a { background-color: #611C4A; }
a { background-color: rgb(97,28,74); }
div.DivClassName
{
background-color: #611C4A;
}
.BgClassName
{
background-color: #611C4A;
}
</style>
border-color css
<style>
span { border-color: #611C4A; }
span { border-color: rgb(97,28,74); }
td.TdClassName
{
border-color: #611C4A;
}
.TagClassName
{
border-color: #611C4A;
}
</style>