Shades of Pompadour #781A4B
Tints of Pompadour #781A4B
RGB
CMYK
RGB Variations
Color information
#781A4B (or 0x781A4B) is known color: Pompadour. HEX triplet: 78, 1A and 4B. RGB value is (120,26,75). Sum of RGB (Red+Green+Blue) = 120+26+75=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #781A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A4B is #87E5B4. Grayscale: #3B3B3B. Windows color (decimal): -8906165 or 4921976. OLE color: 4921976.
HSL color Cylindrical-coordinate representation of color #781A4B: hue angle of 328.72º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A4B is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 75 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.53 |
| HSL | 328.72º | 0.64% | 0.29% | - |
| HSV(B) | 328.72º | 0.78% | 0.47% | - |
| XYZ | 9.39 | 5.24 | 7.17 | - |
| YUV | 59.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 75 | 0 | 0.78 | 0.37 | 0.53 | 328.72 | 0.64 | 0.29 |
| Hex | 78 | 1A | 4B | 0 | 4E | 25 | 35 | 149 | 40 | 1D |
| Octal | 170 | 32 | 113 | 0 | 116 | 45 | 65 | 511 | 100 | 35 |
| Binary | 1111000 | 11010 | 1001011 | 0 | 1001110 | 100101 | 110101 | 101001001 | 1000000 | 11101 |
Color Harmonies of #781A4B
Complementary color
Monochromatic Colors of #781A4B
Black with #781A4B
Text Example
Text Example
White with #781A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A4B; }
p { color: rgb(120,26,75); }
H1.HeaderClassName
{
color: #781A4B;
}
.AnyTagClassName
{
color: #781A4B;
}
</style>
background-color css
<style>
a { background-color: #781A4B; }
a { background-color: rgb(120,26,75); }
div.DivClassName
{
background-color: #781A4B;
}
.BgClassName
{
background-color: #781A4B;
}
</style>
border-color css
<style>
span { border-color: #781A4B; }
span { border-color: rgb(120,26,75); }
td.TdClassName
{
border-color: #781A4B;
}
.TagClassName
{
border-color: #781A4B;
}
</style>