Shades of Pompadour #612C46
Tints of Pompadour #612C46
RGB
CMYK
RGB Variations
Color information
#612C46 (or 0x612C46) is known color: Pompadour. HEX triplet: 61, 2C and 46. RGB value is (97,44,70). Sum of RGB (Red+Green+Blue) = 97+44+70=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #612C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C46 is #9ED3B9. Grayscale: #3E3E3E. Windows color (decimal): -10408890 or 4598881. OLE color: 4598881.
HSL color Cylindrical-coordinate representation of color #612C46: hue angle of 330.57º 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 #612C46 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 70 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.62 |
| HSL | 330.57º | 0.38% | 0.28% | - |
| HSV(B) | 330.57º | 0.55% | 0.38% | - |
| XYZ | 6.94 | 4.78 | 6.35 | - |
| YUV | 62.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 70 | 0 | 0.55 | 0.28 | 0.62 | 330.57 | 0.38 | 0.28 |
| Hex | 61 | 2C | 46 | 0 | 37 | 1C | 3E | 14B | 26 | 1C |
| Octal | 141 | 54 | 106 | 0 | 67 | 34 | 76 | 513 | 46 | 34 |
| Binary | 1100001 | 101100 | 1000110 | 0 | 110111 | 11100 | 111110 | 101001011 | 100110 | 11100 |
Color Harmonies of #612C46
Complementary color
Monochromatic Colors of #612C46
Black with #612C46
Text Example
Text Example
White with #612C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C46; }
p { color: rgb(97,44,70); }
H1.HeaderClassName
{
color: #612C46;
}
.AnyTagClassName
{
color: #612C46;
}
</style>
background-color css
<style>
a { background-color: #612C46; }
a { background-color: rgb(97,44,70); }
div.DivClassName
{
background-color: #612C46;
}
.BgClassName
{
background-color: #612C46;
}
</style>
border-color css
<style>
span { border-color: #612C46; }
span { border-color: rgb(97,44,70); }
td.TdClassName
{
border-color: #612C46;
}
.TagClassName
{
border-color: #612C46;
}
</style>