Shades of Pompadour #6D164D
Tints of Pompadour #6D164D
RGB
CMYK
RGB Variations
Color information
#6D164D (or 0x6D164D) is known color: Pompadour. HEX triplet: 6D, 16 and 4D. RGB value is (109,22,77). Sum of RGB (Red+Green+Blue) = 109+22+77=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D164D is #92E9B2. Grayscale: #363636. Windows color (decimal): -9628083 or 5052013. OLE color: 5052013.
HSL color Cylindrical-coordinate representation of color #6D164D: hue angle of 322.07º 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 #6D164D is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 77 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.57 |
| HSL | 322.07º | 0.66% | 0.26% | - |
| HSV(B) | 322.07º | 0.8% | 0.43% | - |
| XYZ | 7.93 | 4.36 | 7.44 | - |
| YUV | 54.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 77 | 0 | 0.80 | 0.29 | 0.57 | 322.07 | 0.66 | 0.26 |
| Hex | 6D | 16 | 4D | 0 | 50 | 1D | 39 | 142 | 42 | 1A |
| Octal | 155 | 26 | 115 | 0 | 120 | 35 | 71 | 502 | 102 | 32 |
| Binary | 1101101 | 10110 | 1001101 | 0 | 1010000 | 11101 | 111001 | 101000010 | 1000010 | 11010 |
Color Harmonies of #6D164D
Complementary color
Monochromatic Colors of #6D164D
Black with #6D164D
Text Example
Text Example
White with #6D164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D164D; }
p { color: rgb(109,22,77); }
H1.HeaderClassName
{
color: #6D164D;
}
.AnyTagClassName
{
color: #6D164D;
}
</style>
background-color css
<style>
a { background-color: #6D164D; }
a { background-color: rgb(109,22,77); }
div.DivClassName
{
background-color: #6D164D;
}
.BgClassName
{
background-color: #6D164D;
}
</style>
border-color css
<style>
span { border-color: #6D164D; }
span { border-color: rgb(109,22,77); }
td.TdClassName
{
border-color: #6D164D;
}
.TagClassName
{
border-color: #6D164D;
}
</style>