Shades of Pompadour #6C224C
Tints of Pompadour #6C224C
RGB
CMYK
RGB Variations
Color information
#6C224C (or 0x6C224C) is known color: Pompadour. HEX triplet: 6C, 22 and 4C. RGB value is (108,34,76). Sum of RGB (Red+Green+Blue) = 108+34+76=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C224C is #93DDB3. Grayscale: #3C3C3C. Windows color (decimal): -9690548 or 4989548. OLE color: 4989548.
HSL color Cylindrical-coordinate representation of color #6C224C: hue angle of 325.95º 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 #6C224C is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 34 | 76 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.58 |
| HSL | 325.95º | 0.52% | 0.28% | - |
| HSV(B) | 325.95º | 0.69% | 0.42% | - |
| XYZ | 8.06 | 4.85 | 7.35 | - |
| YUV | 60.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 76 | 0 | 0.69 | 0.30 | 0.58 | 325.95 | 0.52 | 0.28 |
| Hex | 6C | 22 | 4C | 0 | 45 | 1E | 3A | 146 | 34 | 1C |
| Octal | 154 | 42 | 114 | 0 | 105 | 36 | 72 | 506 | 64 | 34 |
| Binary | 1101100 | 100010 | 1001100 | 0 | 1000101 | 11110 | 111010 | 101000110 | 110100 | 11100 |
Color Harmonies of #6C224C
Complementary color
Monochromatic Colors of #6C224C
Black with #6C224C
Text Example
Text Example
White with #6C224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C224C; }
p { color: rgb(108,34,76); }
H1.HeaderClassName
{
color: #6C224C;
}
.AnyTagClassName
{
color: #6C224C;
}
</style>
background-color css
<style>
a { background-color: #6C224C; }
a { background-color: rgb(108,34,76); }
div.DivClassName
{
background-color: #6C224C;
}
.BgClassName
{
background-color: #6C224C;
}
</style>
border-color css
<style>
span { border-color: #6C224C; }
span { border-color: rgb(108,34,76); }
td.TdClassName
{
border-color: #6C224C;
}
.TagClassName
{
border-color: #6C224C;
}
</style>