Shades of Pompadour #7B143C
Tints of Pompadour #7B143C
RGB
CMYK
RGB Variations
Color information
#7B143C (or 0x7B143C) is known color: Pompadour. HEX triplet: 7B, 14 and 3C. RGB value is (123,20,60). Sum of RGB (Red+Green+Blue) = 123+20+60=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B143C is #84EBC3. Grayscale: #373737. Windows color (decimal): -8711108 or 3937403. OLE color: 3937403.
HSL color Cylindrical-coordinate representation of color #7B143C: hue angle of 336.7º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B143C is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 20 | 60 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.52 |
| HSL | 336.7º | 0.72% | 0.28% | - |
| HSV(B) | 336.7º | 0.84% | 0.48% | - |
| XYZ | 9.23 | 5.04 | 4.76 | - |
| YUV | 55.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 20 | 60 | 0 | 0.84 | 0.51 | 0.52 | 336.7 | 0.72 | 0.28 |
| Hex | 7B | 14 | 3C | 0 | 54 | 33 | 34 | 151 | 48 | 1C |
| Octal | 173 | 24 | 74 | 0 | 124 | 63 | 64 | 521 | 110 | 34 |
| Binary | 1111011 | 10100 | 111100 | 0 | 1010100 | 110011 | 110100 | 101010001 | 1001000 | 11100 |
Color Harmonies of #7B143C
Complementary color
Monochromatic Colors of #7B143C
Black with #7B143C
Text Example
Text Example
White with #7B143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B143C; }
p { color: rgb(123,20,60); }
H1.HeaderClassName
{
color: #7B143C;
}
.AnyTagClassName
{
color: #7B143C;
}
</style>
background-color css
<style>
a { background-color: #7B143C; }
a { background-color: rgb(123,20,60); }
div.DivClassName
{
background-color: #7B143C;
}
.BgClassName
{
background-color: #7B143C;
}
</style>
border-color css
<style>
span { border-color: #7B143C; }
span { border-color: rgb(123,20,60); }
td.TdClassName
{
border-color: #7B143C;
}
.TagClassName
{
border-color: #7B143C;
}
</style>