Shades of Pompadour #6F2747
Tints of Pompadour #6F2747
RGB
CMYK
RGB Variations
Color information
#6F2747 (or 0x6F2747) is known color: Pompadour. HEX triplet: 6F, 27 and 47. RGB value is (111,39,71). Sum of RGB (Red+Green+Blue) = 111+39+71=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2747 is #90D8B8. Grayscale: #404040. Windows color (decimal): -9492665 or 4663151. OLE color: 4663151.
HSL color Cylindrical-coordinate representation of color #6F2747: hue angle of 333.33º 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 #6F2747 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 71 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.56 |
| HSL | 333.33º | 0.48% | 0.29% | - |
| HSV(B) | 333.33º | 0.65% | 0.44% | - |
| XYZ | 8.42 | 5.29 | 6.54 | - |
| YUV | 64.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 71 | 0 | 0.65 | 0.36 | 0.56 | 333.33 | 0.48 | 0.29 |
| Hex | 6F | 27 | 47 | 0 | 41 | 24 | 38 | 14D | 30 | 1D |
| Octal | 157 | 47 | 107 | 0 | 101 | 44 | 70 | 515 | 60 | 35 |
| Binary | 1101111 | 100111 | 1000111 | 0 | 1000001 | 100100 | 111000 | 101001101 | 110000 | 11101 |
Color Harmonies of #6F2747
Complementary color
Monochromatic Colors of #6F2747
Black with #6F2747
Text Example
Text Example
White with #6F2747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2747; }
p { color: rgb(111,39,71); }
H1.HeaderClassName
{
color: #6F2747;
}
.AnyTagClassName
{
color: #6F2747;
}
</style>
background-color css
<style>
a { background-color: #6F2747; }
a { background-color: rgb(111,39,71); }
div.DivClassName
{
background-color: #6F2747;
}
.BgClassName
{
background-color: #6F2747;
}
</style>
border-color css
<style>
span { border-color: #6F2747; }
span { border-color: rgb(111,39,71); }
td.TdClassName
{
border-color: #6F2747;
}
.TagClassName
{
border-color: #6F2747;
}
</style>