Shades of Pompadour #6F1551
Tints of Pompadour #6F1551
RGB
CMYK
RGB Variations
Color information
#6F1551 (or 0x6F1551) is known color: Pompadour. HEX triplet: 6F, 15 and 51. RGB value is (111,21,81). Sum of RGB (Red+Green+Blue) = 111+21+81=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1551 is #90EAAE. Grayscale: #363636. Windows color (decimal): -9497263 or 5313903. OLE color: 5313903.
HSL color Cylindrical-coordinate representation of color #6F1551: hue angle of 320º 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 #6F1551 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 81 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.56 |
| HSL | 320º | 0.68% | 0.26% | - |
| HSV(B) | 320º | 0.81% | 0.44% | - |
| XYZ | 8.31 | 4.51 | 8.22 | - |
| YUV | 54.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 81 | 0 | 0.81 | 0.27 | 0.56 | 320 | 0.68 | 0.26 |
| Hex | 6F | 15 | 51 | 0 | 51 | 1B | 38 | 140 | 44 | 1A |
| Octal | 157 | 25 | 121 | 0 | 121 | 33 | 70 | 500 | 104 | 32 |
| Binary | 1101111 | 10101 | 1010001 | 0 | 1010001 | 11011 | 111000 | 101000000 | 1000100 | 11010 |
Color Harmonies of #6F1551
Complementary color
Monochromatic Colors of #6F1551
Black with #6F1551
Text Example
Text Example
White with #6F1551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1551; }
p { color: rgb(111,21,81); }
H1.HeaderClassName
{
color: #6F1551;
}
.AnyTagClassName
{
color: #6F1551;
}
</style>
background-color css
<style>
a { background-color: #6F1551; }
a { background-color: rgb(111,21,81); }
div.DivClassName
{
background-color: #6F1551;
}
.BgClassName
{
background-color: #6F1551;
}
</style>
border-color css
<style>
span { border-color: #6F1551; }
span { border-color: rgb(111,21,81); }
td.TdClassName
{
border-color: #6F1551;
}
.TagClassName
{
border-color: #6F1551;
}
</style>