Shades of Pompadour #612D4A
Tints of Pompadour #612D4A
RGB
CMYK
RGB Variations
Color information
#612D4A (or 0x612D4A) is known color: Pompadour. HEX triplet: 61, 2D and 4A. RGB value is (97,45,74). Sum of RGB (Red+Green+Blue) = 97+45+74=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D4A is #9ED2B5. Grayscale: #3F3F3F. Windows color (decimal): -10408630 or 4861281. OLE color: 4861281.
HSL color Cylindrical-coordinate representation of color #612D4A: hue angle of 326.54º 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 #612D4A is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 74 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.62 |
| HSL | 326.54º | 0.37% | 0.28% | - |
| HSV(B) | 326.54º | 0.54% | 0.38% | - |
| XYZ | 7.1 | 4.91 | 7.05 | - |
| YUV | 63.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 74 | 0 | 0.54 | 0.24 | 0.62 | 326.54 | 0.37 | 0.28 |
| Hex | 61 | 2D | 4A | 0 | 36 | 18 | 3E | 147 | 25 | 1C |
| Octal | 141 | 55 | 112 | 0 | 66 | 30 | 76 | 507 | 45 | 34 |
| Binary | 1100001 | 101101 | 1001010 | 0 | 110110 | 11000 | 111110 | 101000111 | 100101 | 11100 |
Color Harmonies of #612D4A
Complementary color
Monochromatic Colors of #612D4A
Black with #612D4A
Text Example
Text Example
White with #612D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D4A; }
p { color: rgb(97,45,74); }
H1.HeaderClassName
{
color: #612D4A;
}
.AnyTagClassName
{
color: #612D4A;
}
</style>
background-color css
<style>
a { background-color: #612D4A; }
a { background-color: rgb(97,45,74); }
div.DivClassName
{
background-color: #612D4A;
}
.BgClassName
{
background-color: #612D4A;
}
</style>
border-color css
<style>
span { border-color: #612D4A; }
span { border-color: rgb(97,45,74); }
td.TdClassName
{
border-color: #612D4A;
}
.TagClassName
{
border-color: #612D4A;
}
</style>