Shades of Pompadour #6C224D
Tints of Pompadour #6C224D
RGB
CMYK
RGB Variations
Color information
#6C224D (or 0x6C224D) is known color: Pompadour. HEX triplet: 6C, 22 and 4D. RGB value is (108,34,77). Sum of RGB (Red+Green+Blue) = 108+34+77=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C224D is #93DDB2. Grayscale: #3C3C3C. Windows color (decimal): -9690547 or 5055084. OLE color: 5055084.
HSL color Cylindrical-coordinate representation of color #6C224D: hue angle of 325.14º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C224D is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 34 | 77 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.58 |
| HSL | 325.14º | 0.52% | 0.28% | - |
| HSV(B) | 325.14º | 0.69% | 0.42% | - |
| XYZ | 8.1 | 4.87 | 7.53 | - |
| YUV | 61.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 77 | 0 | 0.69 | 0.29 | 0.58 | 325.14 | 0.52 | 0.28 |
| Hex | 6C | 22 | 4D | 0 | 45 | 1D | 3A | 145 | 34 | 1C |
| Octal | 154 | 42 | 115 | 0 | 105 | 35 | 72 | 505 | 64 | 34 |
| Binary | 1101100 | 100010 | 1001101 | 0 | 1000101 | 11101 | 111010 | 101000101 | 110100 | 11100 |
Color Harmonies of #6C224D
Complementary color
Monochromatic Colors of #6C224D
Black with #6C224D
Text Example
Text Example
White with #6C224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C224D; }
p { color: rgb(108,34,77); }
H1.HeaderClassName
{
color: #6C224D;
}
.AnyTagClassName
{
color: #6C224D;
}
</style>
background-color css
<style>
a { background-color: #6C224D; }
a { background-color: rgb(108,34,77); }
div.DivClassName
{
background-color: #6C224D;
}
.BgClassName
{
background-color: #6C224D;
}
</style>
border-color css
<style>
span { border-color: #6C224D; }
span { border-color: rgb(108,34,77); }
td.TdClassName
{
border-color: #6C224D;
}
.TagClassName
{
border-color: #6C224D;
}
</style>