Shades of Pompadour #6D1141
Tints of Pompadour #6D1141
RGB
CMYK
RGB Variations
Color information
#6D1141 (or 0x6D1141) is known color: Pompadour. HEX triplet: 6D, 11 and 41. RGB value is (109,17,65). Sum of RGB (Red+Green+Blue) = 109+17+65=191 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.07% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1141 is #92EEBE. Grayscale: #313131. Windows color (decimal): -9629375 or 4264301. OLE color: 4264301.
HSL color Cylindrical-coordinate representation of color #6D1141: hue angle of 328.7º 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 #6D1141 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 17 | 65 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.57 |
| HSL | 328.7º | 0.73% | 0.25% | - |
| HSV(B) | 328.7º | 0.84% | 0.43% | - |
| XYZ | 7.46 | 4.03 | 5.39 | - |
| YUV | 49.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 65 | 0 | 0.84 | 0.40 | 0.57 | 328.7 | 0.73 | 0.25 |
| Hex | 6D | 11 | 41 | 0 | 54 | 28 | 39 | 149 | 49 | 19 |
| Octal | 155 | 21 | 101 | 0 | 124 | 50 | 71 | 511 | 111 | 31 |
| Binary | 1101101 | 10001 | 1000001 | 0 | 1010100 | 101000 | 111001 | 101001001 | 1001001 | 11001 |
Color Harmonies of #6D1141
Complementary color
Monochromatic Colors of #6D1141
Black with #6D1141
Text Example
Text Example
White with #6D1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1141; }
p { color: rgb(109,17,65); }
H1.HeaderClassName
{
color: #6D1141;
}
.AnyTagClassName
{
color: #6D1141;
}
</style>
background-color css
<style>
a { background-color: #6D1141; }
a { background-color: rgb(109,17,65); }
div.DivClassName
{
background-color: #6D1141;
}
.BgClassName
{
background-color: #6D1141;
}
</style>
border-color css
<style>
span { border-color: #6D1141; }
span { border-color: rgb(109,17,65); }
td.TdClassName
{
border-color: #6D1141;
}
.TagClassName
{
border-color: #6D1141;
}
</style>