Shades of Pompadour #7B1044
Tints of Pompadour #7B1044
RGB
CMYK
RGB Variations
Color information
#7B1044 (or 0x7B1044) is known color: Pompadour. HEX triplet: 7B, 10 and 44. RGB value is (123,16,68). Sum of RGB (Red+Green+Blue) = 123+16+68=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1044 is #84EFBB. Grayscale: #353535. Windows color (decimal): -8712124 or 4460667. OLE color: 4460667.
HSL color Cylindrical-coordinate representation of color #7B1044: hue angle of 330.84º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B1044 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 16 | 68 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.52 |
| HSL | 330.84º | 0.77% | 0.27% | - |
| HSV(B) | 330.84º | 0.87% | 0.48% | - |
| XYZ | 9.4 | 5 | 5.94 | - |
| YUV | 53.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 68 | 0 | 0.87 | 0.45 | 0.52 | 330.84 | 0.77 | 0.27 |
| Hex | 7B | 10 | 44 | 0 | 57 | 2D | 34 | 14B | 4D | 1B |
| Octal | 173 | 20 | 104 | 0 | 127 | 55 | 64 | 513 | 115 | 33 |
| Binary | 1111011 | 10000 | 1000100 | 0 | 1010111 | 101101 | 110100 | 101001011 | 1001101 | 11011 |
Color Harmonies of #7B1044
Complementary color
Monochromatic Colors of #7B1044
Black with #7B1044
Text Example
Text Example
White with #7B1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1044; }
p { color: rgb(123,16,68); }
H1.HeaderClassName
{
color: #7B1044;
}
.AnyTagClassName
{
color: #7B1044;
}
</style>
background-color css
<style>
a { background-color: #7B1044; }
a { background-color: rgb(123,16,68); }
div.DivClassName
{
background-color: #7B1044;
}
.BgClassName
{
background-color: #7B1044;
}
</style>
border-color css
<style>
span { border-color: #7B1044; }
span { border-color: rgb(123,16,68); }
td.TdClassName
{
border-color: #7B1044;
}
.TagClassName
{
border-color: #7B1044;
}
</style>