Shades of Pompadour #781A3F
Tints of Pompadour #781A3F
RGB
CMYK
RGB Variations
Color information
#781A3F (or 0x781A3F) is known color: Pompadour. HEX triplet: 78, 1A and 3F. RGB value is (120,26,63). Sum of RGB (Red+Green+Blue) = 120+26+63=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #781A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A3F is #87E5C0. Grayscale: #3A3A3A. Windows color (decimal): -8906177 or 4135544. OLE color: 4135544.
HSL color Cylindrical-coordinate representation of color #781A3F: hue angle of 336.38º 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 #781A3F is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 63 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.53 |
| HSL | 336.38º | 0.64% | 0.29% | - |
| HSV(B) | 336.38º | 0.78% | 0.47% | - |
| XYZ | 9.01 | 5.09 | 5.21 | - |
| YUV | 58.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 63 | 0 | 0.78 | 0.48 | 0.53 | 336.38 | 0.64 | 0.29 |
| Hex | 78 | 1A | 3F | 0 | 4E | 30 | 35 | 150 | 40 | 1D |
| Octal | 170 | 32 | 77 | 0 | 116 | 60 | 65 | 520 | 100 | 35 |
| Binary | 1111000 | 11010 | 111111 | 0 | 1001110 | 110000 | 110101 | 101010000 | 1000000 | 11101 |
Color Harmonies of #781A3F
Complementary color
Monochromatic Colors of #781A3F
Black with #781A3F
Text Example
Text Example
White with #781A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A3F; }
p { color: rgb(120,26,63); }
H1.HeaderClassName
{
color: #781A3F;
}
.AnyTagClassName
{
color: #781A3F;
}
</style>
background-color css
<style>
a { background-color: #781A3F; }
a { background-color: rgb(120,26,63); }
div.DivClassName
{
background-color: #781A3F;
}
.BgClassName
{
background-color: #781A3F;
}
</style>
border-color css
<style>
span { border-color: #781A3F; }
span { border-color: rgb(120,26,63); }
td.TdClassName
{
border-color: #781A3F;
}
.TagClassName
{
border-color: #781A3F;
}
</style>