Shades of Pompadour #6F2151
Tints of Pompadour #6F2151
RGB
CMYK
RGB Variations
Color information
#6F2151 (or 0x6F2151) is known color: Pompadour. HEX triplet: 6F, 21 and 51. RGB value is (111,33,81). Sum of RGB (Red+Green+Blue) = 111+33+81=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2151 is #90DEAE. Grayscale: #3D3D3D. Windows color (decimal): -9494191 or 5316975. OLE color: 5316975.
HSL color Cylindrical-coordinate representation of color #6F2151: hue angle of 323.08º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2151 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 81 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.56 |
| HSL | 323.08º | 0.54% | 0.28% | - |
| HSV(B) | 323.08º | 0.7% | 0.44% | - |
| XYZ | 8.58 | 5.06 | 8.31 | - |
| YUV | 61.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 81 | 0 | 0.70 | 0.27 | 0.56 | 323.08 | 0.54 | 0.28 |
| Hex | 6F | 21 | 51 | 0 | 46 | 1B | 38 | 143 | 36 | 1C |
| Octal | 157 | 41 | 121 | 0 | 106 | 33 | 70 | 503 | 66 | 34 |
| Binary | 1101111 | 100001 | 1010001 | 0 | 1000110 | 11011 | 111000 | 101000011 | 110110 | 11100 |
Color Harmonies of #6F2151
Complementary color
Monochromatic Colors of #6F2151
Black with #6F2151
Text Example
Text Example
White with #6F2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2151; }
p { color: rgb(111,33,81); }
H1.HeaderClassName
{
color: #6F2151;
}
.AnyTagClassName
{
color: #6F2151;
}
</style>
background-color css
<style>
a { background-color: #6F2151; }
a { background-color: rgb(111,33,81); }
div.DivClassName
{
background-color: #6F2151;
}
.BgClassName
{
background-color: #6F2151;
}
</style>
border-color css
<style>
span { border-color: #6F2151; }
span { border-color: rgb(111,33,81); }
td.TdClassName
{
border-color: #6F2151;
}
.TagClassName
{
border-color: #6F2151;
}
</style>