Shades of Pompadour #6C2544
Tints of Pompadour #6C2544
RGB
CMYK
RGB Variations
Color information
#6C2544 (or 0x6C2544) is known color: Pompadour. HEX triplet: 6C, 25 and 44. RGB value is (108,37,68). Sum of RGB (Red+Green+Blue) = 108+37+68=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2544 is #93DABB. Grayscale: #3D3D3D. Windows color (decimal): -9689788 or 4466028. OLE color: 4466028.
HSL color Cylindrical-coordinate representation of color #6C2544: hue angle of 333.8º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2544 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 37 | 68 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.58 |
| HSL | 333.8º | 0.49% | 0.28% | - |
| HSV(B) | 333.8º | 0.66% | 0.42% | - |
| XYZ | 7.89 | 4.93 | 6 | - |
| YUV | 61.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 68 | 0 | 0.66 | 0.37 | 0.58 | 333.8 | 0.49 | 0.28 |
| Hex | 6C | 25 | 44 | 0 | 42 | 25 | 3A | 14E | 31 | 1C |
| Octal | 154 | 45 | 104 | 0 | 102 | 45 | 72 | 516 | 61 | 34 |
| Binary | 1101100 | 100101 | 1000100 | 0 | 1000010 | 100101 | 111010 | 101001110 | 110001 | 11100 |
Color Harmonies of #6C2544
Complementary color
Monochromatic Colors of #6C2544
Black with #6C2544
Text Example
Text Example
White with #6C2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2544; }
p { color: rgb(108,37,68); }
H1.HeaderClassName
{
color: #6C2544;
}
.AnyTagClassName
{
color: #6C2544;
}
</style>
background-color css
<style>
a { background-color: #6C2544; }
a { background-color: rgb(108,37,68); }
div.DivClassName
{
background-color: #6C2544;
}
.BgClassName
{
background-color: #6C2544;
}
</style>
border-color css
<style>
span { border-color: #6C2544; }
span { border-color: rgb(108,37,68); }
td.TdClassName
{
border-color: #6C2544;
}
.TagClassName
{
border-color: #6C2544;
}
</style>