Shades of Pompadour #612C47
Tints of Pompadour #612C47
RGB
CMYK
RGB Variations
Color information
#612C47 (or 0x612C47) is known color: Pompadour. HEX triplet: 61, 2C and 47. RGB value is (97,44,71). Sum of RGB (Red+Green+Blue) = 97+44+71=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #612C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C47 is #9ED3B8. Grayscale: #3E3E3E. Windows color (decimal): -10408889 or 4664417. OLE color: 4664417.
HSL color Cylindrical-coordinate representation of color #612C47: hue angle of 329.43º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #612C47 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 71 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.62 |
| HSL | 329.43º | 0.38% | 0.28% | - |
| HSV(B) | 329.43º | 0.55% | 0.38% | - |
| XYZ | 6.97 | 4.8 | 6.52 | - |
| YUV | 62.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 71 | 0 | 0.55 | 0.27 | 0.62 | 329.43 | 0.38 | 0.28 |
| Hex | 61 | 2C | 47 | 0 | 37 | 1B | 3E | 149 | 26 | 1C |
| Octal | 141 | 54 | 107 | 0 | 67 | 33 | 76 | 511 | 46 | 34 |
| Binary | 1100001 | 101100 | 1000111 | 0 | 110111 | 11011 | 111110 | 101001001 | 100110 | 11100 |
Color Harmonies of #612C47
Complementary color
Monochromatic Colors of #612C47
Black with #612C47
Text Example
Text Example
White with #612C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C47; }
p { color: rgb(97,44,71); }
H1.HeaderClassName
{
color: #612C47;
}
.AnyTagClassName
{
color: #612C47;
}
</style>
background-color css
<style>
a { background-color: #612C47; }
a { background-color: rgb(97,44,71); }
div.DivClassName
{
background-color: #612C47;
}
.BgClassName
{
background-color: #612C47;
}
</style>
border-color css
<style>
span { border-color: #612C47; }
span { border-color: rgb(97,44,71); }
td.TdClassName
{
border-color: #612C47;
}
.TagClassName
{
border-color: #612C47;
}
</style>