Shades of Pompadour #7C123B
Tints of Pompadour #7C123B
RGB
CMYK
RGB Variations
Color information
#7C123B (or 0x7C123B) is known color: Pompadour. HEX triplet: 7C, 12 and 3B. RGB value is (124,18,59). Sum of RGB (Red+Green+Blue) = 124+18+59=201 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.69% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 124 - color contains mainly: red. Hex color #7C123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C123B is #83EDC4. Grayscale: #363636. Windows color (decimal): -8646085 or 3871356. OLE color: 3871356.
HSL color Cylindrical-coordinate representation of color #7C123B: hue angle of 336.79º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C123B is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 59 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.51 |
| HSL | 336.79º | 0.75% | 0.28% | - |
| HSV(B) | 336.79º | 0.85% | 0.49% | - |
| XYZ | 9.32 | 5.03 | 4.62 | - |
| YUV | 54.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 59 | 0 | 0.85 | 0.52 | 0.51 | 336.79 | 0.75 | 0.28 |
| Hex | 7C | 12 | 3B | 0 | 55 | 34 | 33 | 151 | 4B | 1C |
| Octal | 174 | 22 | 73 | 0 | 125 | 64 | 63 | 521 | 113 | 34 |
| Binary | 1111100 | 10010 | 111011 | 0 | 1010101 | 110100 | 110011 | 101010001 | 1001011 | 11100 |
Color Harmonies of #7C123B
Complementary color
Monochromatic Colors of #7C123B
Black with #7C123B
Text Example
Text Example
White with #7C123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C123B; }
p { color: rgb(124,18,59); }
H1.HeaderClassName
{
color: #7C123B;
}
.AnyTagClassName
{
color: #7C123B;
}
</style>
background-color css
<style>
a { background-color: #7C123B; }
a { background-color: rgb(124,18,59); }
div.DivClassName
{
background-color: #7C123B;
}
.BgClassName
{
background-color: #7C123B;
}
</style>
border-color css
<style>
span { border-color: #7C123B; }
span { border-color: rgb(124,18,59); }
td.TdClassName
{
border-color: #7C123B;
}
.TagClassName
{
border-color: #7C123B;
}
</style>