Shades of Pompadour #61214C
Tints of Pompadour #61214C
RGB
CMYK
RGB Variations
Color information
#61214C (or 0x61214C) is known color: Pompadour. HEX triplet: 61, 21 and 4C. RGB value is (97,33,76). Sum of RGB (Red+Green+Blue) = 97+33+76=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61214C is #9EDEB3. Grayscale: #383838. Windows color (decimal): -10411700 or 4989281. OLE color: 4989281.
HSL color Cylindrical-coordinate representation of color #61214C: hue angle of 319.69º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61214C is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 33 | 76 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.62 |
| HSL | 319.69º | 0.49% | 0.25% | - |
| HSV(B) | 319.69º | 0.66% | 0.38% | - |
| XYZ | 6.78 | 4.15 | 7.28 | - |
| YUV | 57.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 76 | 0 | 0.66 | 0.22 | 0.62 | 319.69 | 0.49 | 0.25 |
| Hex | 61 | 21 | 4C | 0 | 42 | 16 | 3E | 140 | 31 | 19 |
| Octal | 141 | 41 | 114 | 0 | 102 | 26 | 76 | 500 | 61 | 31 |
| Binary | 1100001 | 100001 | 1001100 | 0 | 1000010 | 10110 | 111110 | 101000000 | 110001 | 11001 |
Color Harmonies of #61214C
Complementary color
Monochromatic Colors of #61214C
Black with #61214C
Text Example
Text Example
White with #61214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61214C; }
p { color: rgb(97,33,76); }
H1.HeaderClassName
{
color: #61214C;
}
.AnyTagClassName
{
color: #61214C;
}
</style>
background-color css
<style>
a { background-color: #61214C; }
a { background-color: rgb(97,33,76); }
div.DivClassName
{
background-color: #61214C;
}
.BgClassName
{
background-color: #61214C;
}
</style>
border-color css
<style>
span { border-color: #61214C; }
span { border-color: rgb(97,33,76); }
td.TdClassName
{
border-color: #61214C;
}
.TagClassName
{
border-color: #61214C;
}
</style>