Shades of Pompadour #6F2147
Tints of Pompadour #6F2147
RGB
CMYK
RGB Variations
Color information
#6F2147 (or 0x6F2147) is known color: Pompadour. HEX triplet: 6F, 21 and 47. RGB value is (111,33,71). Sum of RGB (Red+Green+Blue) = 111+33+71=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2147 is #90DEB8. Grayscale: #3C3C3C. Windows color (decimal): -9494201 or 4661615. OLE color: 4661615.
HSL color Cylindrical-coordinate representation of color #6F2147: hue angle of 330.77º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2147 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 71 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.56 |
| HSL | 330.77º | 0.54% | 0.28% | - |
| HSV(B) | 330.77º | 0.7% | 0.44% | - |
| XYZ | 8.24 | 4.92 | 6.48 | - |
| YUV | 60.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 71 | 0 | 0.70 | 0.36 | 0.56 | 330.77 | 0.54 | 0.28 |
| Hex | 6F | 21 | 47 | 0 | 46 | 24 | 38 | 14B | 36 | 1C |
| Octal | 157 | 41 | 107 | 0 | 106 | 44 | 70 | 513 | 66 | 34 |
| Binary | 1101111 | 100001 | 1000111 | 0 | 1000110 | 100100 | 111000 | 101001011 | 110110 | 11100 |
Color Harmonies of #6F2147
Complementary color
Monochromatic Colors of #6F2147
Black with #6F2147
Text Example
Text Example
White with #6F2147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2147; }
p { color: rgb(111,33,71); }
H1.HeaderClassName
{
color: #6F2147;
}
.AnyTagClassName
{
color: #6F2147;
}
</style>
background-color css
<style>
a { background-color: #6F2147; }
a { background-color: rgb(111,33,71); }
div.DivClassName
{
background-color: #6F2147;
}
.BgClassName
{
background-color: #6F2147;
}
</style>
border-color css
<style>
span { border-color: #6F2147; }
span { border-color: rgb(111,33,71); }
td.TdClassName
{
border-color: #6F2147;
}
.TagClassName
{
border-color: #6F2147;
}
</style>