Shades of Pompadour #612F4D
Tints of Pompadour #612F4D
RGB
CMYK
RGB Variations
Color information
#612F4D (or 0x612F4D) is known color: Pompadour. HEX triplet: 61, 2F and 4D. RGB value is (97,47,77). Sum of RGB (Red+Green+Blue) = 97+47+77=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #612F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612F4D is #9ED0B2. Grayscale: #414141. Windows color (decimal): -10408115 or 5058401. OLE color: 5058401.
HSL color Cylindrical-coordinate representation of color #612F4D: hue angle of 324º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #612F4D is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 47 | 77 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.62 |
| HSL | 324º | 0.35% | 0.28% | - |
| HSV(B) | 324º | 0.52% | 0.38% | - |
| XYZ | 7.29 | 5.11 | 7.62 | - |
| YUV | 65.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 77 | 0 | 0.52 | 0.21 | 0.62 | 324 | 0.35 | 0.28 |
| Hex | 61 | 2F | 4D | 0 | 34 | 15 | 3E | 144 | 23 | 1C |
| Octal | 141 | 57 | 115 | 0 | 64 | 25 | 76 | 504 | 43 | 34 |
| Binary | 1100001 | 101111 | 1001101 | 0 | 110100 | 10101 | 111110 | 101000100 | 100011 | 11100 |
Color Harmonies of #612F4D
Complementary color
Monochromatic Colors of #612F4D
Black with #612F4D
Text Example
Text Example
White with #612F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612F4D; }
p { color: rgb(97,47,77); }
H1.HeaderClassName
{
color: #612F4D;
}
.AnyTagClassName
{
color: #612F4D;
}
</style>
background-color css
<style>
a { background-color: #612F4D; }
a { background-color: rgb(97,47,77); }
div.DivClassName
{
background-color: #612F4D;
}
.BgClassName
{
background-color: #612F4D;
}
</style>
border-color css
<style>
span { border-color: #612F4D; }
span { border-color: rgb(97,47,77); }
td.TdClassName
{
border-color: #612F4D;
}
.TagClassName
{
border-color: #612F4D;
}
</style>