Shades of Pompadour #6D164C
Tints of Pompadour #6D164C
RGB
CMYK
RGB Variations
Color information
#6D164C (or 0x6D164C) is known color: Pompadour. HEX triplet: 6D, 16 and 4C. RGB value is (109,22,76). Sum of RGB (Red+Green+Blue) = 109+22+76=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D164C is #92E9B3. Grayscale: #363636. Windows color (decimal): -9628084 or 4986477. OLE color: 4986477.
HSL color Cylindrical-coordinate representation of color #6D164C: hue angle of 322.76º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D164C is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 76 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.57 |
| HSL | 322.76º | 0.66% | 0.26% | - |
| HSV(B) | 322.76º | 0.8% | 0.43% | - |
| XYZ | 7.9 | 4.35 | 7.26 | - |
| YUV | 54.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 76 | 0 | 0.80 | 0.30 | 0.57 | 322.76 | 0.66 | 0.26 |
| Hex | 6D | 16 | 4C | 0 | 50 | 1E | 39 | 143 | 42 | 1A |
| Octal | 155 | 26 | 114 | 0 | 120 | 36 | 71 | 503 | 102 | 32 |
| Binary | 1101101 | 10110 | 1001100 | 0 | 1010000 | 11110 | 111001 | 101000011 | 1000010 | 11010 |
Color Harmonies of #6D164C
Complementary color
Monochromatic Colors of #6D164C
Black with #6D164C
Text Example
Text Example
White with #6D164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D164C; }
p { color: rgb(109,22,76); }
H1.HeaderClassName
{
color: #6D164C;
}
.AnyTagClassName
{
color: #6D164C;
}
</style>
background-color css
<style>
a { background-color: #6D164C; }
a { background-color: rgb(109,22,76); }
div.DivClassName
{
background-color: #6D164C;
}
.BgClassName
{
background-color: #6D164C;
}
</style>
border-color css
<style>
span { border-color: #6D164C; }
span { border-color: rgb(109,22,76); }
td.TdClassName
{
border-color: #6D164C;
}
.TagClassName
{
border-color: #6D164C;
}
</style>