Shades of Pompadour #6C164D
Tints of Pompadour #6C164D
RGB
CMYK
RGB Variations
Color information
#6C164D (or 0x6C164D) is known color: Pompadour. HEX triplet: 6C, 16 and 4D. RGB value is (108,22,77). Sum of RGB (Red+Green+Blue) = 108+22+77=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C164D is #93E9B2. Grayscale: #353535. Windows color (decimal): -9693619 or 5052012. OLE color: 5052012.
HSL color Cylindrical-coordinate representation of color #6C164D: hue angle of 321.63º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C164D is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 22 | 77 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.58 |
| HSL | 321.63º | 0.66% | 0.25% | - |
| HSV(B) | 321.63º | 0.8% | 0.42% | - |
| XYZ | 7.81 | 4.3 | 7.44 | - |
| YUV | 53.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 22 | 77 | 0 | 0.80 | 0.29 | 0.58 | 321.63 | 0.66 | 0.25 |
| Hex | 6C | 16 | 4D | 0 | 50 | 1D | 3A | 142 | 42 | 19 |
| Octal | 154 | 26 | 115 | 0 | 120 | 35 | 72 | 502 | 102 | 31 |
| Binary | 1101100 | 10110 | 1001101 | 0 | 1010000 | 11101 | 111010 | 101000010 | 1000010 | 11001 |
Color Harmonies of #6C164D
Complementary color
Monochromatic Colors of #6C164D
Black with #6C164D
Text Example
Text Example
White with #6C164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C164D; }
p { color: rgb(108,22,77); }
H1.HeaderClassName
{
color: #6C164D;
}
.AnyTagClassName
{
color: #6C164D;
}
</style>
background-color css
<style>
a { background-color: #6C164D; }
a { background-color: rgb(108,22,77); }
div.DivClassName
{
background-color: #6C164D;
}
.BgClassName
{
background-color: #6C164D;
}
</style>
border-color css
<style>
span { border-color: #6C164D; }
span { border-color: rgb(108,22,77); }
td.TdClassName
{
border-color: #6C164D;
}
.TagClassName
{
border-color: #6C164D;
}
</style>