Shades of Pompadour #61294A
Tints of Pompadour #61294A
RGB
CMYK
RGB Variations
Color information
#61294A (or 0x61294A) is known color: Pompadour. HEX triplet: 61, 29 and 4A. RGB value is (97,41,74). Sum of RGB (Red+Green+Blue) = 97+41+74=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61294A is #9ED6B5. Grayscale: #3D3D3D. Windows color (decimal): -10409654 or 4860257. OLE color: 4860257.
HSL color Cylindrical-coordinate representation of color #61294A: hue angle of 324.64º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61294A is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 41 | 74 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.62 |
| HSL | 324.64º | 0.41% | 0.27% | - |
| HSV(B) | 324.64º | 0.58% | 0.38% | - |
| XYZ | 6.96 | 4.62 | 7 | - |
| YUV | 61.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 74 | 0 | 0.58 | 0.24 | 0.62 | 324.64 | 0.41 | 0.27 |
| Hex | 61 | 29 | 4A | 0 | 3A | 18 | 3E | 145 | 29 | 1B |
| Octal | 141 | 51 | 112 | 0 | 72 | 30 | 76 | 505 | 51 | 33 |
| Binary | 1100001 | 101001 | 1001010 | 0 | 111010 | 11000 | 111110 | 101000101 | 101001 | 11011 |
Color Harmonies of #61294A
Complementary color
Monochromatic Colors of #61294A
Black with #61294A
Text Example
Text Example
White with #61294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61294A; }
p { color: rgb(97,41,74); }
H1.HeaderClassName
{
color: #61294A;
}
.AnyTagClassName
{
color: #61294A;
}
</style>
background-color css
<style>
a { background-color: #61294A; }
a { background-color: rgb(97,41,74); }
div.DivClassName
{
background-color: #61294A;
}
.BgClassName
{
background-color: #61294A;
}
</style>
border-color css
<style>
span { border-color: #61294A; }
span { border-color: rgb(97,41,74); }
td.TdClassName
{
border-color: #61294A;
}
.TagClassName
{
border-color: #61294A;
}
</style>