Shades of Pompadour #6F154D
Tints of Pompadour #6F154D
RGB
CMYK
RGB Variations
Color information
#6F154D (or 0x6F154D) is known color: Pompadour. HEX triplet: 6F, 15 and 4D. RGB value is (111,21,77). Sum of RGB (Red+Green+Blue) = 111+21+77=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F154D is #90EAB2. Grayscale: #363636. Windows color (decimal): -9497267 or 5051759. OLE color: 5051759.
HSL color Cylindrical-coordinate representation of color #6F154D: hue angle of 322.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 #6F154D is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 77 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.56 |
| HSL | 322.67º | 0.68% | 0.26% | - |
| HSV(B) | 322.67º | 0.81% | 0.44% | - |
| XYZ | 8.16 | 4.45 | 7.45 | - |
| YUV | 54.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 77 | 0 | 0.81 | 0.31 | 0.56 | 322.67 | 0.68 | 0.26 |
| Hex | 6F | 15 | 4D | 0 | 51 | 1F | 38 | 143 | 44 | 1A |
| Octal | 157 | 25 | 115 | 0 | 121 | 37 | 70 | 503 | 104 | 32 |
| Binary | 1101111 | 10101 | 1001101 | 0 | 1010001 | 11111 | 111000 | 101000011 | 1000100 | 11010 |
Color Harmonies of #6F154D
Complementary color
Monochromatic Colors of #6F154D
Black with #6F154D
Text Example
Text Example
White with #6F154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F154D; }
p { color: rgb(111,21,77); }
H1.HeaderClassName
{
color: #6F154D;
}
.AnyTagClassName
{
color: #6F154D;
}
</style>
background-color css
<style>
a { background-color: #6F154D; }
a { background-color: rgb(111,21,77); }
div.DivClassName
{
background-color: #6F154D;
}
.BgClassName
{
background-color: #6F154D;
}
</style>
border-color css
<style>
span { border-color: #6F154D; }
span { border-color: rgb(111,21,77); }
td.TdClassName
{
border-color: #6F154D;
}
.TagClassName
{
border-color: #6F154D;
}
</style>