Shades of Pompadour #612D47
Tints of Pompadour #612D47
RGB
CMYK
RGB Variations
Color information
#612D47 (or 0x612D47) is known color: Pompadour. HEX triplet: 61, 2D and 47. RGB value is (97,45,71). Sum of RGB (Red+Green+Blue) = 97+45+71=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #612D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D47 is #9ED2B8. Grayscale: #3F3F3F. Windows color (decimal): -10408633 or 4664673. OLE color: 4664673.
HSL color Cylindrical-coordinate representation of color #612D47: hue angle of 330º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #612D47 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 71 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.62 |
| HSL | 330º | 0.37% | 0.28% | - |
| HSV(B) | 330º | 0.54% | 0.38% | - |
| XYZ | 7.01 | 4.87 | 6.53 | - |
| YUV | 63.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 71 | 0 | 0.54 | 0.27 | 0.62 | 330 | 0.37 | 0.28 |
| Hex | 61 | 2D | 47 | 0 | 36 | 1B | 3E | 14A | 25 | 1C |
| Octal | 141 | 55 | 107 | 0 | 66 | 33 | 76 | 512 | 45 | 34 |
| Binary | 1100001 | 101101 | 1000111 | 0 | 110110 | 11011 | 111110 | 101001010 | 100101 | 11100 |
Color Harmonies of #612D47
Complementary color
Monochromatic Colors of #612D47
Black with #612D47
Text Example
Text Example
White with #612D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D47; }
p { color: rgb(97,45,71); }
H1.HeaderClassName
{
color: #612D47;
}
.AnyTagClassName
{
color: #612D47;
}
</style>
background-color css
<style>
a { background-color: #612D47; }
a { background-color: rgb(97,45,71); }
div.DivClassName
{
background-color: #612D47;
}
.BgClassName
{
background-color: #612D47;
}
</style>
border-color css
<style>
span { border-color: #612D47; }
span { border-color: rgb(97,45,71); }
td.TdClassName
{
border-color: #612D47;
}
.TagClassName
{
border-color: #612D47;
}
</style>