Shades of Pompadour #61244E
Tints of Pompadour #61244E
RGB
CMYK
RGB Variations
Color information
#61244E (or 0x61244E) is known color: Pompadour. HEX triplet: 61, 24 and 4E. RGB value is (97,36,78). Sum of RGB (Red+Green+Blue) = 97+36+78=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61244E is #9EDBB1. Grayscale: #3A3A3A. Windows color (decimal): -10410930 or 5121121. OLE color: 5121121.
HSL color Cylindrical-coordinate representation of color #61244E: hue angle of 318.69º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61244E is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 36 | 78 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.62 |
| HSL | 318.69º | 0.46% | 0.26% | - |
| HSV(B) | 318.69º | 0.63% | 0.38% | - |
| XYZ | 6.94 | 4.35 | 7.68 | - |
| YUV | 59.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 36 | 78 | 0 | 0.63 | 0.20 | 0.62 | 318.69 | 0.46 | 0.26 |
| Hex | 61 | 24 | 4E | 0 | 3F | 14 | 3E | 13F | 2E | 1A |
| Octal | 141 | 44 | 116 | 0 | 77 | 24 | 76 | 477 | 56 | 32 |
| Binary | 1100001 | 100100 | 1001110 | 0 | 111111 | 10100 | 111110 | 100111111 | 101110 | 11010 |
Color Harmonies of #61244E
Complementary color
Monochromatic Colors of #61244E
Black with #61244E
Text Example
Text Example
White with #61244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61244E; }
p { color: rgb(97,36,78); }
H1.HeaderClassName
{
color: #61244E;
}
.AnyTagClassName
{
color: #61244E;
}
</style>
background-color css
<style>
a { background-color: #61244E; }
a { background-color: rgb(97,36,78); }
div.DivClassName
{
background-color: #61244E;
}
.BgClassName
{
background-color: #61244E;
}
</style>
border-color css
<style>
span { border-color: #61244E; }
span { border-color: rgb(97,36,78); }
td.TdClassName
{
border-color: #61244E;
}
.TagClassName
{
border-color: #61244E;
}
</style>