Shades of Pompadour #6D164A
Tints of Pompadour #6D164A
RGB
CMYK
RGB Variations
Color information
#6D164A (or 0x6D164A) is known color: Pompadour. HEX triplet: 6D, 16 and 4A. RGB value is (109,22,74). Sum of RGB (Red+Green+Blue) = 109+22+74=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D164A is #92E9B5. Grayscale: #353535. Windows color (decimal): -9628086 or 4855405. OLE color: 4855405.
HSL color Cylindrical-coordinate representation of color #6D164A: hue angle of 324.14º 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 #6D164A is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 74 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.57 |
| HSL | 324.14º | 0.66% | 0.26% | - |
| HSV(B) | 324.14º | 0.8% | 0.43% | - |
| XYZ | 7.83 | 4.32 | 6.9 | - |
| YUV | 53.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 74 | 0 | 0.80 | 0.32 | 0.57 | 324.14 | 0.66 | 0.26 |
| Hex | 6D | 16 | 4A | 0 | 50 | 20 | 39 | 144 | 42 | 1A |
| Octal | 155 | 26 | 112 | 0 | 120 | 40 | 71 | 504 | 102 | 32 |
| Binary | 1101101 | 10110 | 1001010 | 0 | 1010000 | 100000 | 111001 | 101000100 | 1000010 | 11010 |
Color Harmonies of #6D164A
Complementary color
Monochromatic Colors of #6D164A
Black with #6D164A
Text Example
Text Example
White with #6D164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D164A; }
p { color: rgb(109,22,74); }
H1.HeaderClassName
{
color: #6D164A;
}
.AnyTagClassName
{
color: #6D164A;
}
</style>
background-color css
<style>
a { background-color: #6D164A; }
a { background-color: rgb(109,22,74); }
div.DivClassName
{
background-color: #6D164A;
}
.BgClassName
{
background-color: #6D164A;
}
</style>
border-color css
<style>
span { border-color: #6D164A; }
span { border-color: rgb(109,22,74); }
td.TdClassName
{
border-color: #6D164A;
}
.TagClassName
{
border-color: #6D164A;
}
</style>