Shades of Pompadour #6F1142
Tints of Pompadour #6F1142
RGB
CMYK
RGB Variations
Color information
#6F1142 (or 0x6F1142) is known color: Pompadour. HEX triplet: 6F, 11 and 42. RGB value is (111,17,66). Sum of RGB (Red+Green+Blue) = 111+17+66=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1142 is #90EEBD. Grayscale: #323232. Windows color (decimal): -9498302 or 4329839. OLE color: 4329839.
HSL color Cylindrical-coordinate representation of color #6F1142: hue angle of 328.72º 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 #6F1142 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 66 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.56 |
| HSL | 328.72º | 0.73% | 0.25% | - |
| HSV(B) | 328.72º | 0.85% | 0.44% | - |
| XYZ | 7.74 | 4.17 | 5.55 | - |
| YUV | 50.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 66 | 0 | 0.85 | 0.41 | 0.56 | 328.72 | 0.73 | 0.25 |
| Hex | 6F | 11 | 42 | 0 | 55 | 29 | 38 | 149 | 49 | 19 |
| Octal | 157 | 21 | 102 | 0 | 125 | 51 | 70 | 511 | 111 | 31 |
| Binary | 1101111 | 10001 | 1000010 | 0 | 1010101 | 101001 | 111000 | 101001001 | 1001001 | 11001 |
Color Harmonies of #6F1142
Complementary color
Monochromatic Colors of #6F1142
Black with #6F1142
Text Example
Text Example
White with #6F1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1142; }
p { color: rgb(111,17,66); }
H1.HeaderClassName
{
color: #6F1142;
}
.AnyTagClassName
{
color: #6F1142;
}
</style>
background-color css
<style>
a { background-color: #6F1142; }
a { background-color: rgb(111,17,66); }
div.DivClassName
{
background-color: #6F1142;
}
.BgClassName
{
background-color: #6F1142;
}
</style>
border-color css
<style>
span { border-color: #6F1142; }
span { border-color: rgb(111,17,66); }
td.TdClassName
{
border-color: #6F1142;
}
.TagClassName
{
border-color: #6F1142;
}
</style>