Shades of Pompadour #6D164B
Tints of Pompadour #6D164B
RGB
CMYK
RGB Variations
Color information
#6D164B (or 0x6D164B) is known color: Pompadour. HEX triplet: 6D, 16 and 4B. RGB value is (109,22,75). Sum of RGB (Red+Green+Blue) = 109+22+75=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D164B is #92E9B4. Grayscale: #353535. Windows color (decimal): -9628085 or 4920941. OLE color: 4920941.
HSL color Cylindrical-coordinate representation of color #6D164B: hue angle of 323.45º 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 #6D164B is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 75 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.57 |
| HSL | 323.45º | 0.66% | 0.26% | - |
| HSV(B) | 323.45º | 0.8% | 0.43% | - |
| XYZ | 7.86 | 4.33 | 7.08 | - |
| YUV | 54.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 75 | 0 | 0.80 | 0.31 | 0.57 | 323.45 | 0.66 | 0.26 |
| Hex | 6D | 16 | 4B | 0 | 50 | 1F | 39 | 143 | 42 | 1A |
| Octal | 155 | 26 | 113 | 0 | 120 | 37 | 71 | 503 | 102 | 32 |
| Binary | 1101101 | 10110 | 1001011 | 0 | 1010000 | 11111 | 111001 | 101000011 | 1000010 | 11010 |
Color Harmonies of #6D164B
Complementary color
Monochromatic Colors of #6D164B
Black with #6D164B
Text Example
Text Example
White with #6D164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D164B; }
p { color: rgb(109,22,75); }
H1.HeaderClassName
{
color: #6D164B;
}
.AnyTagClassName
{
color: #6D164B;
}
</style>
background-color css
<style>
a { background-color: #6D164B; }
a { background-color: rgb(109,22,75); }
div.DivClassName
{
background-color: #6D164B;
}
.BgClassName
{
background-color: #6D164B;
}
</style>
border-color css
<style>
span { border-color: #6D164B; }
span { border-color: rgb(109,22,75); }
td.TdClassName
{
border-color: #6D164B;
}
.TagClassName
{
border-color: #6D164B;
}
</style>