Shades of Pompadour #6C244D
Tints of Pompadour #6C244D
RGB
CMYK
RGB Variations
Color information
#6C244D (or 0x6C244D) is known color: Pompadour. HEX triplet: 6C, 24 and 4D. RGB value is (108,36,77). Sum of RGB (Red+Green+Blue) = 108+36+77=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C244D is #93DBB2. Grayscale: #3E3E3E. Windows color (decimal): -9690035 or 5055596. OLE color: 5055596.
HSL color Cylindrical-coordinate representation of color #6C244D: hue angle of 325.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C244D is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 77 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.58 |
| HSL | 325.83º | 0.5% | 0.28% | - |
| HSV(B) | 325.83º | 0.67% | 0.42% | - |
| XYZ | 8.15 | 4.99 | 7.55 | - |
| YUV | 62.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 77 | 0 | 0.67 | 0.29 | 0.58 | 325.83 | 0.5 | 0.28 |
| Hex | 6C | 24 | 4D | 0 | 43 | 1D | 3A | 146 | 32 | 1C |
| Octal | 154 | 44 | 115 | 0 | 103 | 35 | 72 | 506 | 62 | 34 |
| Binary | 1101100 | 100100 | 1001101 | 0 | 1000011 | 11101 | 111010 | 101000110 | 110010 | 11100 |
Color Harmonies of #6C244D
Complementary color
Monochromatic Colors of #6C244D
Black with #6C244D
Text Example
Text Example
White with #6C244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C244D; }
p { color: rgb(108,36,77); }
H1.HeaderClassName
{
color: #6C244D;
}
.AnyTagClassName
{
color: #6C244D;
}
</style>
background-color css
<style>
a { background-color: #6C244D; }
a { background-color: rgb(108,36,77); }
div.DivClassName
{
background-color: #6C244D;
}
.BgClassName
{
background-color: #6C244D;
}
</style>
border-color css
<style>
span { border-color: #6C244D; }
span { border-color: rgb(108,36,77); }
td.TdClassName
{
border-color: #6C244D;
}
.TagClassName
{
border-color: #6C244D;
}
</style>