Shades of Pompadour #6F2149
Tints of Pompadour #6F2149
RGB
CMYK
RGB Variations
Color information
#6F2149 (or 0x6F2149) is known color: Pompadour. HEX triplet: 6F, 21 and 49. RGB value is (111,33,73). Sum of RGB (Red+Green+Blue) = 111+33+73=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2149 is #90DEB6. Grayscale: #3C3C3C. Windows color (decimal): -9494199 or 4792687. OLE color: 4792687.
HSL color Cylindrical-coordinate representation of color #6F2149: hue angle of 329.23º 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 #6F2149 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 73 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.56 |
| HSL | 329.23º | 0.54% | 0.28% | - |
| HSV(B) | 329.23º | 0.7% | 0.44% | - |
| XYZ | 8.3 | 4.95 | 6.82 | - |
| YUV | 60.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 73 | 0 | 0.70 | 0.34 | 0.56 | 329.23 | 0.54 | 0.28 |
| Hex | 6F | 21 | 49 | 0 | 46 | 22 | 38 | 149 | 36 | 1C |
| Octal | 157 | 41 | 111 | 0 | 106 | 42 | 70 | 511 | 66 | 34 |
| Binary | 1101111 | 100001 | 1001001 | 0 | 1000110 | 100010 | 111000 | 101001001 | 110110 | 11100 |
Color Harmonies of #6F2149
Complementary color
Monochromatic Colors of #6F2149
Black with #6F2149
Text Example
Text Example
White with #6F2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2149; }
p { color: rgb(111,33,73); }
H1.HeaderClassName
{
color: #6F2149;
}
.AnyTagClassName
{
color: #6F2149;
}
</style>
background-color css
<style>
a { background-color: #6F2149; }
a { background-color: rgb(111,33,73); }
div.DivClassName
{
background-color: #6F2149;
}
.BgClassName
{
background-color: #6F2149;
}
</style>
border-color css
<style>
span { border-color: #6F2149; }
span { border-color: rgb(111,33,73); }
td.TdClassName
{
border-color: #6F2149;
}
.TagClassName
{
border-color: #6F2149;
}
</style>