Shades of Pompadour #6C2B48
Tints of Pompadour #6C2B48
RGB
CMYK
RGB Variations
Color information
#6C2B48 (or 0x6C2B48) is known color: Pompadour. HEX triplet: 6C, 2B and 48. RGB value is (108,43,72). Sum of RGB (Red+Green+Blue) = 108+43+72=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2B48 is #93D4B7. Grayscale: #414141. Windows color (decimal): -9688248 or 4729708. OLE color: 4729708.
HSL color Cylindrical-coordinate representation of color #6C2B48: hue angle of 333.23º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C2B48 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 43 | 72 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.58 |
| HSL | 333.23º | 0.43% | 0.3% | - |
| HSV(B) | 333.23º | 0.6% | 0.42% | - |
| XYZ | 8.22 | 5.38 | 6.74 | - |
| YUV | 65.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 72 | 0 | 0.60 | 0.33 | 0.58 | 333.23 | 0.43 | 0.3 |
| Hex | 6C | 2B | 48 | 0 | 3C | 21 | 3A | 14D | 2B | 1E |
| Octal | 154 | 53 | 110 | 0 | 74 | 41 | 72 | 515 | 53 | 36 |
| Binary | 1101100 | 101011 | 1001000 | 0 | 111100 | 100001 | 111010 | 101001101 | 101011 | 11110 |
Color Harmonies of #6C2B48
Complementary color
Monochromatic Colors of #6C2B48
Black with #6C2B48
Text Example
Text Example
White with #6C2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2B48; }
p { color: rgb(108,43,72); }
H1.HeaderClassName
{
color: #6C2B48;
}
.AnyTagClassName
{
color: #6C2B48;
}
</style>
background-color css
<style>
a { background-color: #6C2B48; }
a { background-color: rgb(108,43,72); }
div.DivClassName
{
background-color: #6C2B48;
}
.BgClassName
{
background-color: #6C2B48;
}
</style>
border-color css
<style>
span { border-color: #6C2B48; }
span { border-color: rgb(108,43,72); }
td.TdClassName
{
border-color: #6C2B48;
}
.TagClassName
{
border-color: #6C2B48;
}
</style>