Shades of Pompadour #6E244A
Tints of Pompadour #6E244A
RGB
CMYK
RGB Variations
Color information
#6E244A (or 0x6E244A) is known color: Pompadour. HEX triplet: 6E, 24 and 4A. RGB value is (110,36,74). Sum of RGB (Red+Green+Blue) = 110+36+74=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E244A is #91DBB5. Grayscale: #3E3E3E. Windows color (decimal): -9558966 or 4858990. OLE color: 4858990.
HSL color Cylindrical-coordinate representation of color #6E244A: hue angle of 329.19º 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 #6E244A is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 36 | 74 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.57 |
| HSL | 329.19º | 0.51% | 0.29% | - |
| HSV(B) | 329.19º | 0.67% | 0.43% | - |
| XYZ | 8.3 | 5.07 | 7.02 | - |
| YUV | 62.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 74 | 0 | 0.67 | 0.33 | 0.57 | 329.19 | 0.51 | 0.29 |
| Hex | 6E | 24 | 4A | 0 | 43 | 21 | 39 | 149 | 33 | 1D |
| Octal | 156 | 44 | 112 | 0 | 103 | 41 | 71 | 511 | 63 | 35 |
| Binary | 1101110 | 100100 | 1001010 | 0 | 1000011 | 100001 | 111001 | 101001001 | 110011 | 11101 |
Color Harmonies of #6E244A
Complementary color
Monochromatic Colors of #6E244A
Black with #6E244A
Text Example
Text Example
White with #6E244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E244A; }
p { color: rgb(110,36,74); }
H1.HeaderClassName
{
color: #6E244A;
}
.AnyTagClassName
{
color: #6E244A;
}
</style>
background-color css
<style>
a { background-color: #6E244A; }
a { background-color: rgb(110,36,74); }
div.DivClassName
{
background-color: #6E244A;
}
.BgClassName
{
background-color: #6E244A;
}
</style>
border-color css
<style>
span { border-color: #6E244A; }
span { border-color: rgb(110,36,74); }
td.TdClassName
{
border-color: #6E244A;
}
.TagClassName
{
border-color: #6E244A;
}
</style>