Shades of Pompadour #780F3A
Tints of Pompadour #780F3A
RGB
CMYK
RGB Variations
Color information
#780F3A (or 0x780F3A) is known color: Pompadour. HEX triplet: 78, 0F and 3A. RGB value is (120,15,58). Sum of RGB (Red+Green+Blue) = 120+15+58=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #780F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F3A is #87F0C5. Grayscale: #333333. Windows color (decimal): -8908998 or 3805048. OLE color: 3805048.
HSL color Cylindrical-coordinate representation of color #780F3A: hue angle of 335.43º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F3A is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 58 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.53 |
| HSL | 335.43º | 0.78% | 0.26% | - |
| HSV(B) | 335.43º | 0.88% | 0.47% | - |
| XYZ | 8.68 | 4.64 | 4.44 | - |
| YUV | 51.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 58 | 0 | 0.87 | 0.52 | 0.53 | 335.43 | 0.78 | 0.26 |
| Hex | 78 | F | 3A | 0 | 57 | 34 | 35 | 14F | 4E | 1A |
| Octal | 170 | 17 | 72 | 0 | 127 | 64 | 65 | 517 | 116 | 32 |
| Binary | 1111000 | 1111 | 111010 | 0 | 1010111 | 110100 | 110101 | 101001111 | 1001110 | 11010 |
Color Harmonies of #780F3A
Complementary color
Monochromatic Colors of #780F3A
Black with #780F3A
Text Example
Text Example
White with #780F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F3A; }
p { color: rgb(120,15,58); }
H1.HeaderClassName
{
color: #780F3A;
}
.AnyTagClassName
{
color: #780F3A;
}
</style>
background-color css
<style>
a { background-color: #780F3A; }
a { background-color: rgb(120,15,58); }
div.DivClassName
{
background-color: #780F3A;
}
.BgClassName
{
background-color: #780F3A;
}
</style>
border-color css
<style>
span { border-color: #780F3A; }
span { border-color: rgb(120,15,58); }
td.TdClassName
{
border-color: #780F3A;
}
.TagClassName
{
border-color: #780F3A;
}
</style>