Shades of Pompadour #6F2846
Tints of Pompadour #6F2846
RGB
CMYK
RGB Variations
Color information
#6F2846 (or 0x6F2846) is known color: Pompadour. HEX triplet: 6F, 28 and 46. RGB value is (111,40,70). Sum of RGB (Red+Green+Blue) = 111+40+70=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2846 is #90D7B9. Grayscale: #404040. Windows color (decimal): -9492410 or 4597871. OLE color: 4597871.
HSL color Cylindrical-coordinate representation of color #6F2846: hue angle of 334.65º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2846 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 70 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.56 |
| HSL | 334.65º | 0.47% | 0.3% | - |
| HSV(B) | 334.65º | 0.64% | 0.44% | - |
| XYZ | 8.42 | 5.34 | 6.38 | - |
| YUV | 64.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 70 | 0 | 0.64 | 0.37 | 0.56 | 334.65 | 0.47 | 0.3 |
| Hex | 6F | 28 | 46 | 0 | 40 | 25 | 38 | 14F | 2F | 1E |
| Octal | 157 | 50 | 106 | 0 | 100 | 45 | 70 | 517 | 57 | 36 |
| Binary | 1101111 | 101000 | 1000110 | 0 | 1000000 | 100101 | 111000 | 101001111 | 101111 | 11110 |
Color Harmonies of #6F2846
Complementary color
Monochromatic Colors of #6F2846
Black with #6F2846
Text Example
Text Example
White with #6F2846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2846; }
p { color: rgb(111,40,70); }
H1.HeaderClassName
{
color: #6F2846;
}
.AnyTagClassName
{
color: #6F2846;
}
</style>
background-color css
<style>
a { background-color: #6F2846; }
a { background-color: rgb(111,40,70); }
div.DivClassName
{
background-color: #6F2846;
}
.BgClassName
{
background-color: #6F2846;
}
</style>
border-color css
<style>
span { border-color: #6F2846; }
span { border-color: rgb(111,40,70); }
td.TdClassName
{
border-color: #6F2846;
}
.TagClassName
{
border-color: #6F2846;
}
</style>