Shades of Pompadour #7B1653
Tints of Pompadour #7B1653
RGB
CMYK
RGB Variations
Color information
#7B1653 (or 0x7B1653) is known color: Pompadour. HEX triplet: 7B, 16 and 53. RGB value is (123,22,83). Sum of RGB (Red+Green+Blue) = 123+22+83=228 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.95% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1653 is #84E9AC. Grayscale: #3B3B3B. Windows color (decimal): -8710573 or 5445243. OLE color: 5445243.
HSL color Cylindrical-coordinate representation of color #7B1653: hue angle of 323.76º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B1653 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 83 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.52 |
| HSL | 323.76º | 0.7% | 0.28% | - |
| HSV(B) | 323.76º | 0.82% | 0.48% | - |
| XYZ | 10.02 | 5.41 | 8.7 | - |
| YUV | 59.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 83 | 0 | 0.82 | 0.33 | 0.52 | 323.76 | 0.7 | 0.28 |
| Hex | 7B | 16 | 53 | 0 | 52 | 21 | 34 | 144 | 46 | 1C |
| Octal | 173 | 26 | 123 | 0 | 122 | 41 | 64 | 504 | 106 | 34 |
| Binary | 1111011 | 10110 | 1010011 | 0 | 1010010 | 100001 | 110100 | 101000100 | 1000110 | 11100 |
Color Harmonies of #7B1653
Complementary color
Monochromatic Colors of #7B1653
Black with #7B1653
Text Example
Text Example
White with #7B1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1653; }
p { color: rgb(123,22,83); }
H1.HeaderClassName
{
color: #7B1653;
}
.AnyTagClassName
{
color: #7B1653;
}
</style>
background-color css
<style>
a { background-color: #7B1653; }
a { background-color: rgb(123,22,83); }
div.DivClassName
{
background-color: #7B1653;
}
.BgClassName
{
background-color: #7B1653;
}
</style>
border-color css
<style>
span { border-color: #7B1653; }
span { border-color: rgb(123,22,83); }
td.TdClassName
{
border-color: #7B1653;
}
.TagClassName
{
border-color: #7B1653;
}
</style>