Shades of Pompadour #6F1451
Tints of Pompadour #6F1451
RGB
CMYK
RGB Variations
Color information
#6F1451 (or 0x6F1451) is known color: Pompadour. HEX triplet: 6F, 14 and 51. RGB value is (111,20,81). Sum of RGB (Red+Green+Blue) = 111+20+81=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1451 is #90EBAE. Grayscale: #363636. Windows color (decimal): -9497519 or 5313647. OLE color: 5313647.
HSL color Cylindrical-coordinate representation of color #6F1451: hue angle of 319.78º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1451 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 20 | 81 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.56 |
| HSL | 319.78º | 0.69% | 0.26% | - |
| HSV(B) | 319.78º | 0.82% | 0.44% | - |
| XYZ | 8.29 | 4.47 | 8.21 | - |
| YUV | 54.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 81 | 0 | 0.82 | 0.27 | 0.56 | 319.78 | 0.69 | 0.26 |
| Hex | 6F | 14 | 51 | 0 | 52 | 1B | 38 | 140 | 45 | 1A |
| Octal | 157 | 24 | 121 | 0 | 122 | 33 | 70 | 500 | 105 | 32 |
| Binary | 1101111 | 10100 | 1010001 | 0 | 1010010 | 11011 | 111000 | 101000000 | 1000101 | 11010 |
Color Harmonies of #6F1451
Complementary color
Monochromatic Colors of #6F1451
Black with #6F1451
Text Example
Text Example
White with #6F1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1451; }
p { color: rgb(111,20,81); }
H1.HeaderClassName
{
color: #6F1451;
}
.AnyTagClassName
{
color: #6F1451;
}
</style>
background-color css
<style>
a { background-color: #6F1451; }
a { background-color: rgb(111,20,81); }
div.DivClassName
{
background-color: #6F1451;
}
.BgClassName
{
background-color: #6F1451;
}
</style>
border-color css
<style>
span { border-color: #6F1451; }
span { border-color: rgb(111,20,81); }
td.TdClassName
{
border-color: #6F1451;
}
.TagClassName
{
border-color: #6F1451;
}
</style>