Shades of Pompadour #7A1B45
Tints of Pompadour #7A1B45
RGB
CMYK
RGB Variations
Color information
#7A1B45 (or 0x7A1B45) is known color: Pompadour. HEX triplet: 7A, 1B and 45. RGB value is (122,27,69). Sum of RGB (Red+Green+Blue) = 122+27+69=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1B45 is #85E4BA. Grayscale: #3C3C3C. Windows color (decimal): -8774843 or 4529018. OLE color: 4529018.
HSL color Cylindrical-coordinate representation of color #7A1B45: hue angle of 333.47º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A1B45 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 27 | 69 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.52 |
| HSL | 333.47º | 0.64% | 0.29% | - |
| HSV(B) | 333.47º | 0.78% | 0.48% | - |
| XYZ | 9.49 | 5.35 | 6.16 | - |
| YUV | 60.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 69 | 0 | 0.78 | 0.43 | 0.52 | 333.47 | 0.64 | 0.29 |
| Hex | 7A | 1B | 45 | 0 | 4E | 2B | 34 | 14D | 40 | 1D |
| Octal | 172 | 33 | 105 | 0 | 116 | 53 | 64 | 515 | 100 | 35 |
| Binary | 1111010 | 11011 | 1000101 | 0 | 1001110 | 101011 | 110100 | 101001101 | 1000000 | 11101 |
Color Harmonies of #7A1B45
Complementary color
Monochromatic Colors of #7A1B45
Black with #7A1B45
Text Example
Text Example
White with #7A1B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1B45; }
p { color: rgb(122,27,69); }
H1.HeaderClassName
{
color: #7A1B45;
}
.AnyTagClassName
{
color: #7A1B45;
}
</style>
background-color css
<style>
a { background-color: #7A1B45; }
a { background-color: rgb(122,27,69); }
div.DivClassName
{
background-color: #7A1B45;
}
.BgClassName
{
background-color: #7A1B45;
}
</style>
border-color css
<style>
span { border-color: #7A1B45; }
span { border-color: rgb(122,27,69); }
td.TdClassName
{
border-color: #7A1B45;
}
.TagClassName
{
border-color: #7A1B45;
}
</style>