Shades of Pompadour #781C3E
Tints of Pompadour #781C3E
RGB
CMYK
RGB Variations
Color information
#781C3E (or 0x781C3E) is known color: Pompadour. HEX triplet: 78, 1C and 3E. RGB value is (120,28,62). Sum of RGB (Red+Green+Blue) = 120+28+62=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #781C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C3E is #87E3C1. Grayscale: #3B3B3B. Windows color (decimal): -8905666 or 4070520. OLE color: 4070520.
HSL color Cylindrical-coordinate representation of color #781C3E: hue angle of 337.83º degrees, saturation: 0.62, 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 #781C3E is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 62 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.53 |
| HSL | 337.83º | 0.62% | 0.29% | - |
| HSV(B) | 337.83º | 0.77% | 0.47% | - |
| XYZ | 9.03 | 5.17 | 5.08 | - |
| YUV | 59.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 62 | 0 | 0.77 | 0.48 | 0.53 | 337.83 | 0.62 | 0.29 |
| Hex | 78 | 1C | 3E | 0 | 4D | 30 | 35 | 152 | 3E | 1D |
| Octal | 170 | 34 | 76 | 0 | 115 | 60 | 65 | 522 | 76 | 35 |
| Binary | 1111000 | 11100 | 111110 | 0 | 1001101 | 110000 | 110101 | 101010010 | 111110 | 11101 |
Color Harmonies of #781C3E
Complementary color
Monochromatic Colors of #781C3E
Black with #781C3E
Text Example
Text Example
White with #781C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C3E; }
p { color: rgb(120,28,62); }
H1.HeaderClassName
{
color: #781C3E;
}
.AnyTagClassName
{
color: #781C3E;
}
</style>
background-color css
<style>
a { background-color: #781C3E; }
a { background-color: rgb(120,28,62); }
div.DivClassName
{
background-color: #781C3E;
}
.BgClassName
{
background-color: #781C3E;
}
</style>
border-color css
<style>
span { border-color: #781C3E; }
span { border-color: rgb(120,28,62); }
td.TdClassName
{
border-color: #781C3E;
}
.TagClassName
{
border-color: #781C3E;
}
</style>