Shades of Pompadour #6F1553
Tints of Pompadour #6F1553
RGB
CMYK
RGB Variations
Color information
#6F1553 (or 0x6F1553) is known color: Pompadour. HEX triplet: 6F, 15 and 53. RGB value is (111,21,83). Sum of RGB (Red+Green+Blue) = 111+21+83=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1553 is #90EAAC. Grayscale: #363636. Windows color (decimal): -9497261 or 5444975. OLE color: 5444975.
HSL color Cylindrical-coordinate representation of color #6F1553: hue angle of 318.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 #6F1553 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 83 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.56 |
| HSL | 318.67º | 0.68% | 0.26% | - |
| HSV(B) | 318.67º | 0.81% | 0.44% | - |
| XYZ | 8.39 | 4.54 | 8.62 | - |
| YUV | 54.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 83 | 0 | 0.81 | 0.25 | 0.56 | 318.67 | 0.68 | 0.26 |
| Hex | 6F | 15 | 53 | 0 | 51 | 19 | 38 | 13F | 44 | 1A |
| Octal | 157 | 25 | 123 | 0 | 121 | 31 | 70 | 477 | 104 | 32 |
| Binary | 1101111 | 10101 | 1010011 | 0 | 1010001 | 11001 | 111000 | 100111111 | 1000100 | 11010 |
Color Harmonies of #6F1553
Complementary color
Monochromatic Colors of #6F1553
Black with #6F1553
Text Example
Text Example
White with #6F1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1553; }
p { color: rgb(111,21,83); }
H1.HeaderClassName
{
color: #6F1553;
}
.AnyTagClassName
{
color: #6F1553;
}
</style>
background-color css
<style>
a { background-color: #6F1553; }
a { background-color: rgb(111,21,83); }
div.DivClassName
{
background-color: #6F1553;
}
.BgClassName
{
background-color: #6F1553;
}
</style>
border-color css
<style>
span { border-color: #6F1553; }
span { border-color: rgb(111,21,83); }
td.TdClassName
{
border-color: #6F1553;
}
.TagClassName
{
border-color: #6F1553;
}
</style>