Shades of Pompadour #6C2847
Tints of Pompadour #6C2847
RGB
CMYK
RGB Variations
Color information
#6C2847 (or 0x6C2847) is known color: Pompadour. HEX triplet: 6C, 28 and 47. RGB value is (108,40,71). Sum of RGB (Red+Green+Blue) = 108+40+71=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2847 is #93D7B8. Grayscale: #3F3F3F. Windows color (decimal): -9689017 or 4663404. OLE color: 4663404.
HSL color Cylindrical-coordinate representation of color #6C2847: hue angle of 332.65º 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 #6C2847 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 71 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.58 |
| HSL | 332.65º | 0.46% | 0.29% | - |
| HSV(B) | 332.65º | 0.63% | 0.42% | - |
| XYZ | 8.08 | 5.16 | 6.53 | - |
| YUV | 63.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 71 | 0 | 0.63 | 0.34 | 0.58 | 332.65 | 0.46 | 0.29 |
| Hex | 6C | 28 | 47 | 0 | 3F | 22 | 3A | 14D | 2E | 1D |
| Octal | 154 | 50 | 107 | 0 | 77 | 42 | 72 | 515 | 56 | 35 |
| Binary | 1101100 | 101000 | 1000111 | 0 | 111111 | 100010 | 111010 | 101001101 | 101110 | 11101 |
Color Harmonies of #6C2847
Complementary color
Monochromatic Colors of #6C2847
Black with #6C2847
Text Example
Text Example
White with #6C2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2847; }
p { color: rgb(108,40,71); }
H1.HeaderClassName
{
color: #6C2847;
}
.AnyTagClassName
{
color: #6C2847;
}
</style>
background-color css
<style>
a { background-color: #6C2847; }
a { background-color: rgb(108,40,71); }
div.DivClassName
{
background-color: #6C2847;
}
.BgClassName
{
background-color: #6C2847;
}
</style>
border-color css
<style>
span { border-color: #6C2847; }
span { border-color: rgb(108,40,71); }
td.TdClassName
{
border-color: #6C2847;
}
.TagClassName
{
border-color: #6C2847;
}
</style>