Shades of Pompadour #7B1C4D
Tints of Pompadour #7B1C4D
RGB
CMYK
RGB Variations
Color information
#7B1C4D (or 0x7B1C4D) is known color: Pompadour. HEX triplet: 7B, 1C and 4D. RGB value is (123,28,77). Sum of RGB (Red+Green+Blue) = 123+28+77=228 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.95% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1C4D is #84E3B2. Grayscale: #3D3D3D. Windows color (decimal): -8709043 or 5053563. OLE color: 5053563.
HSL color Cylindrical-coordinate representation of color #7B1C4D: hue angle of 329.05º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B1C4D is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 28 | 77 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.52 |
| HSL | 329.05º | 0.63% | 0.3% | - |
| HSV(B) | 329.05º | 0.77% | 0.48% | - |
| XYZ | 9.92 | 5.58 | 7.57 | - |
| YUV | 61.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 28 | 77 | 0 | 0.77 | 0.37 | 0.52 | 329.05 | 0.63 | 0.3 |
| Hex | 7B | 1C | 4D | 0 | 4D | 25 | 34 | 149 | 3F | 1E |
| Octal | 173 | 34 | 115 | 0 | 115 | 45 | 64 | 511 | 77 | 36 |
| Binary | 1111011 | 11100 | 1001101 | 0 | 1001101 | 100101 | 110100 | 101001001 | 111111 | 11110 |
Color Harmonies of #7B1C4D
Complementary color
Monochromatic Colors of #7B1C4D
Black with #7B1C4D
Text Example
Text Example
White with #7B1C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1C4D; }
p { color: rgb(123,28,77); }
H1.HeaderClassName
{
color: #7B1C4D;
}
.AnyTagClassName
{
color: #7B1C4D;
}
</style>
background-color css
<style>
a { background-color: #7B1C4D; }
a { background-color: rgb(123,28,77); }
div.DivClassName
{
background-color: #7B1C4D;
}
.BgClassName
{
background-color: #7B1C4D;
}
</style>
border-color css
<style>
span { border-color: #7B1C4D; }
span { border-color: rgb(123,28,77); }
td.TdClassName
{
border-color: #7B1C4D;
}
.TagClassName
{
border-color: #7B1C4D;
}
</style>