Shades of Pompadour #7B1347
Tints of Pompadour #7B1347
RGB
CMYK
RGB Variations
Color information
#7B1347 (or 0x7B1347) is known color: Pompadour. HEX triplet: 7B, 13 and 47. RGB value is (123,19,71). Sum of RGB (Red+Green+Blue) = 123+19+71=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1347 is #84ECB8. Grayscale: #373737. Windows color (decimal): -8711353 or 4658043. OLE color: 4658043.
HSL color Cylindrical-coordinate representation of color #7B1347: hue angle of 330º degrees, saturation: 0.73, 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 #7B1347 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 19 | 71 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.52 |
| HSL | 330º | 0.73% | 0.28% | - |
| HSV(B) | 330º | 0.85% | 0.48% | - |
| XYZ | 9.54 | 5.13 | 6.45 | - |
| YUV | 56.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 71 | 0 | 0.85 | 0.42 | 0.52 | 330 | 0.73 | 0.28 |
| Hex | 7B | 13 | 47 | 0 | 55 | 2A | 34 | 14A | 49 | 1C |
| Octal | 173 | 23 | 107 | 0 | 125 | 52 | 64 | 512 | 111 | 34 |
| Binary | 1111011 | 10011 | 1000111 | 0 | 1010101 | 101010 | 110100 | 101001010 | 1001001 | 11100 |
Color Harmonies of #7B1347
Complementary color
Monochromatic Colors of #7B1347
Black with #7B1347
Text Example
Text Example
White with #7B1347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1347; }
p { color: rgb(123,19,71); }
H1.HeaderClassName
{
color: #7B1347;
}
.AnyTagClassName
{
color: #7B1347;
}
</style>
background-color css
<style>
a { background-color: #7B1347; }
a { background-color: rgb(123,19,71); }
div.DivClassName
{
background-color: #7B1347;
}
.BgClassName
{
background-color: #7B1347;
}
</style>
border-color css
<style>
span { border-color: #7B1347; }
span { border-color: rgb(123,19,71); }
td.TdClassName
{
border-color: #7B1347;
}
.TagClassName
{
border-color: #7B1347;
}
</style>