Shades of Pompadour #61264D
Tints of Pompadour #61264D
RGB
CMYK
RGB Variations
Color information
#61264D (or 0x61264D) is known color: Pompadour. HEX triplet: 61, 26 and 4D. RGB value is (97,38,77). Sum of RGB (Red+Green+Blue) = 97+38+77=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61264D is #9ED9B2. Grayscale: #3B3B3B. Windows color (decimal): -10410419 or 5056097. OLE color: 5056097.
HSL color Cylindrical-coordinate representation of color #61264D: hue angle of 320.34º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61264D is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 38 | 77 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.62 |
| HSL | 320.34º | 0.44% | 0.26% | - |
| HSV(B) | 320.34º | 0.61% | 0.38% | - |
| XYZ | 6.96 | 4.46 | 7.52 | - |
| YUV | 60.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 77 | 0 | 0.61 | 0.21 | 0.62 | 320.34 | 0.44 | 0.26 |
| Hex | 61 | 26 | 4D | 0 | 3D | 15 | 3E | 140 | 2C | 1A |
| Octal | 141 | 46 | 115 | 0 | 75 | 25 | 76 | 500 | 54 | 32 |
| Binary | 1100001 | 100110 | 1001101 | 0 | 111101 | 10101 | 111110 | 101000000 | 101100 | 11010 |
Color Harmonies of #61264D
Complementary color
Monochromatic Colors of #61264D
Black with #61264D
Text Example
Text Example
White with #61264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61264D; }
p { color: rgb(97,38,77); }
H1.HeaderClassName
{
color: #61264D;
}
.AnyTagClassName
{
color: #61264D;
}
</style>
background-color css
<style>
a { background-color: #61264D; }
a { background-color: rgb(97,38,77); }
div.DivClassName
{
background-color: #61264D;
}
.BgClassName
{
background-color: #61264D;
}
</style>
border-color css
<style>
span { border-color: #61264D; }
span { border-color: rgb(97,38,77); }
td.TdClassName
{
border-color: #61264D;
}
.TagClassName
{
border-color: #61264D;
}
</style>