Shades of Pompadour #6E144D
Tints of Pompadour #6E144D
RGB
CMYK
RGB Variations
Color information
#6E144D (or 0x6E144D) is known color: Pompadour. HEX triplet: 6E, 14 and 4D. RGB value is (110,20,77). Sum of RGB (Red+Green+Blue) = 110+20+77=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E144D is #91EBB2. Grayscale: #353535. Windows color (decimal): -9563059 or 5051502. OLE color: 5051502.
HSL color Cylindrical-coordinate representation of color #6E144D: hue angle of 322º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E144D is Cyan = 0, Magento = 0.82, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 20 | 77 | - |
| CMYK | 0 | 0.82 | 0.3 | 0.57 |
| HSL | 322º | 0.69% | 0.25% | - |
| HSV(B) | 322º | 0.82% | 0.43% | - |
| XYZ | 8.02 | 4.35 | 7.44 | - |
| YUV | 53.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 77 | 0 | 0.82 | 0.3 | 0.57 | 322 | 0.69 | 0.25 |
| Hex | 6E | 14 | 4D | 0 | 52 | 1E | 39 | 142 | 45 | 19 |
| Octal | 156 | 24 | 115 | 0 | 122 | 36 | 71 | 502 | 105 | 31 |
| Binary | 1101110 | 10100 | 1001101 | 0 | 1010010 | 11110 | 111001 | 101000010 | 1000101 | 11001 |
Color Harmonies of #6E144D
Complementary color
Monochromatic Colors of #6E144D
Black with #6E144D
Text Example
Text Example
White with #6E144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E144D; }
p { color: rgb(110,20,77); }
H1.HeaderClassName
{
color: #6E144D;
}
.AnyTagClassName
{
color: #6E144D;
}
</style>
background-color css
<style>
a { background-color: #6E144D; }
a { background-color: rgb(110,20,77); }
div.DivClassName
{
background-color: #6E144D;
}
.BgClassName
{
background-color: #6E144D;
}
</style>
border-color css
<style>
span { border-color: #6E144D; }
span { border-color: rgb(110,20,77); }
td.TdClassName
{
border-color: #6E144D;
}
.TagClassName
{
border-color: #6E144D;
}
</style>