Shades of Pompadour #6F2746
Tints of Pompadour #6F2746
RGB
CMYK
RGB Variations
Color information
#6F2746 (or 0x6F2746) is known color: Pompadour. HEX triplet: 6F, 27 and 46. RGB value is (111,39,70). Sum of RGB (Red+Green+Blue) = 111+39+70=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2746 is #90D8B9. Grayscale: #404040. Windows color (decimal): -9492666 or 4597615. OLE color: 4597615.
HSL color Cylindrical-coordinate representation of color #6F2746: hue angle of 334.17º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F2746 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 70 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.56 |
| HSL | 334.17º | 0.48% | 0.29% | - |
| HSV(B) | 334.17º | 0.65% | 0.44% | - |
| XYZ | 8.39 | 5.27 | 6.37 | - |
| YUV | 64.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 70 | 0 | 0.65 | 0.37 | 0.56 | 334.17 | 0.48 | 0.29 |
| Hex | 6F | 27 | 46 | 0 | 41 | 25 | 38 | 14E | 30 | 1D |
| Octal | 157 | 47 | 106 | 0 | 101 | 45 | 70 | 516 | 60 | 35 |
| Binary | 1101111 | 100111 | 1000110 | 0 | 1000001 | 100101 | 111000 | 101001110 | 110000 | 11101 |
Color Harmonies of #6F2746
Complementary color
Monochromatic Colors of #6F2746
Black with #6F2746
Text Example
Text Example
White with #6F2746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2746; }
p { color: rgb(111,39,70); }
H1.HeaderClassName
{
color: #6F2746;
}
.AnyTagClassName
{
color: #6F2746;
}
</style>
background-color css
<style>
a { background-color: #6F2746; }
a { background-color: rgb(111,39,70); }
div.DivClassName
{
background-color: #6F2746;
}
.BgClassName
{
background-color: #6F2746;
}
</style>
border-color css
<style>
span { border-color: #6F2746; }
span { border-color: rgb(111,39,70); }
td.TdClassName
{
border-color: #6F2746;
}
.TagClassName
{
border-color: #6F2746;
}
</style>