Shades of Pompadour #6D2749
Tints of Pompadour #6D2749
RGB
CMYK
RGB Variations
Color information
#6D2749 (or 0x6D2749) is known color: Pompadour. HEX triplet: 6D, 27 and 49. RGB value is (109,39,73). Sum of RGB (Red+Green+Blue) = 109+39+73=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2749 is #92D8B6. Grayscale: #3F3F3F. Windows color (decimal): -9623735 or 4794221. OLE color: 4794221.
HSL color Cylindrical-coordinate representation of color #6D2749: hue angle of 330.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D2749 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 73 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.57 |
| HSL | 330.86º | 0.47% | 0.29% | - |
| HSV(B) | 330.86º | 0.64% | 0.43% | - |
| XYZ | 8.23 | 5.18 | 6.87 | - |
| YUV | 63.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 73 | 0 | 0.64 | 0.33 | 0.57 | 330.86 | 0.47 | 0.29 |
| Hex | 6D | 27 | 49 | 0 | 40 | 21 | 39 | 14B | 2F | 1D |
| Octal | 155 | 47 | 111 | 0 | 100 | 41 | 71 | 513 | 57 | 35 |
| Binary | 1101101 | 100111 | 1001001 | 0 | 1000000 | 100001 | 111001 | 101001011 | 101111 | 11101 |
Color Harmonies of #6D2749
Complementary color
Monochromatic Colors of #6D2749
Black with #6D2749
Text Example
Text Example
White with #6D2749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2749; }
p { color: rgb(109,39,73); }
H1.HeaderClassName
{
color: #6D2749;
}
.AnyTagClassName
{
color: #6D2749;
}
</style>
background-color css
<style>
a { background-color: #6D2749; }
a { background-color: rgb(109,39,73); }
div.DivClassName
{
background-color: #6D2749;
}
.BgClassName
{
background-color: #6D2749;
}
</style>
border-color css
<style>
span { border-color: #6D2749; }
span { border-color: rgb(109,39,73); }
td.TdClassName
{
border-color: #6D2749;
}
.TagClassName
{
border-color: #6D2749;
}
</style>