Shades of Pompadour #6F2550
Tints of Pompadour #6F2550
RGB
CMYK
RGB Variations
Color information
#6F2550 (or 0x6F2550) is known color: Pompadour. HEX triplet: 6F, 25 and 50. RGB value is (111,37,80). Sum of RGB (Red+Green+Blue) = 111+37+80=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2550 is #90DAAF. Grayscale: #3F3F3F. Windows color (decimal): -9493168 or 5252463. OLE color: 5252463.
HSL color Cylindrical-coordinate representation of color #6F2550: hue angle of 325.14º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2550 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 80 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.56 |
| HSL | 325.14º | 0.5% | 0.29% | - |
| HSV(B) | 325.14º | 0.67% | 0.44% | - |
| XYZ | 8.67 | 5.28 | 8.15 | - |
| YUV | 64.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 80 | 0 | 0.67 | 0.28 | 0.56 | 325.14 | 0.5 | 0.29 |
| Hex | 6F | 25 | 50 | 0 | 43 | 1C | 38 | 145 | 32 | 1D |
| Octal | 157 | 45 | 120 | 0 | 103 | 34 | 70 | 505 | 62 | 35 |
| Binary | 1101111 | 100101 | 1010000 | 0 | 1000011 | 11100 | 111000 | 101000101 | 110010 | 11101 |
Color Harmonies of #6F2550
Complementary color
Monochromatic Colors of #6F2550
Black with #6F2550
Text Example
Text Example
White with #6F2550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2550; }
p { color: rgb(111,37,80); }
H1.HeaderClassName
{
color: #6F2550;
}
.AnyTagClassName
{
color: #6F2550;
}
</style>
background-color css
<style>
a { background-color: #6F2550; }
a { background-color: rgb(111,37,80); }
div.DivClassName
{
background-color: #6F2550;
}
.BgClassName
{
background-color: #6F2550;
}
</style>
border-color css
<style>
span { border-color: #6F2550; }
span { border-color: rgb(111,37,80); }
td.TdClassName
{
border-color: #6F2550;
}
.TagClassName
{
border-color: #6F2550;
}
</style>