Shades of Pompadour #6D1140
Tints of Pompadour #6D1140
RGB
CMYK
RGB Variations
Color information
#6D1140 (or 0x6D1140) is known color: Pompadour. HEX triplet: 6D, 11 and 40. RGB value is (109,17,64). Sum of RGB (Red+Green+Blue) = 109+17+64=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1140 is #92EEBF. Grayscale: #313131. Windows color (decimal): -9629376 or 4198765. OLE color: 4198765.
HSL color Cylindrical-coordinate representation of color #6D1140: hue angle of 329.35º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1140 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 17 | 64 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.57 |
| HSL | 329.35º | 0.73% | 0.25% | - |
| HSV(B) | 329.35º | 0.84% | 0.43% | - |
| XYZ | 7.43 | 4.02 | 5.24 | - |
| YUV | 49.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 64 | 0 | 0.84 | 0.41 | 0.57 | 329.35 | 0.73 | 0.25 |
| Hex | 6D | 11 | 40 | 0 | 54 | 29 | 39 | 149 | 49 | 19 |
| Octal | 155 | 21 | 100 | 0 | 124 | 51 | 71 | 511 | 111 | 31 |
| Binary | 1101101 | 10001 | 1000000 | 0 | 1010100 | 101001 | 111001 | 101001001 | 1001001 | 11001 |
Color Harmonies of #6D1140
Complementary color
Monochromatic Colors of #6D1140
Black with #6D1140
Text Example
Text Example
White with #6D1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1140; }
p { color: rgb(109,17,64); }
H1.HeaderClassName
{
color: #6D1140;
}
.AnyTagClassName
{
color: #6D1140;
}
</style>
background-color css
<style>
a { background-color: #6D1140; }
a { background-color: rgb(109,17,64); }
div.DivClassName
{
background-color: #6D1140;
}
.BgClassName
{
background-color: #6D1140;
}
</style>
border-color css
<style>
span { border-color: #6D1140; }
span { border-color: rgb(109,17,64); }
td.TdClassName
{
border-color: #6D1140;
}
.TagClassName
{
border-color: #6D1140;
}
</style>