Shades of Pompadour #7B1B57
Tints of Pompadour #7B1B57
RGB
CMYK
RGB Variations
Color information
#7B1B57 (or 0x7B1B57) is known color: Pompadour. HEX triplet: 7B, 1B and 57. RGB value is (123,27,87). Sum of RGB (Red+Green+Blue) = 123+27+87=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1B57 is #84E4A8. Grayscale: #3E3E3E. Windows color (decimal): -8709289 or 5708667. OLE color: 5708667.
HSL color Cylindrical-coordinate representation of color #7B1B57: hue angle of 322.5º 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 #7B1B57 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 27 | 87 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.52 |
| HSL | 322.5º | 0.64% | 0.29% | - |
| HSV(B) | 322.5º | 0.78% | 0.48% | - |
| XYZ | 10.28 | 5.68 | 9.57 | - |
| YUV | 62.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 27 | 87 | 0 | 0.78 | 0.29 | 0.52 | 322.5 | 0.64 | 0.29 |
| Hex | 7B | 1B | 57 | 0 | 4E | 1D | 34 | 142 | 40 | 1D |
| Octal | 173 | 33 | 127 | 0 | 116 | 35 | 64 | 502 | 100 | 35 |
| Binary | 1111011 | 11011 | 1010111 | 0 | 1001110 | 11101 | 110100 | 101000010 | 1000000 | 11101 |
Color Harmonies of #7B1B57
Complementary color
Monochromatic Colors of #7B1B57
Black with #7B1B57
Text Example
Text Example
White with #7B1B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1B57; }
p { color: rgb(123,27,87); }
H1.HeaderClassName
{
color: #7B1B57;
}
.AnyTagClassName
{
color: #7B1B57;
}
</style>
background-color css
<style>
a { background-color: #7B1B57; }
a { background-color: rgb(123,27,87); }
div.DivClassName
{
background-color: #7B1B57;
}
.BgClassName
{
background-color: #7B1B57;
}
</style>
border-color css
<style>
span { border-color: #7B1B57; }
span { border-color: rgb(123,27,87); }
td.TdClassName
{
border-color: #7B1B57;
}
.TagClassName
{
border-color: #7B1B57;
}
</style>