Shades of Pompadour #7B1640
Tints of Pompadour #7B1640
RGB
CMYK
RGB Variations
Color information
#7B1640 (or 0x7B1640) is known color: Pompadour. HEX triplet: 7B, 16 and 40. RGB value is (123,22,64). Sum of RGB (Red+Green+Blue) = 123+22+64=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1640 is #84E9BF. Grayscale: #383838. Windows color (decimal): -8710592 or 4200059. OLE color: 4200059.
HSL color Cylindrical-coordinate representation of color #7B1640: hue angle of 335.05º 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 #7B1640 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 64 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.52 |
| HSL | 335.05º | 0.7% | 0.28% | - |
| HSV(B) | 335.05º | 0.82% | 0.48% | - |
| XYZ | 9.38 | 5.15 | 5.35 | - |
| YUV | 56.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 64 | 0 | 0.82 | 0.48 | 0.52 | 335.05 | 0.7 | 0.28 |
| Hex | 7B | 16 | 40 | 0 | 52 | 30 | 34 | 14F | 46 | 1C |
| Octal | 173 | 26 | 100 | 0 | 122 | 60 | 64 | 517 | 106 | 34 |
| Binary | 1111011 | 10110 | 1000000 | 0 | 1010010 | 110000 | 110100 | 101001111 | 1000110 | 11100 |
Color Harmonies of #7B1640
Complementary color
Monochromatic Colors of #7B1640
Black with #7B1640
Text Example
Text Example
White with #7B1640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1640; }
p { color: rgb(123,22,64); }
H1.HeaderClassName
{
color: #7B1640;
}
.AnyTagClassName
{
color: #7B1640;
}
</style>
background-color css
<style>
a { background-color: #7B1640; }
a { background-color: rgb(123,22,64); }
div.DivClassName
{
background-color: #7B1640;
}
.BgClassName
{
background-color: #7B1640;
}
</style>
border-color css
<style>
span { border-color: #7B1640; }
span { border-color: rgb(123,22,64); }
td.TdClassName
{
border-color: #7B1640;
}
.TagClassName
{
border-color: #7B1640;
}
</style>