Shades of Pompadour #781953
Tints of Pompadour #781953
RGB
CMYK
RGB Variations
Color information
#781953 (or 0x781953) is known color: Pompadour. HEX triplet: 78, 19 and 53. RGB value is (120,25,83). Sum of RGB (Red+Green+Blue) = 120+25+83=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #781953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781953 is #87E6AC. Grayscale: #3B3B3B. Windows color (decimal): -8906413 or 5446008. OLE color: 5446008.
HSL color Cylindrical-coordinate representation of color #781953: hue angle of 323.37º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781953 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 83 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.53 |
| HSL | 323.37º | 0.66% | 0.28% | - |
| HSV(B) | 323.37º | 0.79% | 0.47% | - |
| XYZ | 9.65 | 5.31 | 8.7 | - |
| YUV | 60.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 83 | 0 | 0.79 | 0.31 | 0.53 | 323.37 | 0.66 | 0.28 |
| Hex | 78 | 19 | 53 | 0 | 4F | 1F | 35 | 143 | 42 | 1C |
| Octal | 170 | 31 | 123 | 0 | 117 | 37 | 65 | 503 | 102 | 34 |
| Binary | 1111000 | 11001 | 1010011 | 0 | 1001111 | 11111 | 110101 | 101000011 | 1000010 | 11100 |
Color Harmonies of #781953
Complementary color
Monochromatic Colors of #781953
Black with #781953
Text Example
Text Example
White with #781953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781953; }
p { color: rgb(120,25,83); }
H1.HeaderClassName
{
color: #781953;
}
.AnyTagClassName
{
color: #781953;
}
</style>
background-color css
<style>
a { background-color: #781953; }
a { background-color: rgb(120,25,83); }
div.DivClassName
{
background-color: #781953;
}
.BgClassName
{
background-color: #781953;
}
</style>
border-color css
<style>
span { border-color: #781953; }
span { border-color: rgb(120,25,83); }
td.TdClassName
{
border-color: #781953;
}
.TagClassName
{
border-color: #781953;
}
</style>