Shades of Pompadour #6E1046
Tints of Pompadour #6E1046
RGB
CMYK
RGB Variations
Color information
#6E1046 (or 0x6E1046) is known color: Pompadour. HEX triplet: 6E, 10 and 46. RGB value is (110,16,70). Sum of RGB (Red+Green+Blue) = 110+16+70=196 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.12% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1046 is #91EFB9. Grayscale: #323232. Windows color (decimal): -9564090 or 4591726. OLE color: 4591726.
HSL color Cylindrical-coordinate representation of color #6E1046: hue angle of 325.53º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1046 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 70 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.57 |
| HSL | 325.53º | 0.75% | 0.25% | - |
| HSV(B) | 325.53º | 0.85% | 0.43% | - |
| XYZ | 7.72 | 4.13 | 6.18 | - |
| YUV | 50.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 70 | 0 | 0.85 | 0.36 | 0.57 | 325.53 | 0.75 | 0.25 |
| Hex | 6E | 10 | 46 | 0 | 55 | 24 | 39 | 146 | 4B | 19 |
| Octal | 156 | 20 | 106 | 0 | 125 | 44 | 71 | 506 | 113 | 31 |
| Binary | 1101110 | 10000 | 1000110 | 0 | 1010101 | 100100 | 111001 | 101000110 | 1001011 | 11001 |
Color Harmonies of #6E1046
Complementary color
Monochromatic Colors of #6E1046
Black with #6E1046
Text Example
Text Example
White with #6E1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1046; }
p { color: rgb(110,16,70); }
H1.HeaderClassName
{
color: #6E1046;
}
.AnyTagClassName
{
color: #6E1046;
}
</style>
background-color css
<style>
a { background-color: #6E1046; }
a { background-color: rgb(110,16,70); }
div.DivClassName
{
background-color: #6E1046;
}
.BgClassName
{
background-color: #6E1046;
}
</style>
border-color css
<style>
span { border-color: #6E1046; }
span { border-color: rgb(110,16,70); }
td.TdClassName
{
border-color: #6E1046;
}
.TagClassName
{
border-color: #6E1046;
}
</style>