Shades of Pompadour #780D41
Tints of Pompadour #780D41
RGB
CMYK
RGB Variations
Color information
#780D41 (or 0x780D41) is known color: Pompadour. HEX triplet: 78, 0D and 41. RGB value is (120,13,65). Sum of RGB (Red+Green+Blue) = 120+13+65=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #780D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D41 is #87F2BE. Grayscale: #323232. Windows color (decimal): -8909503 or 4263288. OLE color: 4263288.
HSL color Cylindrical-coordinate representation of color #780D41: hue angle of 330.84º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D41 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 65 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.53 |
| HSL | 330.84º | 0.8% | 0.26% | - |
| HSV(B) | 330.84º | 0.89% | 0.47% | - |
| XYZ | 8.84 | 4.66 | 5.43 | - |
| YUV | 50.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 65 | 0 | 0.89 | 0.46 | 0.53 | 330.84 | 0.8 | 0.26 |
| Hex | 78 | D | 41 | 0 | 59 | 2E | 35 | 14B | 50 | 1A |
| Octal | 170 | 15 | 101 | 0 | 131 | 56 | 65 | 513 | 120 | 32 |
| Binary | 1111000 | 1101 | 1000001 | 0 | 1011001 | 101110 | 110101 | 101001011 | 1010000 | 11010 |
Color Harmonies of #780D41
Complementary color
Monochromatic Colors of #780D41
Black with #780D41
Text Example
Text Example
White with #780D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D41; }
p { color: rgb(120,13,65); }
H1.HeaderClassName
{
color: #780D41;
}
.AnyTagClassName
{
color: #780D41;
}
</style>
background-color css
<style>
a { background-color: #780D41; }
a { background-color: rgb(120,13,65); }
div.DivClassName
{
background-color: #780D41;
}
.BgClassName
{
background-color: #780D41;
}
</style>
border-color css
<style>
span { border-color: #780D41; }
span { border-color: rgb(120,13,65); }
td.TdClassName
{
border-color: #780D41;
}
.TagClassName
{
border-color: #780D41;
}
</style>