Shades of Pompadour #6E1137
Tints of Pompadour #6E1137
RGB
CMYK
RGB Variations
Color information
#6E1137 (or 0x6E1137) is known color: Pompadour. HEX triplet: 6E, 11 and 37. RGB value is (110,17,55). Sum of RGB (Red+Green+Blue) = 110+17+55=182 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.44% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1137 is #91EEC8. Grayscale: #313131. Windows color (decimal): -9563849 or 3608942. OLE color: 3608942.
HSL color Cylindrical-coordinate representation of color #6E1137: hue angle of 335.48º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1137 is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 17 | 55 | - |
| CMYK | 0 | 0.85 | 0.5 | 0.57 |
| HSL | 335.48º | 0.73% | 0.25% | - |
| HSV(B) | 335.48º | 0.85% | 0.43% | - |
| XYZ | 7.32 | 3.99 | 4 | - |
| YUV | 49.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 55 | 0 | 0.85 | 0.5 | 0.57 | 335.48 | 0.73 | 0.25 |
| Hex | 6E | 11 | 37 | 0 | 55 | 32 | 39 | 14F | 49 | 19 |
| Octal | 156 | 21 | 67 | 0 | 125 | 62 | 71 | 517 | 111 | 31 |
| Binary | 1101110 | 10001 | 110111 | 0 | 1010101 | 110010 | 111001 | 101001111 | 1001001 | 11001 |
Color Harmonies of #6E1137
Complementary color
Monochromatic Colors of #6E1137
Black with #6E1137
Text Example
Text Example
White with #6E1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1137; }
p { color: rgb(110,17,55); }
H1.HeaderClassName
{
color: #6E1137;
}
.AnyTagClassName
{
color: #6E1137;
}
</style>
background-color css
<style>
a { background-color: #6E1137; }
a { background-color: rgb(110,17,55); }
div.DivClassName
{
background-color: #6E1137;
}
.BgClassName
{
background-color: #6E1137;
}
</style>
border-color css
<style>
span { border-color: #6E1137; }
span { border-color: rgb(110,17,55); }
td.TdClassName
{
border-color: #6E1137;
}
.TagClassName
{
border-color: #6E1137;
}
</style>