Shades of Pompadour #6E2353
Tints of Pompadour #6E2353
RGB
CMYK
RGB Variations
Color information
#6E2353 (or 0x6E2353) is known color: Pompadour. HEX triplet: 6E, 23 and 53. RGB value is (110,35,83). Sum of RGB (Red+Green+Blue) = 110+35+83=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2353 is #91DCAC. Grayscale: #3E3E3E. Windows color (decimal): -9559213 or 5448558. OLE color: 5448558.
HSL color Cylindrical-coordinate representation of color #6E2353: hue angle of 321.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E2353 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 35 | 83 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.57 |
| HSL | 321.6º | 0.52% | 0.28% | - |
| HSV(B) | 321.6º | 0.68% | 0.43% | - |
| XYZ | 8.59 | 5.14 | 8.72 | - |
| YUV | 62.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 83 | 0 | 0.68 | 0.25 | 0.57 | 321.6 | 0.52 | 0.28 |
| Hex | 6E | 23 | 53 | 0 | 44 | 19 | 39 | 142 | 34 | 1C |
| Octal | 156 | 43 | 123 | 0 | 104 | 31 | 71 | 502 | 64 | 34 |
| Binary | 1101110 | 100011 | 1010011 | 0 | 1000100 | 11001 | 111001 | 101000010 | 110100 | 11100 |
Color Harmonies of #6E2353
Complementary color
Monochromatic Colors of #6E2353
Black with #6E2353
Text Example
Text Example
White with #6E2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2353; }
p { color: rgb(110,35,83); }
H1.HeaderClassName
{
color: #6E2353;
}
.AnyTagClassName
{
color: #6E2353;
}
</style>
background-color css
<style>
a { background-color: #6E2353; }
a { background-color: rgb(110,35,83); }
div.DivClassName
{
background-color: #6E2353;
}
.BgClassName
{
background-color: #6E2353;
}
</style>
border-color css
<style>
span { border-color: #6E2353; }
span { border-color: rgb(110,35,83); }
td.TdClassName
{
border-color: #6E2353;
}
.TagClassName
{
border-color: #6E2353;
}
</style>