Shades of Pompadour #61204C
Tints of Pompadour #61204C
RGB
CMYK
RGB Variations
Color information
#61204C (or 0x61204C) is known color: Pompadour. HEX triplet: 61, 20 and 4C. RGB value is (97,32,76). Sum of RGB (Red+Green+Blue) = 97+32+76=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61204C is #9EDFB3. Grayscale: #383838. Windows color (decimal): -10411956 or 4989025. OLE color: 4989025.
HSL color Cylindrical-coordinate representation of color #61204C: hue angle of 319.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61204C is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 32 | 76 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.62 |
| HSL | 319.38º | 0.5% | 0.25% | - |
| HSV(B) | 319.38º | 0.67% | 0.38% | - |
| XYZ | 6.75 | 4.1 | 7.27 | - |
| YUV | 56.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 76 | 0 | 0.67 | 0.22 | 0.62 | 319.38 | 0.5 | 0.25 |
| Hex | 61 | 20 | 4C | 0 | 43 | 16 | 3E | 13F | 32 | 19 |
| Octal | 141 | 40 | 114 | 0 | 103 | 26 | 76 | 477 | 62 | 31 |
| Binary | 1100001 | 100000 | 1001100 | 0 | 1000011 | 10110 | 111110 | 100111111 | 110010 | 11001 |
Color Harmonies of #61204C
Complementary color
Monochromatic Colors of #61204C
Black with #61204C
Text Example
Text Example
White with #61204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61204C; }
p { color: rgb(97,32,76); }
H1.HeaderClassName
{
color: #61204C;
}
.AnyTagClassName
{
color: #61204C;
}
</style>
background-color css
<style>
a { background-color: #61204C; }
a { background-color: rgb(97,32,76); }
div.DivClassName
{
background-color: #61204C;
}
.BgClassName
{
background-color: #61204C;
}
</style>
border-color css
<style>
span { border-color: #61204C; }
span { border-color: rgb(97,32,76); }
td.TdClassName
{
border-color: #61204C;
}
.TagClassName
{
border-color: #61204C;
}
</style>