Shades of Pompadour #6F2951
Tints of Pompadour #6F2951
RGB
CMYK
RGB Variations
Color information
#6F2951 (or 0x6F2951) is known color: Pompadour. HEX triplet: 6F, 29 and 51. RGB value is (111,41,81). Sum of RGB (Red+Green+Blue) = 111+41+81=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2951 is #90D6AE. Grayscale: #424242. Windows color (decimal): -9492143 or 5319023. OLE color: 5319023.
HSL color Cylindrical-coordinate representation of color #6F2951: hue angle of 325.71º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F2951 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 81 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.56 |
| HSL | 325.71º | 0.46% | 0.3% | - |
| HSV(B) | 325.71º | 0.63% | 0.44% | - |
| XYZ | 8.83 | 5.56 | 8.39 | - |
| YUV | 66.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 81 | 0 | 0.63 | 0.27 | 0.56 | 325.71 | 0.46 | 0.3 |
| Hex | 6F | 29 | 51 | 0 | 3F | 1B | 38 | 146 | 2E | 1E |
| Octal | 157 | 51 | 121 | 0 | 77 | 33 | 70 | 506 | 56 | 36 |
| Binary | 1101111 | 101001 | 1010001 | 0 | 111111 | 11011 | 111000 | 101000110 | 101110 | 11110 |
Color Harmonies of #6F2951
Complementary color
Monochromatic Colors of #6F2951
Black with #6F2951
Text Example
Text Example
White with #6F2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2951; }
p { color: rgb(111,41,81); }
H1.HeaderClassName
{
color: #6F2951;
}
.AnyTagClassName
{
color: #6F2951;
}
</style>
background-color css
<style>
a { background-color: #6F2951; }
a { background-color: rgb(111,41,81); }
div.DivClassName
{
background-color: #6F2951;
}
.BgClassName
{
background-color: #6F2951;
}
</style>
border-color css
<style>
span { border-color: #6F2951; }
span { border-color: rgb(111,41,81); }
td.TdClassName
{
border-color: #6F2951;
}
.TagClassName
{
border-color: #6F2951;
}
</style>