Shades of Pompadour #6E2344
Tints of Pompadour #6E2344
RGB
CMYK
RGB Variations
Color information
#6E2344 (or 0x6E2344) is known color: Pompadour. HEX triplet: 6E, 23 and 44. RGB value is (110,35,68). Sum of RGB (Red+Green+Blue) = 110+35+68=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2344 is #91DCBB. Grayscale: #3D3D3D. Windows color (decimal): -9559228 or 4465518. OLE color: 4465518.
HSL color Cylindrical-coordinate representation of color #6E2344: hue angle of 333.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E2344 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 35 | 68 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.57 |
| HSL | 333.6º | 0.52% | 0.28% | - |
| HSV(B) | 333.6º | 0.68% | 0.43% | - |
| XYZ | 8.07 | 4.93 | 6 | - |
| YUV | 61.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 68 | 0 | 0.68 | 0.38 | 0.57 | 333.6 | 0.52 | 0.28 |
| Hex | 6E | 23 | 44 | 0 | 44 | 26 | 39 | 14E | 34 | 1C |
| Octal | 156 | 43 | 104 | 0 | 104 | 46 | 71 | 516 | 64 | 34 |
| Binary | 1101110 | 100011 | 1000100 | 0 | 1000100 | 100110 | 111001 | 101001110 | 110100 | 11100 |
Color Harmonies of #6E2344
Complementary color
Monochromatic Colors of #6E2344
Black with #6E2344
Text Example
Text Example
White with #6E2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2344; }
p { color: rgb(110,35,68); }
H1.HeaderClassName
{
color: #6E2344;
}
.AnyTagClassName
{
color: #6E2344;
}
</style>
background-color css
<style>
a { background-color: #6E2344; }
a { background-color: rgb(110,35,68); }
div.DivClassName
{
background-color: #6E2344;
}
.BgClassName
{
background-color: #6E2344;
}
</style>
border-color css
<style>
span { border-color: #6E2344; }
span { border-color: rgb(110,35,68); }
td.TdClassName
{
border-color: #6E2344;
}
.TagClassName
{
border-color: #6E2344;
}
</style>