Shades of Pompadour #6C2C52
Tints of Pompadour #6C2C52
RGB
CMYK
RGB Variations
Color information
#6C2C52 (or 0x6C2C52) is known color: Pompadour. HEX triplet: 6C, 2C and 52. RGB value is (108,44,82). Sum of RGB (Red+Green+Blue) = 108+44+82=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2C52 is #93D3AD. Grayscale: #434343. Windows color (decimal): -9687982 or 5385324. OLE color: 5385324.
HSL color Cylindrical-coordinate representation of color #6C2C52: hue angle of 324.38º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C2C52 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 44 | 82 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.58 |
| HSL | 324.38º | 0.42% | 0.3% | - |
| HSV(B) | 324.38º | 0.59% | 0.42% | - |
| XYZ | 8.61 | 5.6 | 8.61 | - |
| YUV | 67.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 82 | 0 | 0.59 | 0.24 | 0.58 | 324.38 | 0.42 | 0.3 |
| Hex | 6C | 2C | 52 | 0 | 3B | 18 | 3A | 144 | 2A | 1E |
| Octal | 154 | 54 | 122 | 0 | 73 | 30 | 72 | 504 | 52 | 36 |
| Binary | 1101100 | 101100 | 1010010 | 0 | 111011 | 11000 | 111010 | 101000100 | 101010 | 11110 |
Color Harmonies of #6C2C52
Complementary color
Monochromatic Colors of #6C2C52
Black with #6C2C52
Text Example
Text Example
White with #6C2C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2C52; }
p { color: rgb(108,44,82); }
H1.HeaderClassName
{
color: #6C2C52;
}
.AnyTagClassName
{
color: #6C2C52;
}
</style>
background-color css
<style>
a { background-color: #6C2C52; }
a { background-color: rgb(108,44,82); }
div.DivClassName
{
background-color: #6C2C52;
}
.BgClassName
{
background-color: #6C2C52;
}
</style>
border-color css
<style>
span { border-color: #6C2C52; }
span { border-color: rgb(108,44,82); }
td.TdClassName
{
border-color: #6C2C52;
}
.TagClassName
{
border-color: #6C2C52;
}
</style>