Shades of Pompadour #781F43
Tints of Pompadour #781F43
RGB
CMYK
RGB Variations
Color information
#781F43 (or 0x781F43) is known color: Pompadour. HEX triplet: 78, 1F and 43. RGB value is (120,31,67). Sum of RGB (Red+Green+Blue) = 120+31+67=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #781F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F43 is #87E0BC. Grayscale: #3D3D3D. Windows color (decimal): -8904893 or 4398968. OLE color: 4398968.
HSL color Cylindrical-coordinate representation of color #781F43: hue angle of 335.73º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F43 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 67 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.53 |
| HSL | 335.73º | 0.59% | 0.3% | - |
| HSV(B) | 335.73º | 0.74% | 0.47% | - |
| XYZ | 9.25 | 5.38 | 5.86 | - |
| YUV | 61.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 67 | 0 | 0.74 | 0.44 | 0.53 | 335.73 | 0.59 | 0.3 |
| Hex | 78 | 1F | 43 | 0 | 4A | 2C | 35 | 150 | 3B | 1E |
| Octal | 170 | 37 | 103 | 0 | 112 | 54 | 65 | 520 | 73 | 36 |
| Binary | 1111000 | 11111 | 1000011 | 0 | 1001010 | 101100 | 110101 | 101010000 | 111011 | 11110 |
Color Harmonies of #781F43
Complementary color
Monochromatic Colors of #781F43
Black with #781F43
Text Example
Text Example
White with #781F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F43; }
p { color: rgb(120,31,67); }
H1.HeaderClassName
{
color: #781F43;
}
.AnyTagClassName
{
color: #781F43;
}
</style>
background-color css
<style>
a { background-color: #781F43; }
a { background-color: rgb(120,31,67); }
div.DivClassName
{
background-color: #781F43;
}
.BgClassName
{
background-color: #781F43;
}
</style>
border-color css
<style>
span { border-color: #781F43; }
span { border-color: rgb(120,31,67); }
td.TdClassName
{
border-color: #781F43;
}
.TagClassName
{
border-color: #781F43;
}
</style>