Shades of Pompadour #61274C
Tints of Pompadour #61274C
RGB
CMYK
RGB Variations
Color information
#61274C (or 0x61274C) is known color: Pompadour. HEX triplet: 61, 27 and 4C. RGB value is (97,39,76). Sum of RGB (Red+Green+Blue) = 97+39+76=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61274C is #9ED8B3. Grayscale: #3C3C3C. Windows color (decimal): -10410164 or 4990817. OLE color: 4990817.
HSL color Cylindrical-coordinate representation of color #61274C: hue angle of 321.72º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61274C is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 39 | 76 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.62 |
| HSL | 321.72º | 0.43% | 0.27% | - |
| HSV(B) | 321.72º | 0.6% | 0.38% | - |
| XYZ | 6.96 | 4.51 | 7.34 | - |
| YUV | 60.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 76 | 0 | 0.60 | 0.22 | 0.62 | 321.72 | 0.43 | 0.27 |
| Hex | 61 | 27 | 4C | 0 | 3C | 16 | 3E | 142 | 2B | 1B |
| Octal | 141 | 47 | 114 | 0 | 74 | 26 | 76 | 502 | 53 | 33 |
| Binary | 1100001 | 100111 | 1001100 | 0 | 111100 | 10110 | 111110 | 101000010 | 101011 | 11011 |
Color Harmonies of #61274C
Complementary color
Monochromatic Colors of #61274C
Black with #61274C
Text Example
Text Example
White with #61274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61274C; }
p { color: rgb(97,39,76); }
H1.HeaderClassName
{
color: #61274C;
}
.AnyTagClassName
{
color: #61274C;
}
</style>
background-color css
<style>
a { background-color: #61274C; }
a { background-color: rgb(97,39,76); }
div.DivClassName
{
background-color: #61274C;
}
.BgClassName
{
background-color: #61274C;
}
</style>
border-color css
<style>
span { border-color: #61274C; }
span { border-color: rgb(97,39,76); }
td.TdClassName
{
border-color: #61274C;
}
.TagClassName
{
border-color: #61274C;
}
</style>