Shades of Pompadour #6C2752
Tints of Pompadour #6C2752
RGB
CMYK
RGB Variations
Color information
#6C2752 (or 0x6C2752) is known color: Pompadour. HEX triplet: 6C, 27 and 52. RGB value is (108,39,82). Sum of RGB (Red+Green+Blue) = 108+39+82=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2752 is #93D8AD. Grayscale: #404040. Windows color (decimal): -9689262 or 5384044. OLE color: 5384044.
HSL color Cylindrical-coordinate representation of color #6C2752: hue angle of 322.61º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C2752 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 39 | 82 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.58 |
| HSL | 322.61º | 0.47% | 0.29% | - |
| HSV(B) | 322.61º | 0.64% | 0.42% | - |
| XYZ | 8.43 | 5.25 | 8.55 | - |
| YUV | 64.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 82 | 0 | 0.64 | 0.24 | 0.58 | 322.61 | 0.47 | 0.29 |
| Hex | 6C | 27 | 52 | 0 | 40 | 18 | 3A | 143 | 2F | 1D |
| Octal | 154 | 47 | 122 | 0 | 100 | 30 | 72 | 503 | 57 | 35 |
| Binary | 1101100 | 100111 | 1010010 | 0 | 1000000 | 11000 | 111010 | 101000011 | 101111 | 11101 |
Color Harmonies of #6C2752
Complementary color
Monochromatic Colors of #6C2752
Black with #6C2752
Text Example
Text Example
White with #6C2752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2752; }
p { color: rgb(108,39,82); }
H1.HeaderClassName
{
color: #6C2752;
}
.AnyTagClassName
{
color: #6C2752;
}
</style>
background-color css
<style>
a { background-color: #6C2752; }
a { background-color: rgb(108,39,82); }
div.DivClassName
{
background-color: #6C2752;
}
.BgClassName
{
background-color: #6C2752;
}
</style>
border-color css
<style>
span { border-color: #6C2752; }
span { border-color: rgb(108,39,82); }
td.TdClassName
{
border-color: #6C2752;
}
.TagClassName
{
border-color: #6C2752;
}
</style>