Shades of Pompadour #6E2849
Tints of Pompadour #6E2849
RGB
CMYK
RGB Variations
Color information
#6E2849 (or 0x6E2849) is known color: Pompadour. HEX triplet: 6E, 28 and 49. RGB value is (110,40,73). Sum of RGB (Red+Green+Blue) = 110+40+73=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2849 is #91D7B6. Grayscale: #404040. Windows color (decimal): -9557943 or 4794478. OLE color: 4794478.
HSL color Cylindrical-coordinate representation of color #6E2849: hue angle of 331.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E2849 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 73 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.57 |
| HSL | 331.71º | 0.47% | 0.29% | - |
| HSV(B) | 331.71º | 0.64% | 0.43% | - |
| XYZ | 8.39 | 5.31 | 6.89 | - |
| YUV | 64.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 73 | 0 | 0.64 | 0.34 | 0.57 | 331.71 | 0.47 | 0.29 |
| Hex | 6E | 28 | 49 | 0 | 40 | 22 | 39 | 14C | 2F | 1D |
| Octal | 156 | 50 | 111 | 0 | 100 | 42 | 71 | 514 | 57 | 35 |
| Binary | 1101110 | 101000 | 1001001 | 0 | 1000000 | 100010 | 111001 | 101001100 | 101111 | 11101 |
Color Harmonies of #6E2849
Complementary color
Monochromatic Colors of #6E2849
Black with #6E2849
Text Example
Text Example
White with #6E2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2849; }
p { color: rgb(110,40,73); }
H1.HeaderClassName
{
color: #6E2849;
}
.AnyTagClassName
{
color: #6E2849;
}
</style>
background-color css
<style>
a { background-color: #6E2849; }
a { background-color: rgb(110,40,73); }
div.DivClassName
{
background-color: #6E2849;
}
.BgClassName
{
background-color: #6E2849;
}
</style>
border-color css
<style>
span { border-color: #6E2849; }
span { border-color: rgb(110,40,73); }
td.TdClassName
{
border-color: #6E2849;
}
.TagClassName
{
border-color: #6E2849;
}
</style>