Shades of Pompadour #6F1240
Tints of Pompadour #6F1240
RGB
CMYK
RGB Variations
Color information
#6F1240 (or 0x6F1240) is known color: Pompadour. HEX triplet: 6F, 12 and 40. RGB value is (111,18,64). Sum of RGB (Red+Green+Blue) = 111+18+64=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1240 is #90EDBF. Grayscale: #323232. Windows color (decimal): -9498048 or 4199023. OLE color: 4199023.
HSL color Cylindrical-coordinate representation of color #6F1240: hue angle of 330.32º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1240 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 64 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.56 |
| HSL | 330.32º | 0.72% | 0.25% | - |
| HSV(B) | 330.32º | 0.84% | 0.44% | - |
| XYZ | 7.7 | 4.18 | 5.25 | - |
| YUV | 51.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 64 | 0 | 0.84 | 0.42 | 0.56 | 330.32 | 0.72 | 0.25 |
| Hex | 6F | 12 | 40 | 0 | 54 | 2A | 38 | 14A | 48 | 19 |
| Octal | 157 | 22 | 100 | 0 | 124 | 52 | 70 | 512 | 110 | 31 |
| Binary | 1101111 | 10010 | 1000000 | 0 | 1010100 | 101010 | 111000 | 101001010 | 1001000 | 11001 |
Color Harmonies of #6F1240
Complementary color
Monochromatic Colors of #6F1240
Black with #6F1240
Text Example
Text Example
White with #6F1240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1240; }
p { color: rgb(111,18,64); }
H1.HeaderClassName
{
color: #6F1240;
}
.AnyTagClassName
{
color: #6F1240;
}
</style>
background-color css
<style>
a { background-color: #6F1240; }
a { background-color: rgb(111,18,64); }
div.DivClassName
{
background-color: #6F1240;
}
.BgClassName
{
background-color: #6F1240;
}
</style>
border-color css
<style>
span { border-color: #6F1240; }
span { border-color: rgb(111,18,64); }
td.TdClassName
{
border-color: #6F1240;
}
.TagClassName
{
border-color: #6F1240;
}
</style>