Shades of Pompadour #79143C
Tints of Pompadour #79143C
RGB
CMYK
RGB Variations
Color information
#79143C (or 0x79143C) is known color: Pompadour. HEX triplet: 79, 14 and 3C. RGB value is (121,20,60). Sum of RGB (Red+Green+Blue) = 121+20+60=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79143C is #86EBC3. Grayscale: #363636. Windows color (decimal): -8842180 or 3937401. OLE color: 3937401.
HSL color Cylindrical-coordinate representation of color #79143C: hue angle of 336.24º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79143C is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 20 | 60 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.53 |
| HSL | 336.24º | 0.72% | 0.28% | - |
| HSV(B) | 336.24º | 0.83% | 0.47% | - |
| XYZ | 8.95 | 4.89 | 4.75 | - |
| YUV | 54.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 20 | 60 | 0 | 0.83 | 0.50 | 0.53 | 336.24 | 0.72 | 0.28 |
| Hex | 79 | 14 | 3C | 0 | 53 | 32 | 35 | 150 | 48 | 1C |
| Octal | 171 | 24 | 74 | 0 | 123 | 62 | 65 | 520 | 110 | 34 |
| Binary | 1111001 | 10100 | 111100 | 0 | 1010011 | 110010 | 110101 | 101010000 | 1001000 | 11100 |
Color Harmonies of #79143C
Complementary color
Monochromatic Colors of #79143C
Black with #79143C
Text Example
Text Example
White with #79143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79143C; }
p { color: rgb(121,20,60); }
H1.HeaderClassName
{
color: #79143C;
}
.AnyTagClassName
{
color: #79143C;
}
</style>
background-color css
<style>
a { background-color: #79143C; }
a { background-color: rgb(121,20,60); }
div.DivClassName
{
background-color: #79143C;
}
.BgClassName
{
background-color: #79143C;
}
</style>
border-color css
<style>
span { border-color: #79143C; }
span { border-color: rgb(121,20,60); }
td.TdClassName
{
border-color: #79143C;
}
.TagClassName
{
border-color: #79143C;
}
</style>