Shades of Pompadour #7B1249
Tints of Pompadour #7B1249
RGB
CMYK
RGB Variations
Color information
#7B1249 (or 0x7B1249) is known color: Pompadour. HEX triplet: 7B, 12 and 49. RGB value is (123,18,73). Sum of RGB (Red+Green+Blue) = 123+18+73=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1249 is #84EDB6. Grayscale: #373737. Windows color (decimal): -8711607 or 4788859. OLE color: 4788859.
HSL color Cylindrical-coordinate representation of color #7B1249: hue angle of 328.57º 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 #7B1249 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 73 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.52 |
| HSL | 328.57º | 0.74% | 0.28% | - |
| HSV(B) | 328.57º | 0.85% | 0.48% | - |
| XYZ | 9.59 | 5.12 | 6.79 | - |
| YUV | 55.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 73 | 0 | 0.85 | 0.41 | 0.52 | 328.57 | 0.74 | 0.28 |
| Hex | 7B | 12 | 49 | 0 | 55 | 29 | 34 | 149 | 4A | 1C |
| Octal | 173 | 22 | 111 | 0 | 125 | 51 | 64 | 511 | 112 | 34 |
| Binary | 1111011 | 10010 | 1001001 | 0 | 1010101 | 101001 | 110100 | 101001001 | 1001010 | 11100 |
Color Harmonies of #7B1249
Complementary color
Monochromatic Colors of #7B1249
Black with #7B1249
Text Example
Text Example
White with #7B1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1249; }
p { color: rgb(123,18,73); }
H1.HeaderClassName
{
color: #7B1249;
}
.AnyTagClassName
{
color: #7B1249;
}
</style>
background-color css
<style>
a { background-color: #7B1249; }
a { background-color: rgb(123,18,73); }
div.DivClassName
{
background-color: #7B1249;
}
.BgClassName
{
background-color: #7B1249;
}
</style>
border-color css
<style>
span { border-color: #7B1249; }
span { border-color: rgb(123,18,73); }
td.TdClassName
{
border-color: #7B1249;
}
.TagClassName
{
border-color: #7B1249;
}
</style>