Shades of Pompadour #612C4C
Tints of Pompadour #612C4C
RGB
CMYK
RGB Variations
Color information
#612C4C (or 0x612C4C) is known color: Pompadour. HEX triplet: 61, 2C and 4C. RGB value is (97,44,76). Sum of RGB (Red+Green+Blue) = 97+44+76=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #612C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C4C is #9ED3B3. Grayscale: #3F3F3F. Windows color (decimal): -10408884 or 4992097. OLE color: 4992097.
HSL color Cylindrical-coordinate representation of color #612C4C: hue angle of 323.77º 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 #612C4C is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 76 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.62 |
| HSL | 323.77º | 0.38% | 0.28% | - |
| HSV(B) | 323.77º | 0.55% | 0.38% | - |
| XYZ | 7.13 | 4.86 | 7.4 | - |
| YUV | 63.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 76 | 0 | 0.55 | 0.22 | 0.62 | 323.77 | 0.38 | 0.28 |
| Hex | 61 | 2C | 4C | 0 | 37 | 16 | 3E | 144 | 26 | 1C |
| Octal | 141 | 54 | 114 | 0 | 67 | 26 | 76 | 504 | 46 | 34 |
| Binary | 1100001 | 101100 | 1001100 | 0 | 110111 | 10110 | 111110 | 101000100 | 100110 | 11100 |
Color Harmonies of #612C4C
Complementary color
Monochromatic Colors of #612C4C
Black with #612C4C
Text Example
Text Example
White with #612C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C4C; }
p { color: rgb(97,44,76); }
H1.HeaderClassName
{
color: #612C4C;
}
.AnyTagClassName
{
color: #612C4C;
}
</style>
background-color css
<style>
a { background-color: #612C4C; }
a { background-color: rgb(97,44,76); }
div.DivClassName
{
background-color: #612C4C;
}
.BgClassName
{
background-color: #612C4C;
}
</style>
border-color css
<style>
span { border-color: #612C4C; }
span { border-color: rgb(97,44,76); }
td.TdClassName
{
border-color: #612C4C;
}
.TagClassName
{
border-color: #612C4C;
}
</style>