Shades of Pompadour #6C2543
Tints of Pompadour #6C2543
RGB
CMYK
RGB Variations
Color information
#6C2543 (or 0x6C2543) is known color: Pompadour. HEX triplet: 6C, 25 and 43. RGB value is (108,37,67). Sum of RGB (Red+Green+Blue) = 108+37+67=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2543 is #93DABC. Grayscale: #3D3D3D. Windows color (decimal): -9689789 or 4400492. OLE color: 4400492.
HSL color Cylindrical-coordinate representation of color #6C2543: hue angle of 334.65º 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 #6C2543 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 37 | 67 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.58 |
| HSL | 334.65º | 0.49% | 0.28% | - |
| HSV(B) | 334.65º | 0.66% | 0.42% | - |
| XYZ | 7.86 | 4.92 | 5.84 | - |
| YUV | 61.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 67 | 0 | 0.66 | 0.38 | 0.58 | 334.65 | 0.49 | 0.28 |
| Hex | 6C | 25 | 43 | 0 | 42 | 26 | 3A | 14F | 31 | 1C |
| Octal | 154 | 45 | 103 | 0 | 102 | 46 | 72 | 517 | 61 | 34 |
| Binary | 1101100 | 100101 | 1000011 | 0 | 1000010 | 100110 | 111010 | 101001111 | 110001 | 11100 |
Color Harmonies of #6C2543
Complementary color
Monochromatic Colors of #6C2543
Black with #6C2543
Text Example
Text Example
White with #6C2543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2543; }
p { color: rgb(108,37,67); }
H1.HeaderClassName
{
color: #6C2543;
}
.AnyTagClassName
{
color: #6C2543;
}
</style>
background-color css
<style>
a { background-color: #6C2543; }
a { background-color: rgb(108,37,67); }
div.DivClassName
{
background-color: #6C2543;
}
.BgClassName
{
background-color: #6C2543;
}
</style>
border-color css
<style>
span { border-color: #6C2543; }
span { border-color: rgb(108,37,67); }
td.TdClassName
{
border-color: #6C2543;
}
.TagClassName
{
border-color: #6C2543;
}
</style>