Shades of Pompadour #7B1B59
Tints of Pompadour #7B1B59
RGB
CMYK
RGB Variations
Color information
#7B1B59 (or 0x7B1B59) is known color: Pompadour. HEX triplet: 7B, 1B and 59. RGB value is (123,27,89). Sum of RGB (Red+Green+Blue) = 123+27+89=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1B59 is #84E4A6. Grayscale: #3E3E3E. Windows color (decimal): -8709287 or 5839739. OLE color: 5839739.
HSL color Cylindrical-coordinate representation of color #7B1B59: hue angle of 321.25º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B1B59 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 27 | 89 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.52 |
| HSL | 321.25º | 0.64% | 0.29% | - |
| HSV(B) | 321.25º | 0.78% | 0.48% | - |
| XYZ | 10.36 | 5.72 | 10.01 | - |
| YUV | 62.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 27 | 89 | 0 | 0.78 | 0.28 | 0.52 | 321.25 | 0.64 | 0.29 |
| Hex | 7B | 1B | 59 | 0 | 4E | 1C | 34 | 141 | 40 | 1D |
| Octal | 173 | 33 | 131 | 0 | 116 | 34 | 64 | 501 | 100 | 35 |
| Binary | 1111011 | 11011 | 1011001 | 0 | 1001110 | 11100 | 110100 | 101000001 | 1000000 | 11101 |
Color Harmonies of #7B1B59
Complementary color
Monochromatic Colors of #7B1B59
Black with #7B1B59
Text Example
Text Example
White with #7B1B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1B59; }
p { color: rgb(123,27,89); }
H1.HeaderClassName
{
color: #7B1B59;
}
.AnyTagClassName
{
color: #7B1B59;
}
</style>
background-color css
<style>
a { background-color: #7B1B59; }
a { background-color: rgb(123,27,89); }
div.DivClassName
{
background-color: #7B1B59;
}
.BgClassName
{
background-color: #7B1B59;
}
</style>
border-color css
<style>
span { border-color: #7B1B59; }
span { border-color: rgb(123,27,89); }
td.TdClassName
{
border-color: #7B1B59;
}
.TagClassName
{
border-color: #7B1B59;
}
</style>