Shades of Pompadour #6E2053
Tints of Pompadour #6E2053
RGB
CMYK
RGB Variations
Color information
#6E2053 (or 0x6E2053) is known color: Pompadour. HEX triplet: 6E, 20 and 53. RGB value is (110,32,83). Sum of RGB (Red+Green+Blue) = 110+32+83=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2053 is #91DFAC. Grayscale: #3D3D3D. Windows color (decimal): -9559981 or 5447790. OLE color: 5447790.
HSL color Cylindrical-coordinate representation of color #6E2053: hue angle of 320.77º 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 #6E2053 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 32 | 83 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.57 |
| HSL | 320.77º | 0.55% | 0.28% | - |
| HSV(B) | 320.77º | 0.71% | 0.43% | - |
| XYZ | 8.51 | 4.97 | 8.69 | - |
| YUV | 61.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 83 | 0 | 0.71 | 0.25 | 0.57 | 320.77 | 0.55 | 0.28 |
| Hex | 6E | 20 | 53 | 0 | 47 | 19 | 39 | 141 | 37 | 1C |
| Octal | 156 | 40 | 123 | 0 | 107 | 31 | 71 | 501 | 67 | 34 |
| Binary | 1101110 | 100000 | 1010011 | 0 | 1000111 | 11001 | 111001 | 101000001 | 110111 | 11100 |
Color Harmonies of #6E2053
Complementary color
Monochromatic Colors of #6E2053
Black with #6E2053
Text Example
Text Example
White with #6E2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2053; }
p { color: rgb(110,32,83); }
H1.HeaderClassName
{
color: #6E2053;
}
.AnyTagClassName
{
color: #6E2053;
}
</style>
background-color css
<style>
a { background-color: #6E2053; }
a { background-color: rgb(110,32,83); }
div.DivClassName
{
background-color: #6E2053;
}
.BgClassName
{
background-color: #6E2053;
}
</style>
border-color css
<style>
span { border-color: #6E2053; }
span { border-color: rgb(110,32,83); }
td.TdClassName
{
border-color: #6E2053;
}
.TagClassName
{
border-color: #6E2053;
}
</style>