Shades of Pompadour #6E2143
Tints of Pompadour #6E2143
RGB
CMYK
RGB Variations
Color information
#6E2143 (or 0x6E2143) is known color: Pompadour. HEX triplet: 6E, 21 and 43. RGB value is (110,33,67). Sum of RGB (Red+Green+Blue) = 110+33+67=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2143 is #91DEBC. Grayscale: #3B3B3B. Windows color (decimal): -9559741 or 4399470. OLE color: 4399470.
HSL color Cylindrical-coordinate representation of color #6E2143: hue angle of 333.51º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E2143 is Cyan = 0, Magento = 0.7, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 33 | 67 | - |
| CMYK | 0 | 0.7 | 0.39 | 0.57 |
| HSL | 333.51º | 0.54% | 0.28% | - |
| HSV(B) | 333.51º | 0.7% | 0.43% | - |
| XYZ | 7.99 | 4.81 | 5.82 | - |
| YUV | 59.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 67 | 0 | 0.7 | 0.39 | 0.57 | 333.51 | 0.54 | 0.28 |
| Hex | 6E | 21 | 43 | 0 | 46 | 27 | 39 | 14E | 36 | 1C |
| Octal | 156 | 41 | 103 | 0 | 106 | 47 | 71 | 516 | 66 | 34 |
| Binary | 1101110 | 100001 | 1000011 | 0 | 1000110 | 100111 | 111001 | 101001110 | 110110 | 11100 |
Color Harmonies of #6E2143
Complementary color
Monochromatic Colors of #6E2143
Black with #6E2143
Text Example
Text Example
White with #6E2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2143; }
p { color: rgb(110,33,67); }
H1.HeaderClassName
{
color: #6E2143;
}
.AnyTagClassName
{
color: #6E2143;
}
</style>
background-color css
<style>
a { background-color: #6E2143; }
a { background-color: rgb(110,33,67); }
div.DivClassName
{
background-color: #6E2143;
}
.BgClassName
{
background-color: #6E2143;
}
</style>
border-color css
<style>
span { border-color: #6E2143; }
span { border-color: rgb(110,33,67); }
td.TdClassName
{
border-color: #6E2143;
}
.TagClassName
{
border-color: #6E2143;
}
</style>