Shades of Pompadour #612C4F
Tints of Pompadour #612C4F
RGB
CMYK
RGB Variations
Color information
#612C4F (or 0x612C4F) is known color: Pompadour. HEX triplet: 61, 2C and 4F. RGB value is (97,44,79). Sum of RGB (Red+Green+Blue) = 97+44+79=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #612C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C4F is #9ED3B0. Grayscale: #3F3F3F. Windows color (decimal): -10408881 or 5188705. OLE color: 5188705.
HSL color Cylindrical-coordinate representation of color #612C4F: hue angle of 320.38º 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 #612C4F is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 79 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.62 |
| HSL | 320.38º | 0.38% | 0.28% | - |
| HSV(B) | 320.38º | 0.55% | 0.38% | - |
| XYZ | 7.24 | 4.91 | 7.96 | - |
| YUV | 63.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 79 | 0 | 0.55 | 0.19 | 0.62 | 320.38 | 0.38 | 0.28 |
| Hex | 61 | 2C | 4F | 0 | 37 | 13 | 3E | 140 | 26 | 1C |
| Octal | 141 | 54 | 117 | 0 | 67 | 23 | 76 | 500 | 46 | 34 |
| Binary | 1100001 | 101100 | 1001111 | 0 | 110111 | 10011 | 111110 | 101000000 | 100110 | 11100 |
Color Harmonies of #612C4F
Complementary color
Monochromatic Colors of #612C4F
Black with #612C4F
Text Example
Text Example
White with #612C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C4F; }
p { color: rgb(97,44,79); }
H1.HeaderClassName
{
color: #612C4F;
}
.AnyTagClassName
{
color: #612C4F;
}
</style>
background-color css
<style>
a { background-color: #612C4F; }
a { background-color: rgb(97,44,79); }
div.DivClassName
{
background-color: #612C4F;
}
.BgClassName
{
background-color: #612C4F;
}
</style>
border-color css
<style>
span { border-color: #612C4F; }
span { border-color: rgb(97,44,79); }
td.TdClassName
{
border-color: #612C4F;
}
.TagClassName
{
border-color: #612C4F;
}
</style>