Shades of Pompadour #6C2647
Tints of Pompadour #6C2647
RGB
CMYK
RGB Variations
Color information
#6C2647 (or 0x6C2647) is known color: Pompadour. HEX triplet: 6C, 26 and 47. RGB value is (108,38,71). Sum of RGB (Red+Green+Blue) = 108+38+71=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2647 is #93D9B8. Grayscale: #3E3E3E. Windows color (decimal): -9689529 or 4662892. OLE color: 4662892.
HSL color Cylindrical-coordinate representation of color #6C2647: hue angle of 331.71º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C2647 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 38 | 71 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.58 |
| HSL | 331.71º | 0.48% | 0.29% | - |
| HSV(B) | 331.71º | 0.65% | 0.42% | - |
| XYZ | 8.01 | 5.03 | 6.51 | - |
| YUV | 62.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 71 | 0 | 0.65 | 0.34 | 0.58 | 331.71 | 0.48 | 0.29 |
| Hex | 6C | 26 | 47 | 0 | 41 | 22 | 3A | 14C | 30 | 1D |
| Octal | 154 | 46 | 107 | 0 | 101 | 42 | 72 | 514 | 60 | 35 |
| Binary | 1101100 | 100110 | 1000111 | 0 | 1000001 | 100010 | 111010 | 101001100 | 110000 | 11101 |
Color Harmonies of #6C2647
Complementary color
Monochromatic Colors of #6C2647
Black with #6C2647
Text Example
Text Example
White with #6C2647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2647; }
p { color: rgb(108,38,71); }
H1.HeaderClassName
{
color: #6C2647;
}
.AnyTagClassName
{
color: #6C2647;
}
</style>
background-color css
<style>
a { background-color: #6C2647; }
a { background-color: rgb(108,38,71); }
div.DivClassName
{
background-color: #6C2647;
}
.BgClassName
{
background-color: #6C2647;
}
</style>
border-color css
<style>
span { border-color: #6C2647; }
span { border-color: rgb(108,38,71); }
td.TdClassName
{
border-color: #6C2647;
}
.TagClassName
{
border-color: #6C2647;
}
</style>