Shades of Pompadour #61254D
Tints of Pompadour #61254D
RGB
CMYK
RGB Variations
Color information
#61254D (or 0x61254D) is known color: Pompadour. HEX triplet: 61, 25 and 4D. RGB value is (97,37,77). Sum of RGB (Red+Green+Blue) = 97+37+77=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61254D is #9EDAB2. Grayscale: #3B3B3B. Windows color (decimal): -10410675 or 5055841. OLE color: 5055841.
HSL color Cylindrical-coordinate representation of color #61254D: hue angle of 320º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61254D is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 37 | 77 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.62 |
| HSL | 320º | 0.45% | 0.26% | - |
| HSV(B) | 320º | 0.62% | 0.38% | - |
| XYZ | 6.93 | 4.4 | 7.51 | - |
| YUV | 59.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 77 | 0 | 0.62 | 0.21 | 0.62 | 320 | 0.45 | 0.26 |
| Hex | 61 | 25 | 4D | 0 | 3E | 15 | 3E | 140 | 2D | 1A |
| Octal | 141 | 45 | 115 | 0 | 76 | 25 | 76 | 500 | 55 | 32 |
| Binary | 1100001 | 100101 | 1001101 | 0 | 111110 | 10101 | 111110 | 101000000 | 101101 | 11010 |
Color Harmonies of #61254D
Complementary color
Monochromatic Colors of #61254D
Black with #61254D
Text Example
Text Example
White with #61254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61254D; }
p { color: rgb(97,37,77); }
H1.HeaderClassName
{
color: #61254D;
}
.AnyTagClassName
{
color: #61254D;
}
</style>
background-color css
<style>
a { background-color: #61254D; }
a { background-color: rgb(97,37,77); }
div.DivClassName
{
background-color: #61254D;
}
.BgClassName
{
background-color: #61254D;
}
</style>
border-color css
<style>
span { border-color: #61254D; }
span { border-color: rgb(97,37,77); }
td.TdClassName
{
border-color: #61254D;
}
.TagClassName
{
border-color: #61254D;
}
</style>