Shades of Pompadour #6D1640
Tints of Pompadour #6D1640
RGB
CMYK
RGB Variations
Color information
#6D1640 (or 0x6D1640) is known color: Pompadour. HEX triplet: 6D, 16 and 40. RGB value is (109,22,64). Sum of RGB (Red+Green+Blue) = 109+22+64=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1640 is #92E9BF. Grayscale: #343434. Windows color (decimal): -9628096 or 4200045. OLE color: 4200045.
HSL color Cylindrical-coordinate representation of color #6D1640: hue angle of 331.03º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1640 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 64 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.57 |
| HSL | 331.03º | 0.66% | 0.26% | - |
| HSV(B) | 331.03º | 0.8% | 0.43% | - |
| XYZ | 7.52 | 4.2 | 5.26 | - |
| YUV | 52.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 64 | 0 | 0.80 | 0.41 | 0.57 | 331.03 | 0.66 | 0.26 |
| Hex | 6D | 16 | 40 | 0 | 50 | 29 | 39 | 14B | 42 | 1A |
| Octal | 155 | 26 | 100 | 0 | 120 | 51 | 71 | 513 | 102 | 32 |
| Binary | 1101101 | 10110 | 1000000 | 0 | 1010000 | 101001 | 111001 | 101001011 | 1000010 | 11010 |
Color Harmonies of #6D1640
Complementary color
Monochromatic Colors of #6D1640
Black with #6D1640
Text Example
Text Example
White with #6D1640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1640; }
p { color: rgb(109,22,64); }
H1.HeaderClassName
{
color: #6D1640;
}
.AnyTagClassName
{
color: #6D1640;
}
</style>
background-color css
<style>
a { background-color: #6D1640; }
a { background-color: rgb(109,22,64); }
div.DivClassName
{
background-color: #6D1640;
}
.BgClassName
{
background-color: #6D1640;
}
</style>
border-color css
<style>
span { border-color: #6D1640; }
span { border-color: rgb(109,22,64); }
td.TdClassName
{
border-color: #6D1640;
}
.TagClassName
{
border-color: #6D1640;
}
</style>