Shades of Pompadour #6F2042
Tints of Pompadour #6F2042
RGB
CMYK
RGB Variations
Color information
#6F2042 (or 0x6F2042) is known color: Pompadour. HEX triplet: 6F, 20 and 42. RGB value is (111,32,66). Sum of RGB (Red+Green+Blue) = 111+32+66=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2042 is #90DFBD. Grayscale: #3B3B3B. Windows color (decimal): -9494462 or 4333679. OLE color: 4333679.
HSL color Cylindrical-coordinate representation of color #6F2042: hue angle of 334.18º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2042 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 66 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.56 |
| HSL | 334.18º | 0.55% | 0.28% | - |
| HSV(B) | 334.18º | 0.71% | 0.44% | - |
| XYZ | 8.06 | 4.81 | 5.66 | - |
| YUV | 59.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 66 | 0 | 0.71 | 0.41 | 0.56 | 334.18 | 0.55 | 0.28 |
| Hex | 6F | 20 | 42 | 0 | 47 | 29 | 38 | 14E | 37 | 1C |
| Octal | 157 | 40 | 102 | 0 | 107 | 51 | 70 | 516 | 67 | 34 |
| Binary | 1101111 | 100000 | 1000010 | 0 | 1000111 | 101001 | 111000 | 101001110 | 110111 | 11100 |
Color Harmonies of #6F2042
Complementary color
Monochromatic Colors of #6F2042
Black with #6F2042
Text Example
Text Example
White with #6F2042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2042; }
p { color: rgb(111,32,66); }
H1.HeaderClassName
{
color: #6F2042;
}
.AnyTagClassName
{
color: #6F2042;
}
</style>
background-color css
<style>
a { background-color: #6F2042; }
a { background-color: rgb(111,32,66); }
div.DivClassName
{
background-color: #6F2042;
}
.BgClassName
{
background-color: #6F2042;
}
</style>
border-color css
<style>
span { border-color: #6F2042; }
span { border-color: rgb(111,32,66); }
td.TdClassName
{
border-color: #6F2042;
}
.TagClassName
{
border-color: #6F2042;
}
</style>