Shades of Pompadour #6C2948
Tints of Pompadour #6C2948
RGB
CMYK
RGB Variations
Color information
#6C2948 (or 0x6C2948) is known color: Pompadour. HEX triplet: 6C, 29 and 48. RGB value is (108,41,72). Sum of RGB (Red+Green+Blue) = 108+41+72=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2948 is #93D6B7. Grayscale: #404040. Windows color (decimal): -9688760 or 4729196. OLE color: 4729196.
HSL color Cylindrical-coordinate representation of color #6C2948: hue angle of 332.24º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C2948 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 41 | 72 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.58 |
| HSL | 332.24º | 0.45% | 0.29% | - |
| HSV(B) | 332.24º | 0.62% | 0.42% | - |
| XYZ | 8.15 | 5.24 | 6.71 | - |
| YUV | 64.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 72 | 0 | 0.62 | 0.33 | 0.58 | 332.24 | 0.45 | 0.29 |
| Hex | 6C | 29 | 48 | 0 | 3E | 21 | 3A | 14C | 2D | 1D |
| Octal | 154 | 51 | 110 | 0 | 76 | 41 | 72 | 514 | 55 | 35 |
| Binary | 1101100 | 101001 | 1001000 | 0 | 111110 | 100001 | 111010 | 101001100 | 101101 | 11101 |
Color Harmonies of #6C2948
Complementary color
Monochromatic Colors of #6C2948
Black with #6C2948
Text Example
Text Example
White with #6C2948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2948; }
p { color: rgb(108,41,72); }
H1.HeaderClassName
{
color: #6C2948;
}
.AnyTagClassName
{
color: #6C2948;
}
</style>
background-color css
<style>
a { background-color: #6C2948; }
a { background-color: rgb(108,41,72); }
div.DivClassName
{
background-color: #6C2948;
}
.BgClassName
{
background-color: #6C2948;
}
</style>
border-color css
<style>
span { border-color: #6C2948; }
span { border-color: rgb(108,41,72); }
td.TdClassName
{
border-color: #6C2948;
}
.TagClassName
{
border-color: #6C2948;
}
</style>