Shades of Pompadour #6B164D
Tints of Pompadour #6B164D
RGB
CMYK
RGB Variations
Color information
#6B164D (or 0x6B164D) is known color: Pompadour. HEX triplet: 6B, 16 and 4D. RGB value is (107,22,77). Sum of RGB (Red+Green+Blue) = 107+22+77=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B164D is #94E9B2. Grayscale: #353535. Windows color (decimal): -9759155 or 5052011. OLE color: 5052011.
HSL color Cylindrical-coordinate representation of color #6B164D: hue angle of 321.18º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B164D is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 77 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.58 |
| HSL | 321.18º | 0.66% | 0.25% | - |
| HSV(B) | 321.18º | 0.79% | 0.42% | - |
| XYZ | 7.69 | 4.24 | 7.43 | - |
| YUV | 53.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 77 | 0 | 0.79 | 0.28 | 0.58 | 321.18 | 0.66 | 0.25 |
| Hex | 6B | 16 | 4D | 0 | 4F | 1C | 3A | 141 | 42 | 19 |
| Octal | 153 | 26 | 115 | 0 | 117 | 34 | 72 | 501 | 102 | 31 |
| Binary | 1101011 | 10110 | 1001101 | 0 | 1001111 | 11100 | 111010 | 101000001 | 1000010 | 11001 |
Color Harmonies of #6B164D
Complementary color
Monochromatic Colors of #6B164D
Black with #6B164D
Text Example
Text Example
White with #6B164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B164D; }
p { color: rgb(107,22,77); }
H1.HeaderClassName
{
color: #6B164D;
}
.AnyTagClassName
{
color: #6B164D;
}
</style>
background-color css
<style>
a { background-color: #6B164D; }
a { background-color: rgb(107,22,77); }
div.DivClassName
{
background-color: #6B164D;
}
.BgClassName
{
background-color: #6B164D;
}
</style>
border-color css
<style>
span { border-color: #6B164D; }
span { border-color: rgb(107,22,77); }
td.TdClassName
{
border-color: #6B164D;
}
.TagClassName
{
border-color: #6B164D;
}
</style>