Shades of Pompadour #6E2149
Tints of Pompadour #6E2149
RGB
CMYK
RGB Variations
Color information
#6E2149 (or 0x6E2149) is known color: Pompadour. HEX triplet: 6E, 21 and 49. RGB value is (110,33,73). Sum of RGB (Red+Green+Blue) = 110+33+73=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2149 is #91DEB6. Grayscale: #3C3C3C. Windows color (decimal): -9559735 or 4792686. OLE color: 4792686.
HSL color Cylindrical-coordinate representation of color #6E2149: hue angle of 328.83º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E2149 is Cyan = 0, Magento = 0.7, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 33 | 73 | - |
| CMYK | 0 | 0.7 | 0.34 | 0.57 |
| HSL | 328.83º | 0.54% | 0.28% | - |
| HSV(B) | 328.83º | 0.7% | 0.43% | - |
| XYZ | 8.18 | 4.88 | 6.82 | - |
| YUV | 60.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 73 | 0 | 0.7 | 0.34 | 0.57 | 328.83 | 0.54 | 0.28 |
| Hex | 6E | 21 | 49 | 0 | 46 | 22 | 39 | 149 | 36 | 1C |
| Octal | 156 | 41 | 111 | 0 | 106 | 42 | 71 | 511 | 66 | 34 |
| Binary | 1101110 | 100001 | 1001001 | 0 | 1000110 | 100010 | 111001 | 101001001 | 110110 | 11100 |
Color Harmonies of #6E2149
Complementary color
Monochromatic Colors of #6E2149
Black with #6E2149
Text Example
Text Example
White with #6E2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2149; }
p { color: rgb(110,33,73); }
H1.HeaderClassName
{
color: #6E2149;
}
.AnyTagClassName
{
color: #6E2149;
}
</style>
background-color css
<style>
a { background-color: #6E2149; }
a { background-color: rgb(110,33,73); }
div.DivClassName
{
background-color: #6E2149;
}
.BgClassName
{
background-color: #6E2149;
}
</style>
border-color css
<style>
span { border-color: #6E2149; }
span { border-color: rgb(110,33,73); }
td.TdClassName
{
border-color: #6E2149;
}
.TagClassName
{
border-color: #6E2149;
}
</style>