Shades of Pompadour #7B1D4A
Tints of Pompadour #7B1D4A
RGB
CMYK
RGB Variations
Color information
#7B1D4A (or 0x7B1D4A) is known color: Pompadour. HEX triplet: 7B, 1D and 4A. RGB value is (123,29,74). Sum of RGB (Red+Green+Blue) = 123+29+74=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1D4A is #84E2B5. Grayscale: #3E3E3E. Windows color (decimal): -8708790 or 4857211. OLE color: 4857211.
HSL color Cylindrical-coordinate representation of color #7B1D4A: hue angle of 331.28º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B1D4A is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 29 | 74 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.52 |
| HSL | 331.28º | 0.62% | 0.3% | - |
| HSV(B) | 331.28º | 0.76% | 0.48% | - |
| XYZ | 9.84 | 5.58 | 7.04 | - |
| YUV | 62.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 29 | 74 | 0 | 0.76 | 0.40 | 0.52 | 331.28 | 0.62 | 0.3 |
| Hex | 7B | 1D | 4A | 0 | 4C | 28 | 34 | 14B | 3E | 1E |
| Octal | 173 | 35 | 112 | 0 | 114 | 50 | 64 | 513 | 76 | 36 |
| Binary | 1111011 | 11101 | 1001010 | 0 | 1001100 | 101000 | 110100 | 101001011 | 111110 | 11110 |
Color Harmonies of #7B1D4A
Complementary color
Monochromatic Colors of #7B1D4A
Black with #7B1D4A
Text Example
Text Example
White with #7B1D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1D4A; }
p { color: rgb(123,29,74); }
H1.HeaderClassName
{
color: #7B1D4A;
}
.AnyTagClassName
{
color: #7B1D4A;
}
</style>
background-color css
<style>
a { background-color: #7B1D4A; }
a { background-color: rgb(123,29,74); }
div.DivClassName
{
background-color: #7B1D4A;
}
.BgClassName
{
background-color: #7B1D4A;
}
</style>
border-color css
<style>
span { border-color: #7B1D4A; }
span { border-color: rgb(123,29,74); }
td.TdClassName
{
border-color: #7B1D4A;
}
.TagClassName
{
border-color: #7B1D4A;
}
</style>