Shades of Pompadour #6E2453
Tints of Pompadour #6E2453
RGB
CMYK
RGB Variations
Color information
#6E2453 (or 0x6E2453) is known color: Pompadour. HEX triplet: 6E, 24 and 53. RGB value is (110,36,83). Sum of RGB (Red+Green+Blue) = 110+36+83=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2453 is #91DBAC. Grayscale: #3F3F3F. Windows color (decimal): -9558957 or 5448814. OLE color: 5448814.
HSL color Cylindrical-coordinate representation of color #6E2453: hue angle of 321.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2453 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 36 | 83 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.57 |
| HSL | 321.89º | 0.51% | 0.29% | - |
| HSV(B) | 321.89º | 0.67% | 0.43% | - |
| XYZ | 8.62 | 5.2 | 8.73 | - |
| YUV | 63.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 83 | 0 | 0.67 | 0.25 | 0.57 | 321.89 | 0.51 | 0.29 |
| Hex | 6E | 24 | 53 | 0 | 43 | 19 | 39 | 142 | 33 | 1D |
| Octal | 156 | 44 | 123 | 0 | 103 | 31 | 71 | 502 | 63 | 35 |
| Binary | 1101110 | 100100 | 1010011 | 0 | 1000011 | 11001 | 111001 | 101000010 | 110011 | 11101 |
Color Harmonies of #6E2453
Complementary color
Monochromatic Colors of #6E2453
Black with #6E2453
Text Example
Text Example
White with #6E2453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2453; }
p { color: rgb(110,36,83); }
H1.HeaderClassName
{
color: #6E2453;
}
.AnyTagClassName
{
color: #6E2453;
}
</style>
background-color css
<style>
a { background-color: #6E2453; }
a { background-color: rgb(110,36,83); }
div.DivClassName
{
background-color: #6E2453;
}
.BgClassName
{
background-color: #6E2453;
}
</style>
border-color css
<style>
span { border-color: #6E2453; }
span { border-color: rgb(110,36,83); }
td.TdClassName
{
border-color: #6E2453;
}
.TagClassName
{
border-color: #6E2453;
}
</style>