Shades of Pompadour #6F1550
Tints of Pompadour #6F1550
RGB
CMYK
RGB Variations
Color information
#6F1550 (or 0x6F1550) is known color: Pompadour. HEX triplet: 6F, 15 and 50. RGB value is (111,21,80). Sum of RGB (Red+Green+Blue) = 111+21+80=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1550 is #90EAAF. Grayscale: #363636. Windows color (decimal): -9497264 or 5248367. OLE color: 5248367.
HSL color Cylindrical-coordinate representation of color #6F1550: hue angle of 320.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1550 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 80 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.56 |
| HSL | 320.67º | 0.68% | 0.26% | - |
| HSV(B) | 320.67º | 0.81% | 0.44% | - |
| XYZ | 8.27 | 4.5 | 8.02 | - |
| YUV | 54.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 80 | 0 | 0.81 | 0.28 | 0.56 | 320.67 | 0.68 | 0.26 |
| Hex | 6F | 15 | 50 | 0 | 51 | 1C | 38 | 141 | 44 | 1A |
| Octal | 157 | 25 | 120 | 0 | 121 | 34 | 70 | 501 | 104 | 32 |
| Binary | 1101111 | 10101 | 1010000 | 0 | 1010001 | 11100 | 111000 | 101000001 | 1000100 | 11010 |
Color Harmonies of #6F1550
Complementary color
Monochromatic Colors of #6F1550
Black with #6F1550
Text Example
Text Example
White with #6F1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1550; }
p { color: rgb(111,21,80); }
H1.HeaderClassName
{
color: #6F1550;
}
.AnyTagClassName
{
color: #6F1550;
}
</style>
background-color css
<style>
a { background-color: #6F1550; }
a { background-color: rgb(111,21,80); }
div.DivClassName
{
background-color: #6F1550;
}
.BgClassName
{
background-color: #6F1550;
}
</style>
border-color css
<style>
span { border-color: #6F1550; }
span { border-color: rgb(111,21,80); }
td.TdClassName
{
border-color: #6F1550;
}
.TagClassName
{
border-color: #6F1550;
}
</style>