Shades of Pompadour #781F3F
Tints of Pompadour #781F3F
RGB
CMYK
RGB Variations
Color information
#781F3F (or 0x781F3F) is known color: Pompadour. HEX triplet: 78, 1F and 3F. RGB value is (120,31,63). Sum of RGB (Red+Green+Blue) = 120+31+63=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #781F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F3F is #87E0C0. Grayscale: #3D3D3D. Windows color (decimal): -8904897 or 4136824. OLE color: 4136824.
HSL color Cylindrical-coordinate representation of color #781F3F: hue angle of 338.43º 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 #781F3F is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 63 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.53 |
| HSL | 338.43º | 0.59% | 0.3% | - |
| HSV(B) | 338.43º | 0.74% | 0.47% | - |
| XYZ | 9.13 | 5.33 | 5.25 | - |
| YUV | 61.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 63 | 0 | 0.74 | 0.48 | 0.53 | 338.43 | 0.59 | 0.3 |
| Hex | 78 | 1F | 3F | 0 | 4A | 30 | 35 | 152 | 3B | 1E |
| Octal | 170 | 37 | 77 | 0 | 112 | 60 | 65 | 522 | 73 | 36 |
| Binary | 1111000 | 11111 | 111111 | 0 | 1001010 | 110000 | 110101 | 101010010 | 111011 | 11110 |
Color Harmonies of #781F3F
Complementary color
Monochromatic Colors of #781F3F
Black with #781F3F
Text Example
Text Example
White with #781F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F3F; }
p { color: rgb(120,31,63); }
H1.HeaderClassName
{
color: #781F3F;
}
.AnyTagClassName
{
color: #781F3F;
}
</style>
background-color css
<style>
a { background-color: #781F3F; }
a { background-color: rgb(120,31,63); }
div.DivClassName
{
background-color: #781F3F;
}
.BgClassName
{
background-color: #781F3F;
}
</style>
border-color css
<style>
span { border-color: #781F3F; }
span { border-color: rgb(120,31,63); }
td.TdClassName
{
border-color: #781F3F;
}
.TagClassName
{
border-color: #781F3F;
}
</style>