Shades of Pompadour #612E48
Tints of Pompadour #612E48
RGB
CMYK
RGB Variations
Color information
#612E48 (or 0x612E48) is known color: Pompadour. HEX triplet: 61, 2E and 48. RGB value is (97,46,72). Sum of RGB (Red+Green+Blue) = 97+46+72=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #612E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E48 is #9ED1B7. Grayscale: #404040. Windows color (decimal): -10408376 or 4730465. OLE color: 4730465.
HSL color Cylindrical-coordinate representation of color #612E48: hue angle of 329.41º 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 #612E48 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 72 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.62 |
| HSL | 329.41º | 0.36% | 0.28% | - |
| HSV(B) | 329.41º | 0.53% | 0.38% | - |
| XYZ | 7.08 | 4.96 | 6.72 | - |
| YUV | 64.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 72 | 0 | 0.53 | 0.26 | 0.62 | 329.41 | 0.36 | 0.28 |
| Hex | 61 | 2E | 48 | 0 | 35 | 1A | 3E | 149 | 24 | 1C |
| Octal | 141 | 56 | 110 | 0 | 65 | 32 | 76 | 511 | 44 | 34 |
| Binary | 1100001 | 101110 | 1001000 | 0 | 110101 | 11010 | 111110 | 101001001 | 100100 | 11100 |
Color Harmonies of #612E48
Complementary color
Monochromatic Colors of #612E48
Black with #612E48
Text Example
Text Example
White with #612E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E48; }
p { color: rgb(97,46,72); }
H1.HeaderClassName
{
color: #612E48;
}
.AnyTagClassName
{
color: #612E48;
}
</style>
background-color css
<style>
a { background-color: #612E48; }
a { background-color: rgb(97,46,72); }
div.DivClassName
{
background-color: #612E48;
}
.BgClassName
{
background-color: #612E48;
}
</style>
border-color css
<style>
span { border-color: #612E48; }
span { border-color: rgb(97,46,72); }
td.TdClassName
{
border-color: #612E48;
}
.TagClassName
{
border-color: #612E48;
}
</style>