Shades of Pompadour #6F164D
Tints of Pompadour #6F164D
RGB
CMYK
RGB Variations
Color information
#6F164D (or 0x6F164D) is known color: Pompadour. HEX triplet: 6F, 16 and 4D. RGB value is (111,22,77). Sum of RGB (Red+Green+Blue) = 111+22+77=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F164D is #90E9B2. Grayscale: #363636. Windows color (decimal): -9497011 or 5052015. OLE color: 5052015.
HSL color Cylindrical-coordinate representation of color #6F164D: hue angle of 322.92º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F164D is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 77 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.56 |
| HSL | 322.92º | 0.67% | 0.26% | - |
| HSV(B) | 322.92º | 0.8% | 0.44% | - |
| XYZ | 8.18 | 4.49 | 7.46 | - |
| YUV | 54.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 77 | 0 | 0.80 | 0.31 | 0.56 | 322.92 | 0.67 | 0.26 |
| Hex | 6F | 16 | 4D | 0 | 50 | 1F | 38 | 143 | 43 | 1A |
| Octal | 157 | 26 | 115 | 0 | 120 | 37 | 70 | 503 | 103 | 32 |
| Binary | 1101111 | 10110 | 1001101 | 0 | 1010000 | 11111 | 111000 | 101000011 | 1000011 | 11010 |
Color Harmonies of #6F164D
Complementary color
Monochromatic Colors of #6F164D
Black with #6F164D
Text Example
Text Example
White with #6F164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F164D; }
p { color: rgb(111,22,77); }
H1.HeaderClassName
{
color: #6F164D;
}
.AnyTagClassName
{
color: #6F164D;
}
</style>
background-color css
<style>
a { background-color: #6F164D; }
a { background-color: rgb(111,22,77); }
div.DivClassName
{
background-color: #6F164D;
}
.BgClassName
{
background-color: #6F164D;
}
</style>
border-color css
<style>
span { border-color: #6F164D; }
span { border-color: rgb(111,22,77); }
td.TdClassName
{
border-color: #6F164D;
}
.TagClassName
{
border-color: #6F164D;
}
</style>