Shades of Pompadour #6C2849
Tints of Pompadour #6C2849
RGB
CMYK
RGB Variations
Color information
#6C2849 (or 0x6C2849) is known color: Pompadour. HEX triplet: 6C, 28 and 49. RGB value is (108,40,73). Sum of RGB (Red+Green+Blue) = 108+40+73=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2849 is #93D7B6. Grayscale: #404040. Windows color (decimal): -9689015 or 4794476. OLE color: 4794476.
HSL color Cylindrical-coordinate representation of color #6C2849: hue angle of 330.88º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C2849 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 73 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.58 |
| HSL | 330.88º | 0.46% | 0.29% | - |
| HSV(B) | 330.88º | 0.63% | 0.42% | - |
| XYZ | 8.15 | 5.19 | 6.88 | - |
| YUV | 64.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 73 | 0 | 0.63 | 0.32 | 0.58 | 330.88 | 0.46 | 0.29 |
| Hex | 6C | 28 | 49 | 0 | 3F | 20 | 3A | 14B | 2E | 1D |
| Octal | 154 | 50 | 111 | 0 | 77 | 40 | 72 | 513 | 56 | 35 |
| Binary | 1101100 | 101000 | 1001001 | 0 | 111111 | 100000 | 111010 | 101001011 | 101110 | 11101 |
Color Harmonies of #6C2849
Complementary color
Monochromatic Colors of #6C2849
Black with #6C2849
Text Example
Text Example
White with #6C2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2849; }
p { color: rgb(108,40,73); }
H1.HeaderClassName
{
color: #6C2849;
}
.AnyTagClassName
{
color: #6C2849;
}
</style>
background-color css
<style>
a { background-color: #6C2849; }
a { background-color: rgb(108,40,73); }
div.DivClassName
{
background-color: #6C2849;
}
.BgClassName
{
background-color: #6C2849;
}
</style>
border-color css
<style>
span { border-color: #6C2849; }
span { border-color: rgb(108,40,73); }
td.TdClassName
{
border-color: #6C2849;
}
.TagClassName
{
border-color: #6C2849;
}
</style>