Shades of Pompadour #7B1247
Tints of Pompadour #7B1247
RGB
CMYK
RGB Variations
Color information
#7B1247 (or 0x7B1247) is known color: Pompadour. HEX triplet: 7B, 12 and 47. RGB value is (123,18,71). Sum of RGB (Red+Green+Blue) = 123+18+71=212 (28% of max value = 765). Red value is 123 (48.44% from 255 or 58.02% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1247 is #84EDB8. Grayscale: #373737. Windows color (decimal): -8711609 or 4657787. OLE color: 4657787.
HSL color Cylindrical-coordinate representation of color #7B1247: hue angle of 329.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1247 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 71 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.52 |
| HSL | 329.71º | 0.74% | 0.28% | - |
| HSV(B) | 329.71º | 0.85% | 0.48% | - |
| XYZ | 9.52 | 5.1 | 6.44 | - |
| YUV | 55.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 71 | 0 | 0.85 | 0.42 | 0.52 | 329.71 | 0.74 | 0.28 |
| Hex | 7B | 12 | 47 | 0 | 55 | 2A | 34 | 14A | 4A | 1C |
| Octal | 173 | 22 | 107 | 0 | 125 | 52 | 64 | 512 | 112 | 34 |
| Binary | 1111011 | 10010 | 1000111 | 0 | 1010101 | 101010 | 110100 | 101001010 | 1001010 | 11100 |
Color Harmonies of #7B1247
Complementary color
Monochromatic Colors of #7B1247
Black with #7B1247
Text Example
Text Example
White with #7B1247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1247; }
p { color: rgb(123,18,71); }
H1.HeaderClassName
{
color: #7B1247;
}
.AnyTagClassName
{
color: #7B1247;
}
</style>
background-color css
<style>
a { background-color: #7B1247; }
a { background-color: rgb(123,18,71); }
div.DivClassName
{
background-color: #7B1247;
}
.BgClassName
{
background-color: #7B1247;
}
</style>
border-color css
<style>
span { border-color: #7B1247; }
span { border-color: rgb(123,18,71); }
td.TdClassName
{
border-color: #7B1247;
}
.TagClassName
{
border-color: #7B1247;
}
</style>