Shades of Pompadour #612C49
Tints of Pompadour #612C49
RGB
CMYK
RGB Variations
Color information
#612C49 (or 0x612C49) is known color: Pompadour. HEX triplet: 61, 2C and 49. RGB value is (97,44,73). Sum of RGB (Red+Green+Blue) = 97+44+73=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #612C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C49 is #9ED3B6. Grayscale: #3F3F3F. Windows color (decimal): -10408887 or 4795489. OLE color: 4795489.
HSL color Cylindrical-coordinate representation of color #612C49: hue angle of 327.17º 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 #612C49 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 73 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.62 |
| HSL | 327.17º | 0.38% | 0.28% | - |
| HSV(B) | 327.17º | 0.55% | 0.38% | - |
| XYZ | 7.03 | 4.82 | 6.86 | - |
| YUV | 63.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 73 | 0 | 0.55 | 0.25 | 0.62 | 327.17 | 0.38 | 0.28 |
| Hex | 61 | 2C | 49 | 0 | 37 | 19 | 3E | 147 | 26 | 1C |
| Octal | 141 | 54 | 111 | 0 | 67 | 31 | 76 | 507 | 46 | 34 |
| Binary | 1100001 | 101100 | 1001001 | 0 | 110111 | 11001 | 111110 | 101000111 | 100110 | 11100 |
Color Harmonies of #612C49
Complementary color
Monochromatic Colors of #612C49
Black with #612C49
Text Example
Text Example
White with #612C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C49; }
p { color: rgb(97,44,73); }
H1.HeaderClassName
{
color: #612C49;
}
.AnyTagClassName
{
color: #612C49;
}
</style>
background-color css
<style>
a { background-color: #612C49; }
a { background-color: rgb(97,44,73); }
div.DivClassName
{
background-color: #612C49;
}
.BgClassName
{
background-color: #612C49;
}
</style>
border-color css
<style>
span { border-color: #612C49; }
span { border-color: rgb(97,44,73); }
td.TdClassName
{
border-color: #612C49;
}
.TagClassName
{
border-color: #612C49;
}
</style>