Shades of Pompadour #7C1B45
Tints of Pompadour #7C1B45
RGB
CMYK
RGB Variations
Color information
#7C1B45 (or 0x7C1B45) is known color: Pompadour. HEX triplet: 7C, 1B and 45. RGB value is (124,27,69). Sum of RGB (Red+Green+Blue) = 124+27+69=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1B45 is #83E4BA. Grayscale: #3C3C3C. Windows color (decimal): -8643771 or 4529020. OLE color: 4529020.
HSL color Cylindrical-coordinate representation of color #7C1B45: hue angle of 334.02º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C1B45 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 27 | 69 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.51 |
| HSL | 334.02º | 0.64% | 0.3% | - |
| HSV(B) | 334.02º | 0.78% | 0.49% | - |
| XYZ | 9.78 | 5.5 | 6.18 | - |
| YUV | 60.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 27 | 69 | 0 | 0.78 | 0.44 | 0.51 | 334.02 | 0.64 | 0.3 |
| Hex | 7C | 1B | 45 | 0 | 4E | 2C | 33 | 14E | 40 | 1E |
| Octal | 174 | 33 | 105 | 0 | 116 | 54 | 63 | 516 | 100 | 36 |
| Binary | 1111100 | 11011 | 1000101 | 0 | 1001110 | 101100 | 110011 | 101001110 | 1000000 | 11110 |
Color Harmonies of #7C1B45
Complementary color
Monochromatic Colors of #7C1B45
Black with #7C1B45
Text Example
Text Example
White with #7C1B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1B45; }
p { color: rgb(124,27,69); }
H1.HeaderClassName
{
color: #7C1B45;
}
.AnyTagClassName
{
color: #7C1B45;
}
</style>
background-color css
<style>
a { background-color: #7C1B45; }
a { background-color: rgb(124,27,69); }
div.DivClassName
{
background-color: #7C1B45;
}
.BgClassName
{
background-color: #7C1B45;
}
</style>
border-color css
<style>
span { border-color: #7C1B45; }
span { border-color: rgb(124,27,69); }
td.TdClassName
{
border-color: #7C1B45;
}
.TagClassName
{
border-color: #7C1B45;
}
</style>