Shades of Pompadour #61234E
Tints of Pompadour #61234E
RGB
CMYK
RGB Variations
Color information
#61234E (or 0x61234E) is known color: Pompadour. HEX triplet: 61, 23 and 4E. RGB value is (97,35,78). Sum of RGB (Red+Green+Blue) = 97+35+78=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61234E is #9EDCB1. Grayscale: #3A3A3A. Windows color (decimal): -10411186 or 5120865. OLE color: 5120865.
HSL color Cylindrical-coordinate representation of color #61234E: hue angle of 318.39º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61234E is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 35 | 78 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.62 |
| HSL | 318.39º | 0.47% | 0.26% | - |
| HSV(B) | 318.39º | 0.64% | 0.38% | - |
| XYZ | 6.91 | 4.29 | 7.67 | - |
| YUV | 58.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 78 | 0 | 0.64 | 0.20 | 0.62 | 318.39 | 0.47 | 0.26 |
| Hex | 61 | 23 | 4E | 0 | 40 | 14 | 3E | 13E | 2F | 1A |
| Octal | 141 | 43 | 116 | 0 | 100 | 24 | 76 | 476 | 57 | 32 |
| Binary | 1100001 | 100011 | 1001110 | 0 | 1000000 | 10100 | 111110 | 100111110 | 101111 | 11010 |
Color Harmonies of #61234E
Complementary color
Monochromatic Colors of #61234E
Black with #61234E
Text Example
Text Example
White with #61234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61234E; }
p { color: rgb(97,35,78); }
H1.HeaderClassName
{
color: #61234E;
}
.AnyTagClassName
{
color: #61234E;
}
</style>
background-color css
<style>
a { background-color: #61234E; }
a { background-color: rgb(97,35,78); }
div.DivClassName
{
background-color: #61234E;
}
.BgClassName
{
background-color: #61234E;
}
</style>
border-color css
<style>
span { border-color: #61234E; }
span { border-color: rgb(97,35,78); }
td.TdClassName
{
border-color: #61234E;
}
.TagClassName
{
border-color: #61234E;
}
</style>