Shades of Pompadour #612E4D
Tints of Pompadour #612E4D
RGB
CMYK
RGB Variations
Color information
#612E4D (or 0x612E4D) is known color: Pompadour. HEX triplet: 61, 2E and 4D. RGB value is (97,46,77). Sum of RGB (Red+Green+Blue) = 97+46+77=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #612E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E4D is #9ED1B2. Grayscale: #404040. Windows color (decimal): -10408371 or 5058145. OLE color: 5058145.
HSL color Cylindrical-coordinate representation of color #612E4D: hue angle of 323.53º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #612E4D is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 77 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.62 |
| HSL | 323.53º | 0.36% | 0.28% | - |
| HSV(B) | 323.53º | 0.53% | 0.38% | - |
| XYZ | 7.25 | 5.03 | 7.61 | - |
| YUV | 64.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 77 | 0 | 0.53 | 0.21 | 0.62 | 323.53 | 0.36 | 0.28 |
| Hex | 61 | 2E | 4D | 0 | 35 | 15 | 3E | 144 | 24 | 1C |
| Octal | 141 | 56 | 115 | 0 | 65 | 25 | 76 | 504 | 44 | 34 |
| Binary | 1100001 | 101110 | 1001101 | 0 | 110101 | 10101 | 111110 | 101000100 | 100100 | 11100 |
Color Harmonies of #612E4D
Complementary color
Monochromatic Colors of #612E4D
Black with #612E4D
Text Example
Text Example
White with #612E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E4D; }
p { color: rgb(97,46,77); }
H1.HeaderClassName
{
color: #612E4D;
}
.AnyTagClassName
{
color: #612E4D;
}
</style>
background-color css
<style>
a { background-color: #612E4D; }
a { background-color: rgb(97,46,77); }
div.DivClassName
{
background-color: #612E4D;
}
.BgClassName
{
background-color: #612E4D;
}
</style>
border-color css
<style>
span { border-color: #612E4D; }
span { border-color: rgb(97,46,77); }
td.TdClassName
{
border-color: #612E4D;
}
.TagClassName
{
border-color: #612E4D;
}
</style>