Shades of Pompadour #7B1259
Tints of Pompadour #7B1259
RGB
CMYK
RGB Variations
Color information
#7B1259 (or 0x7B1259) is known color: Pompadour. HEX triplet: 7B, 12 and 59. RGB value is (123,18,89). Sum of RGB (Red+Green+Blue) = 123+18+89=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1259 is #84EDA6. Grayscale: #393939. Windows color (decimal): -8711591 or 5837435. OLE color: 5837435.
HSL color Cylindrical-coordinate representation of color #7B1259: hue angle of 319.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1259 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 89 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.52 |
| HSL | 319.43º | 0.74% | 0.28% | - |
| HSV(B) | 319.43º | 0.85% | 0.48% | - |
| XYZ | 10.19 | 5.36 | 9.95 | - |
| YUV | 57.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 89 | 0 | 0.85 | 0.28 | 0.52 | 319.43 | 0.74 | 0.28 |
| Hex | 7B | 12 | 59 | 0 | 55 | 1C | 34 | 13F | 4A | 1C |
| Octal | 173 | 22 | 131 | 0 | 125 | 34 | 64 | 477 | 112 | 34 |
| Binary | 1111011 | 10010 | 1011001 | 0 | 1010101 | 11100 | 110100 | 100111111 | 1001010 | 11100 |
Color Harmonies of #7B1259
Complementary color
Monochromatic Colors of #7B1259
Black with #7B1259
Text Example
Text Example
White with #7B1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1259; }
p { color: rgb(123,18,89); }
H1.HeaderClassName
{
color: #7B1259;
}
.AnyTagClassName
{
color: #7B1259;
}
</style>
background-color css
<style>
a { background-color: #7B1259; }
a { background-color: rgb(123,18,89); }
div.DivClassName
{
background-color: #7B1259;
}
.BgClassName
{
background-color: #7B1259;
}
</style>
border-color css
<style>
span { border-color: #7B1259; }
span { border-color: rgb(123,18,89); }
td.TdClassName
{
border-color: #7B1259;
}
.TagClassName
{
border-color: #7B1259;
}
</style>