Shades of Flirt #782C59
Tints of Flirt #782C59
RGB
CMYK
RGB Variations
Color information
#782C59 (or 0x782C59) is known color: Flirt. HEX triplet: 78, 2C and 59. RGB value is (120,44,89). Sum of RGB (Red+Green+Blue) = 120+44+89=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #782C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782C59 is #87D3A6. Grayscale: #474747. Windows color (decimal): -8901543 or 5844088. OLE color: 5844088.
HSL color Cylindrical-coordinate representation of color #782C59: hue angle of 324.47º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #782C59 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 89 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.53 |
| HSL | 324.47º | 0.46% | 0.32% | - |
| HSV(B) | 324.47º | 0.63% | 0.47% | - |
| XYZ | 10.45 | 6.52 | 10.16 | - |
| YUV | 71.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 89 | 0 | 0.63 | 0.26 | 0.53 | 324.47 | 0.46 | 0.32 |
| Hex | 78 | 2C | 59 | 0 | 3F | 1A | 35 | 144 | 2E | 20 |
| Octal | 170 | 54 | 131 | 0 | 77 | 32 | 65 | 504 | 56 | 40 |
| Binary | 1111000 | 101100 | 1011001 | 0 | 111111 | 11010 | 110101 | 101000100 | 101110 | 100000 |
Color Harmonies of #782C59
Complementary color
Monochromatic Colors of #782C59
Black with #782C59
Text Example
Text Example
White with #782C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C59; }
p { color: rgb(120,44,89); }
H1.HeaderClassName
{
color: #782C59;
}
.AnyTagClassName
{
color: #782C59;
}
</style>
background-color css
<style>
a { background-color: #782C59; }
a { background-color: rgb(120,44,89); }
div.DivClassName
{
background-color: #782C59;
}
.BgClassName
{
background-color: #782C59;
}
</style>
border-color css
<style>
span { border-color: #782C59; }
span { border-color: rgb(120,44,89); }
td.TdClassName
{
border-color: #782C59;
}
.TagClassName
{
border-color: #782C59;
}
</style>