Shades of Pompadour #6E2443
Tints of Pompadour #6E2443
RGB
CMYK
RGB Variations
Color information
#6E2443 (or 0x6E2443) is known color: Pompadour. HEX triplet: 6E, 24 and 43. RGB value is (110,36,67). Sum of RGB (Red+Green+Blue) = 110+36+67=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2443 is #91DBBC. Grayscale: #3D3D3D. Windows color (decimal): -9558973 or 4400238. OLE color: 4400238.
HSL color Cylindrical-coordinate representation of color #6E2443: hue angle of 334.86º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2443 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 36 | 67 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.57 |
| HSL | 334.86º | 0.51% | 0.29% | - |
| HSV(B) | 334.86º | 0.67% | 0.43% | - |
| XYZ | 8.07 | 4.98 | 5.85 | - |
| YUV | 61.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 67 | 0 | 0.67 | 0.39 | 0.57 | 334.86 | 0.51 | 0.29 |
| Hex | 6E | 24 | 43 | 0 | 43 | 27 | 39 | 14F | 33 | 1D |
| Octal | 156 | 44 | 103 | 0 | 103 | 47 | 71 | 517 | 63 | 35 |
| Binary | 1101110 | 100100 | 1000011 | 0 | 1000011 | 100111 | 111001 | 101001111 | 110011 | 11101 |
Color Harmonies of #6E2443
Complementary color
Monochromatic Colors of #6E2443
Black with #6E2443
Text Example
Text Example
White with #6E2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2443; }
p { color: rgb(110,36,67); }
H1.HeaderClassName
{
color: #6E2443;
}
.AnyTagClassName
{
color: #6E2443;
}
</style>
background-color css
<style>
a { background-color: #6E2443; }
a { background-color: rgb(110,36,67); }
div.DivClassName
{
background-color: #6E2443;
}
.BgClassName
{
background-color: #6E2443;
}
</style>
border-color css
<style>
span { border-color: #6E2443; }
span { border-color: rgb(110,36,67); }
td.TdClassName
{
border-color: #6E2443;
}
.TagClassName
{
border-color: #6E2443;
}
</style>