Shades of Pompadour #6E2050
Tints of Pompadour #6E2050
RGB
CMYK
RGB Variations
Color information
#6E2050 (or 0x6E2050) is known color: Pompadour. HEX triplet: 6E, 20 and 50. RGB value is (110,32,80). Sum of RGB (Red+Green+Blue) = 110+32+80=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2050 is #91DFAF. Grayscale: #3C3C3C. Windows color (decimal): -9559984 or 5251182. OLE color: 5251182.
HSL color Cylindrical-coordinate representation of color #6E2050: hue angle of 323.08º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2050 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 32 | 80 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.57 |
| HSL | 323.08º | 0.55% | 0.28% | - |
| HSV(B) | 323.08º | 0.71% | 0.43% | - |
| XYZ | 8.39 | 4.93 | 8.1 | - |
| YUV | 60.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 80 | 0 | 0.71 | 0.27 | 0.57 | 323.08 | 0.55 | 0.28 |
| Hex | 6E | 20 | 50 | 0 | 47 | 1B | 39 | 143 | 37 | 1C |
| Octal | 156 | 40 | 120 | 0 | 107 | 33 | 71 | 503 | 67 | 34 |
| Binary | 1101110 | 100000 | 1010000 | 0 | 1000111 | 11011 | 111001 | 101000011 | 110111 | 11100 |
Color Harmonies of #6E2050
Complementary color
Monochromatic Colors of #6E2050
Black with #6E2050
Text Example
Text Example
White with #6E2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2050; }
p { color: rgb(110,32,80); }
H1.HeaderClassName
{
color: #6E2050;
}
.AnyTagClassName
{
color: #6E2050;
}
</style>
background-color css
<style>
a { background-color: #6E2050; }
a { background-color: rgb(110,32,80); }
div.DivClassName
{
background-color: #6E2050;
}
.BgClassName
{
background-color: #6E2050;
}
</style>
border-color css
<style>
span { border-color: #6E2050; }
span { border-color: rgb(110,32,80); }
td.TdClassName
{
border-color: #6E2050;
}
.TagClassName
{
border-color: #6E2050;
}
</style>