Shades of Pompadour #6E1741
Tints of Pompadour #6E1741
RGB
CMYK
RGB Variations
Color information
#6E1741 (or 0x6E1741) is known color: Pompadour. HEX triplet: 6E, 17 and 41. RGB value is (110,23,65). Sum of RGB (Red+Green+Blue) = 110+23+65=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1741 is #91E8BE. Grayscale: #353535. Windows color (decimal): -9562303 or 4265838. OLE color: 4265838.
HSL color Cylindrical-coordinate representation of color #6E1741: hue angle of 331.03º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E1741 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 23 | 65 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.57 |
| HSL | 331.03º | 0.65% | 0.26% | - |
| HSV(B) | 331.03º | 0.79% | 0.43% | - |
| XYZ | 7.69 | 4.31 | 5.43 | - |
| YUV | 53.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 65 | 0 | 0.79 | 0.41 | 0.57 | 331.03 | 0.65 | 0.26 |
| Hex | 6E | 17 | 41 | 0 | 4F | 29 | 39 | 14B | 41 | 1A |
| Octal | 156 | 27 | 101 | 0 | 117 | 51 | 71 | 513 | 101 | 32 |
| Binary | 1101110 | 10111 | 1000001 | 0 | 1001111 | 101001 | 111001 | 101001011 | 1000001 | 11010 |
Color Harmonies of #6E1741
Complementary color
Monochromatic Colors of #6E1741
Black with #6E1741
Text Example
Text Example
White with #6E1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1741; }
p { color: rgb(110,23,65); }
H1.HeaderClassName
{
color: #6E1741;
}
.AnyTagClassName
{
color: #6E1741;
}
</style>
background-color css
<style>
a { background-color: #6E1741; }
a { background-color: rgb(110,23,65); }
div.DivClassName
{
background-color: #6E1741;
}
.BgClassName
{
background-color: #6E1741;
}
</style>
border-color css
<style>
span { border-color: #6E1741; }
span { border-color: rgb(110,23,65); }
td.TdClassName
{
border-color: #6E1741;
}
.TagClassName
{
border-color: #6E1741;
}
</style>