Shades of Pompadour #781B3F
Tints of Pompadour #781B3F
RGB
CMYK
RGB Variations
Color information
#781B3F (or 0x781B3F) is known color: Pompadour. HEX triplet: 78, 1B and 3F. RGB value is (120,27,63). Sum of RGB (Red+Green+Blue) = 120+27+63=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #781B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B3F is #87E4C0. Grayscale: #3A3A3A. Windows color (decimal): -8905921 or 4135800. OLE color: 4135800.
HSL color Cylindrical-coordinate representation of color #781B3F: hue angle of 336.77º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B3F is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 63 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.53 |
| HSL | 336.77º | 0.63% | 0.29% | - |
| HSV(B) | 336.77º | 0.78% | 0.47% | - |
| XYZ | 9.03 | 5.14 | 5.22 | - |
| YUV | 58.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 63 | 0 | 0.78 | 0.48 | 0.53 | 336.77 | 0.63 | 0.29 |
| Hex | 78 | 1B | 3F | 0 | 4E | 30 | 35 | 151 | 3F | 1D |
| Octal | 170 | 33 | 77 | 0 | 116 | 60 | 65 | 521 | 77 | 35 |
| Binary | 1111000 | 11011 | 111111 | 0 | 1001110 | 110000 | 110101 | 101010001 | 111111 | 11101 |
Color Harmonies of #781B3F
Complementary color
Monochromatic Colors of #781B3F
Black with #781B3F
Text Example
Text Example
White with #781B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B3F; }
p { color: rgb(120,27,63); }
H1.HeaderClassName
{
color: #781B3F;
}
.AnyTagClassName
{
color: #781B3F;
}
</style>
background-color css
<style>
a { background-color: #781B3F; }
a { background-color: rgb(120,27,63); }
div.DivClassName
{
background-color: #781B3F;
}
.BgClassName
{
background-color: #781B3F;
}
</style>
border-color css
<style>
span { border-color: #781B3F; }
span { border-color: rgb(120,27,63); }
td.TdClassName
{
border-color: #781B3F;
}
.TagClassName
{
border-color: #781B3F;
}
</style>