Shades of Pompadour #6D2049
Tints of Pompadour #6D2049
RGB
CMYK
RGB Variations
Color information
#6D2049 (or 0x6D2049) is known color: Pompadour. HEX triplet: 6D, 20 and 49. RGB value is (109,32,73). Sum of RGB (Red+Green+Blue) = 109+32+73=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2049 is #92DFB6. Grayscale: #3B3B3B. Windows color (decimal): -9625527 or 4792429. OLE color: 4792429.
HSL color Cylindrical-coordinate representation of color #6D2049: hue angle of 328.05º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D2049 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 73 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.57 |
| HSL | 328.05º | 0.55% | 0.28% | - |
| HSV(B) | 328.05º | 0.71% | 0.43% | - |
| XYZ | 8.03 | 4.77 | 6.8 | - |
| YUV | 59.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 73 | 0 | 0.71 | 0.33 | 0.57 | 328.05 | 0.55 | 0.28 |
| Hex | 6D | 20 | 49 | 0 | 47 | 21 | 39 | 148 | 37 | 1C |
| Octal | 155 | 40 | 111 | 0 | 107 | 41 | 71 | 510 | 67 | 34 |
| Binary | 1101101 | 100000 | 1001001 | 0 | 1000111 | 100001 | 111001 | 101001000 | 110111 | 11100 |
Color Harmonies of #6D2049
Complementary color
Monochromatic Colors of #6D2049
Black with #6D2049
Text Example
Text Example
White with #6D2049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2049; }
p { color: rgb(109,32,73); }
H1.HeaderClassName
{
color: #6D2049;
}
.AnyTagClassName
{
color: #6D2049;
}
</style>
background-color css
<style>
a { background-color: #6D2049; }
a { background-color: rgb(109,32,73); }
div.DivClassName
{
background-color: #6D2049;
}
.BgClassName
{
background-color: #6D2049;
}
</style>
border-color css
<style>
span { border-color: #6D2049; }
span { border-color: rgb(109,32,73); }
td.TdClassName
{
border-color: #6D2049;
}
.TagClassName
{
border-color: #6D2049;
}
</style>