Shades of Pompadour #7B1558
Tints of Pompadour #7B1558
RGB
CMYK
RGB Variations
Color information
#7B1558 (or 0x7B1558) is known color: Pompadour. HEX triplet: 7B, 15 and 58. RGB value is (123,21,88). Sum of RGB (Red+Green+Blue) = 123+21+88=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1558 is #84EAA7. Grayscale: #3A3A3A. Windows color (decimal): -8710824 or 5772667. OLE color: 5772667.
HSL color Cylindrical-coordinate representation of color #7B1558: hue angle of 320.59º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B1558 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 21 | 88 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.52 |
| HSL | 320.59º | 0.71% | 0.28% | - |
| HSV(B) | 320.59º | 0.83% | 0.48% | - |
| XYZ | 10.2 | 5.45 | 9.75 | - |
| YUV | 59.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 21 | 88 | 0 | 0.83 | 0.28 | 0.52 | 320.59 | 0.71 | 0.28 |
| Hex | 7B | 15 | 58 | 0 | 53 | 1C | 34 | 141 | 47 | 1C |
| Octal | 173 | 25 | 130 | 0 | 123 | 34 | 64 | 501 | 107 | 34 |
| Binary | 1111011 | 10101 | 1011000 | 0 | 1010011 | 11100 | 110100 | 101000001 | 1000111 | 11100 |
Color Harmonies of #7B1558
Complementary color
Monochromatic Colors of #7B1558
Black with #7B1558
Text Example
Text Example
White with #7B1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1558; }
p { color: rgb(123,21,88); }
H1.HeaderClassName
{
color: #7B1558;
}
.AnyTagClassName
{
color: #7B1558;
}
</style>
background-color css
<style>
a { background-color: #7B1558; }
a { background-color: rgb(123,21,88); }
div.DivClassName
{
background-color: #7B1558;
}
.BgClassName
{
background-color: #7B1558;
}
</style>
border-color css
<style>
span { border-color: #7B1558; }
span { border-color: rgb(123,21,88); }
td.TdClassName
{
border-color: #7B1558;
}
.TagClassName
{
border-color: #7B1558;
}
</style>