Shades of Pompadour #6D1240
Tints of Pompadour #6D1240
RGB
CMYK
RGB Variations
Color information
#6D1240 (or 0x6D1240) is known color: Pompadour. HEX triplet: 6D, 12 and 40. RGB value is (109,18,64). Sum of RGB (Red+Green+Blue) = 109+18+64=191 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.07% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1240 is #92EDBF. Grayscale: #323232. Windows color (decimal): -9629120 or 4199021. OLE color: 4199021.
HSL color Cylindrical-coordinate representation of color #6D1240: hue angle of 329.67º degrees, saturation: 0.72, 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 #6D1240 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 18 | 64 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.57 |
| HSL | 329.67º | 0.72% | 0.25% | - |
| HSV(B) | 329.67º | 0.83% | 0.43% | - |
| XYZ | 7.45 | 4.05 | 5.24 | - |
| YUV | 50.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 64 | 0 | 0.83 | 0.41 | 0.57 | 329.67 | 0.72 | 0.25 |
| Hex | 6D | 12 | 40 | 0 | 53 | 29 | 39 | 14A | 48 | 19 |
| Octal | 155 | 22 | 100 | 0 | 123 | 51 | 71 | 512 | 110 | 31 |
| Binary | 1101101 | 10010 | 1000000 | 0 | 1010011 | 101001 | 111001 | 101001010 | 1001000 | 11001 |
Color Harmonies of #6D1240
Complementary color
Monochromatic Colors of #6D1240
Black with #6D1240
Text Example
Text Example
White with #6D1240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1240; }
p { color: rgb(109,18,64); }
H1.HeaderClassName
{
color: #6D1240;
}
.AnyTagClassName
{
color: #6D1240;
}
</style>
background-color css
<style>
a { background-color: #6D1240; }
a { background-color: rgb(109,18,64); }
div.DivClassName
{
background-color: #6D1240;
}
.BgClassName
{
background-color: #6D1240;
}
</style>
border-color css
<style>
span { border-color: #6D1240; }
span { border-color: rgb(109,18,64); }
td.TdClassName
{
border-color: #6D1240;
}
.TagClassName
{
border-color: #6D1240;
}
</style>