Shades of Pompadour #7B1749
Tints of Pompadour #7B1749
RGB
CMYK
RGB Variations
Color information
#7B1749 (or 0x7B1749) is known color: Pompadour. HEX triplet: 7B, 17 and 49. RGB value is (123,23,73). Sum of RGB (Red+Green+Blue) = 123+23+73=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1749 is #84E8B6. Grayscale: #3A3A3A. Windows color (decimal): -8710327 or 4790139. OLE color: 4790139.
HSL color Cylindrical-coordinate representation of color #7B1749: hue angle of 330º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B1749 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 23 | 73 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.52 |
| HSL | 330º | 0.68% | 0.29% | - |
| HSV(B) | 330º | 0.81% | 0.48% | - |
| XYZ | 9.68 | 5.3 | 6.82 | - |
| YUV | 58.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 73 | 0 | 0.81 | 0.41 | 0.52 | 330 | 0.68 | 0.29 |
| Hex | 7B | 17 | 49 | 0 | 51 | 29 | 34 | 14A | 44 | 1D |
| Octal | 173 | 27 | 111 | 0 | 121 | 51 | 64 | 512 | 104 | 35 |
| Binary | 1111011 | 10111 | 1001001 | 0 | 1010001 | 101001 | 110100 | 101001010 | 1000100 | 11101 |
Color Harmonies of #7B1749
Complementary color
Monochromatic Colors of #7B1749
Black with #7B1749
Text Example
Text Example
White with #7B1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1749; }
p { color: rgb(123,23,73); }
H1.HeaderClassName
{
color: #7B1749;
}
.AnyTagClassName
{
color: #7B1749;
}
</style>
background-color css
<style>
a { background-color: #7B1749; }
a { background-color: rgb(123,23,73); }
div.DivClassName
{
background-color: #7B1749;
}
.BgClassName
{
background-color: #7B1749;
}
</style>
border-color css
<style>
span { border-color: #7B1749; }
span { border-color: rgb(123,23,73); }
td.TdClassName
{
border-color: #7B1749;
}
.TagClassName
{
border-color: #7B1749;
}
</style>