Shades of Pompadour #6E2553
Tints of Pompadour #6E2553
RGB
CMYK
RGB Variations
Color information
#6E2553 (or 0x6E2553) is known color: Pompadour. HEX triplet: 6E, 25 and 53. RGB value is (110,37,83). Sum of RGB (Red+Green+Blue) = 110+37+83=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2553 is #91DAAC. Grayscale: #3F3F3F. Windows color (decimal): -9558701 or 5449070. OLE color: 5449070.
HSL color Cylindrical-coordinate representation of color #6E2553: hue angle of 322.19º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2553 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 83 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.57 |
| HSL | 322.19º | 0.5% | 0.29% | - |
| HSV(B) | 322.19º | 0.66% | 0.43% | - |
| XYZ | 8.65 | 5.26 | 8.74 | - |
| YUV | 64.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 83 | 0 | 0.66 | 0.25 | 0.57 | 322.19 | 0.5 | 0.29 |
| Hex | 6E | 25 | 53 | 0 | 42 | 19 | 39 | 142 | 32 | 1D |
| Octal | 156 | 45 | 123 | 0 | 102 | 31 | 71 | 502 | 62 | 35 |
| Binary | 1101110 | 100101 | 1010011 | 0 | 1000010 | 11001 | 111001 | 101000010 | 110010 | 11101 |
Color Harmonies of #6E2553
Complementary color
Monochromatic Colors of #6E2553
Black with #6E2553
Text Example
Text Example
White with #6E2553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2553; }
p { color: rgb(110,37,83); }
H1.HeaderClassName
{
color: #6E2553;
}
.AnyTagClassName
{
color: #6E2553;
}
</style>
background-color css
<style>
a { background-color: #6E2553; }
a { background-color: rgb(110,37,83); }
div.DivClassName
{
background-color: #6E2553;
}
.BgClassName
{
background-color: #6E2553;
}
</style>
border-color css
<style>
span { border-color: #6E2553; }
span { border-color: rgb(110,37,83); }
td.TdClassName
{
border-color: #6E2553;
}
.TagClassName
{
border-color: #6E2553;
}
</style>