Shades of Pompadour #6F2853
Tints of Pompadour #6F2853
RGB
CMYK
RGB Variations
Color information
#6F2853 (or 0x6F2853) is known color: Pompadour. HEX triplet: 6F, 28 and 53. RGB value is (111,40,83). Sum of RGB (Red+Green+Blue) = 111+40+83=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2853 is #90D7AC. Grayscale: #424242. Windows color (decimal): -9492397 or 5449839. OLE color: 5449839.
HSL color Cylindrical-coordinate representation of color #6F2853: hue angle of 323.66º 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 #6F2853 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 83 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.56 |
| HSL | 323.66º | 0.47% | 0.3% | - |
| HSV(B) | 323.66º | 0.64% | 0.44% | - |
| XYZ | 8.88 | 5.52 | 8.78 | - |
| YUV | 66.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 83 | 0 | 0.64 | 0.25 | 0.56 | 323.66 | 0.47 | 0.3 |
| Hex | 6F | 28 | 53 | 0 | 40 | 19 | 38 | 144 | 2F | 1E |
| Octal | 157 | 50 | 123 | 0 | 100 | 31 | 70 | 504 | 57 | 36 |
| Binary | 1101111 | 101000 | 1010011 | 0 | 1000000 | 11001 | 111000 | 101000100 | 101111 | 11110 |
Color Harmonies of #6F2853
Complementary color
Monochromatic Colors of #6F2853
Black with #6F2853
Text Example
Text Example
White with #6F2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2853; }
p { color: rgb(111,40,83); }
H1.HeaderClassName
{
color: #6F2853;
}
.AnyTagClassName
{
color: #6F2853;
}
</style>
background-color css
<style>
a { background-color: #6F2853; }
a { background-color: rgb(111,40,83); }
div.DivClassName
{
background-color: #6F2853;
}
.BgClassName
{
background-color: #6F2853;
}
</style>
border-color css
<style>
span { border-color: #6F2853; }
span { border-color: rgb(111,40,83); }
td.TdClassName
{
border-color: #6F2853;
}
.TagClassName
{
border-color: #6F2853;
}
</style>