Shades of Pompadour #6C1048
Tints of Pompadour #6C1048
RGB
CMYK
RGB Variations
Color information
#6C1048 (or 0x6C1048) is known color: Pompadour. HEX triplet: 6C, 10 and 48. RGB value is (108,16,72). Sum of RGB (Red+Green+Blue) = 108+16+72=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1048 is #93EFB7. Grayscale: #313131. Windows color (decimal): -9695160 or 4722796. OLE color: 4722796.
HSL color Cylindrical-coordinate representation of color #6C1048: hue angle of 323.48º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1048 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 16 | 72 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.58 |
| HSL | 323.48º | 0.74% | 0.24% | - |
| HSV(B) | 323.48º | 0.85% | 0.42% | - |
| XYZ | 7.54 | 4.03 | 6.51 | - |
| YUV | 49.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 72 | 0 | 0.85 | 0.33 | 0.58 | 323.48 | 0.74 | 0.24 |
| Hex | 6C | 10 | 48 | 0 | 55 | 21 | 3A | 143 | 4A | 18 |
| Octal | 154 | 20 | 110 | 0 | 125 | 41 | 72 | 503 | 112 | 30 |
| Binary | 1101100 | 10000 | 1001000 | 0 | 1010101 | 100001 | 111010 | 101000011 | 1001010 | 11000 |
Color Harmonies of #6C1048
Complementary color
Monochromatic Colors of #6C1048
Black with #6C1048
Text Example
Text Example
White with #6C1048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1048; }
p { color: rgb(108,16,72); }
H1.HeaderClassName
{
color: #6C1048;
}
.AnyTagClassName
{
color: #6C1048;
}
</style>
background-color css
<style>
a { background-color: #6C1048; }
a { background-color: rgb(108,16,72); }
div.DivClassName
{
background-color: #6C1048;
}
.BgClassName
{
background-color: #6C1048;
}
</style>
border-color css
<style>
span { border-color: #6C1048; }
span { border-color: rgb(108,16,72); }
td.TdClassName
{
border-color: #6C1048;
}
.TagClassName
{
border-color: #6C1048;
}
</style>