Shades of Pompadour #6E1650
Tints of Pompadour #6E1650
RGB
CMYK
RGB Variations
Color information
#6E1650 (or 0x6E1650) is known color: Pompadour. HEX triplet: 6E, 16 and 50. RGB value is (110,22,80). Sum of RGB (Red+Green+Blue) = 110+22+80=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1650 is #91E9AF. Grayscale: #363636. Windows color (decimal): -9562544 or 5248622. OLE color: 5248622.
HSL color Cylindrical-coordinate representation of color #6E1650: hue angle of 320.45º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E1650 is Cyan = 0, Magento = 0.8, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 22 | 80 | - |
| CMYK | 0 | 0.8 | 0.27 | 0.57 |
| HSL | 320.45º | 0.67% | 0.26% | - |
| HSV(B) | 320.45º | 0.8% | 0.43% | - |
| XYZ | 8.17 | 4.47 | 8.02 | - |
| YUV | 54.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 80 | 0 | 0.8 | 0.27 | 0.57 | 320.45 | 0.67 | 0.26 |
| Hex | 6E | 16 | 50 | 0 | 50 | 1B | 39 | 140 | 43 | 1A |
| Octal | 156 | 26 | 120 | 0 | 120 | 33 | 71 | 500 | 103 | 32 |
| Binary | 1101110 | 10110 | 1010000 | 0 | 1010000 | 11011 | 111001 | 101000000 | 1000011 | 11010 |
Color Harmonies of #6E1650
Complementary color
Monochromatic Colors of #6E1650
Black with #6E1650
Text Example
Text Example
White with #6E1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1650; }
p { color: rgb(110,22,80); }
H1.HeaderClassName
{
color: #6E1650;
}
.AnyTagClassName
{
color: #6E1650;
}
</style>
background-color css
<style>
a { background-color: #6E1650; }
a { background-color: rgb(110,22,80); }
div.DivClassName
{
background-color: #6E1650;
}
.BgClassName
{
background-color: #6E1650;
}
</style>
border-color css
<style>
span { border-color: #6E1650; }
span { border-color: rgb(110,22,80); }
td.TdClassName
{
border-color: #6E1650;
}
.TagClassName
{
border-color: #6E1650;
}
</style>