Shades of Pompadour #6D1341
Tints of Pompadour #6D1341
RGB
CMYK
RGB Variations
Color information
#6D1341 (or 0x6D1341) is known color: Pompadour. HEX triplet: 6D, 13 and 41. RGB value is (109,19,65). Sum of RGB (Red+Green+Blue) = 109+19+65=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1341 is #92ECBE. Grayscale: #333333. Windows color (decimal): -9628863 or 4264813. OLE color: 4264813.
HSL color Cylindrical-coordinate representation of color #6D1341: hue angle of 329.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1341 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 65 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.57 |
| HSL | 329.33º | 0.7% | 0.25% | - |
| HSV(B) | 329.33º | 0.83% | 0.43% | - |
| XYZ | 7.49 | 4.1 | 5.4 | - |
| YUV | 51.15 | 135.82 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 65 | 0 | 0.83 | 0.40 | 0.57 | 329.33 | 0.7 | 0.25 |
| Hex | 6D | 13 | 41 | 0 | 53 | 28 | 39 | 149 | 46 | 19 |
| Octal | 155 | 23 | 101 | 0 | 123 | 50 | 71 | 511 | 106 | 31 |
| Binary | 1101101 | 10011 | 1000001 | 0 | 1010011 | 101000 | 111001 | 101001001 | 1000110 | 11001 |
Color Harmonies of #6D1341
Complementary color
Monochromatic Colors of #6D1341
Black with #6D1341
Text Example
Text Example
White with #6D1341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1341; }
p { color: rgb(109,19,65); }
H1.HeaderClassName
{
color: #6D1341;
}
.AnyTagClassName
{
color: #6D1341;
}
</style>
background-color css
<style>
a { background-color: #6D1341; }
a { background-color: rgb(109,19,65); }
div.DivClassName
{
background-color: #6D1341;
}
.BgClassName
{
background-color: #6D1341;
}
</style>
border-color css
<style>
span { border-color: #6D1341; }
span { border-color: rgb(109,19,65); }
td.TdClassName
{
border-color: #6D1341;
}
.TagClassName
{
border-color: #6D1341;
}
</style>