Shades of Pompadour #78143C
Tints of Pompadour #78143C
RGB
CMYK
RGB Variations
Color information
#78143C (or 0x78143C) is known color: Pompadour. HEX triplet: 78, 14 and 3C. RGB value is (120,20,60). Sum of RGB (Red+Green+Blue) = 120+20+60=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78143C is #87EBC3. Grayscale: #363636. Windows color (decimal): -8907716 or 3937400. OLE color: 3937400.
HSL color Cylindrical-coordinate representation of color #78143C: hue angle of 336º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78143C is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 60 | - |
| CMYK | 0 | 0.83 | 0.5 | 0.53 |
| HSL | 336º | 0.71% | 0.27% | - |
| HSV(B) | 336º | 0.83% | 0.47% | - |
| XYZ | 8.81 | 4.82 | 4.74 | - |
| YUV | 54.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 60 | 0 | 0.83 | 0.5 | 0.53 | 336 | 0.71 | 0.27 |
| Hex | 78 | 14 | 3C | 0 | 53 | 32 | 35 | 150 | 47 | 1B |
| Octal | 170 | 24 | 74 | 0 | 123 | 62 | 65 | 520 | 107 | 33 |
| Binary | 1111000 | 10100 | 111100 | 0 | 1010011 | 110010 | 110101 | 101010000 | 1000111 | 11011 |
Color Harmonies of #78143C
Complementary color
Monochromatic Colors of #78143C
Black with #78143C
Text Example
Text Example
White with #78143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78143C; }
p { color: rgb(120,20,60); }
H1.HeaderClassName
{
color: #78143C;
}
.AnyTagClassName
{
color: #78143C;
}
</style>
background-color css
<style>
a { background-color: #78143C; }
a { background-color: rgb(120,20,60); }
div.DivClassName
{
background-color: #78143C;
}
.BgClassName
{
background-color: #78143C;
}
</style>
border-color css
<style>
span { border-color: #78143C; }
span { border-color: rgb(120,20,60); }
td.TdClassName
{
border-color: #78143C;
}
.TagClassName
{
border-color: #78143C;
}
</style>