Shades of Pompadour #6F114D
Tints of Pompadour #6F114D
RGB
CMYK
RGB Variations
Color information
#6F114D (or 0x6F114D) is known color: Pompadour. HEX triplet: 6F, 11 and 4D. RGB value is (111,17,77). Sum of RGB (Red+Green+Blue) = 111+17+77=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F114D is #90EEB2. Grayscale: #333333. Windows color (decimal): -9498291 or 5050735. OLE color: 5050735.
HSL color Cylindrical-coordinate representation of color #6F114D: hue angle of 321.7º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F114D is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 77 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.56 |
| HSL | 321.7º | 0.73% | 0.25% | - |
| HSV(B) | 321.7º | 0.85% | 0.44% | - |
| XYZ | 8.1 | 4.32 | 7.43 | - |
| YUV | 51.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 77 | 0 | 0.85 | 0.31 | 0.56 | 321.7 | 0.73 | 0.25 |
| Hex | 6F | 11 | 4D | 0 | 55 | 1F | 38 | 142 | 49 | 19 |
| Octal | 157 | 21 | 115 | 0 | 125 | 37 | 70 | 502 | 111 | 31 |
| Binary | 1101111 | 10001 | 1001101 | 0 | 1010101 | 11111 | 111000 | 101000010 | 1001001 | 11001 |
Color Harmonies of #6F114D
Complementary color
Monochromatic Colors of #6F114D
Black with #6F114D
Text Example
Text Example
White with #6F114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F114D; }
p { color: rgb(111,17,77); }
H1.HeaderClassName
{
color: #6F114D;
}
.AnyTagClassName
{
color: #6F114D;
}
</style>
background-color css
<style>
a { background-color: #6F114D; }
a { background-color: rgb(111,17,77); }
div.DivClassName
{
background-color: #6F114D;
}
.BgClassName
{
background-color: #6F114D;
}
</style>
border-color css
<style>
span { border-color: #6F114D; }
span { border-color: rgb(111,17,77); }
td.TdClassName
{
border-color: #6F114D;
}
.TagClassName
{
border-color: #6F114D;
}
</style>