Shades of Pompadour #6F1552
Tints of Pompadour #6F1552
RGB
CMYK
RGB Variations
Color information
#6F1552 (or 0x6F1552) is known color: Pompadour. HEX triplet: 6F, 15 and 52. RGB value is (111,21,82). Sum of RGB (Red+Green+Blue) = 111+21+82=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1552 is #90EAAD. Grayscale: #363636. Windows color (decimal): -9497262 or 5379439. OLE color: 5379439.
HSL color Cylindrical-coordinate representation of color #6F1552: hue angle of 319.33º 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 #6F1552 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 82 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.56 |
| HSL | 319.33º | 0.68% | 0.26% | - |
| HSV(B) | 319.33º | 0.81% | 0.44% | - |
| XYZ | 8.35 | 4.53 | 8.42 | - |
| YUV | 54.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 82 | 0 | 0.81 | 0.26 | 0.56 | 319.33 | 0.68 | 0.26 |
| Hex | 6F | 15 | 52 | 0 | 51 | 1A | 38 | 13F | 44 | 1A |
| Octal | 157 | 25 | 122 | 0 | 121 | 32 | 70 | 477 | 104 | 32 |
| Binary | 1101111 | 10101 | 1010010 | 0 | 1010001 | 11010 | 111000 | 100111111 | 1000100 | 11010 |
Color Harmonies of #6F1552
Complementary color
Monochromatic Colors of #6F1552
Black with #6F1552
Text Example
Text Example
White with #6F1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1552; }
p { color: rgb(111,21,82); }
H1.HeaderClassName
{
color: #6F1552;
}
.AnyTagClassName
{
color: #6F1552;
}
</style>
background-color css
<style>
a { background-color: #6F1552; }
a { background-color: rgb(111,21,82); }
div.DivClassName
{
background-color: #6F1552;
}
.BgClassName
{
background-color: #6F1552;
}
</style>
border-color css
<style>
span { border-color: #6F1552; }
span { border-color: rgb(111,21,82); }
td.TdClassName
{
border-color: #6F1552;
}
.TagClassName
{
border-color: #6F1552;
}
</style>