Shades of Pompadour #6E184E
Tints of Pompadour #6E184E
RGB
CMYK
RGB Variations
Color information
#6E184E (or 0x6E184E) is known color: Pompadour. HEX triplet: 6E, 18 and 4E. RGB value is (110,24,78). Sum of RGB (Red+Green+Blue) = 110+24+78=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E184E is #91E7B1. Grayscale: #373737. Windows color (decimal): -9562034 or 5118062. OLE color: 5118062.
HSL color Cylindrical-coordinate representation of color #6E184E: hue angle of 322.33º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E184E is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 24 | 78 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.57 |
| HSL | 322.33º | 0.64% | 0.26% | - |
| HSV(B) | 322.33º | 0.78% | 0.43% | - |
| XYZ | 8.13 | 4.52 | 7.65 | - |
| YUV | 55.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 24 | 78 | 0 | 0.78 | 0.29 | 0.57 | 322.33 | 0.64 | 0.26 |
| Hex | 6E | 18 | 4E | 0 | 4E | 1D | 39 | 142 | 40 | 1A |
| Octal | 156 | 30 | 116 | 0 | 116 | 35 | 71 | 502 | 100 | 32 |
| Binary | 1101110 | 11000 | 1001110 | 0 | 1001110 | 11101 | 111001 | 101000010 | 1000000 | 11010 |
Color Harmonies of #6E184E
Complementary color
Monochromatic Colors of #6E184E
Black with #6E184E
Text Example
Text Example
White with #6E184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E184E; }
p { color: rgb(110,24,78); }
H1.HeaderClassName
{
color: #6E184E;
}
.AnyTagClassName
{
color: #6E184E;
}
</style>
background-color css
<style>
a { background-color: #6E184E; }
a { background-color: rgb(110,24,78); }
div.DivClassName
{
background-color: #6E184E;
}
.BgClassName
{
background-color: #6E184E;
}
</style>
border-color css
<style>
span { border-color: #6E184E; }
span { border-color: rgb(110,24,78); }
td.TdClassName
{
border-color: #6E184E;
}
.TagClassName
{
border-color: #6E184E;
}
</style>