Shades of Flirt #783A59
Tints of Flirt #783A59
RGB
CMYK
RGB Variations
Color information
#783A59 (or 0x783A59) is known color: Flirt. HEX triplet: 78, 3A and 59. RGB value is (120,58,89). Sum of RGB (Red+Green+Blue) = 120+58+89=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #783A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A59 is #87C5A6. Grayscale: #505050. Windows color (decimal): -8897959 or 5847672. OLE color: 5847672.
HSL color Cylindrical-coordinate representation of color #783A59: hue angle of 330º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783A59 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 89 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.53 |
| HSL | 330º | 0.35% | 0.35% | - |
| HSV(B) | 330º | 0.52% | 0.47% | - |
| XYZ | 11.06 | 7.74 | 10.36 | - |
| YUV | 80.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 89 | 0 | 0.52 | 0.26 | 0.53 | 330 | 0.35 | 0.35 |
| Hex | 78 | 3A | 59 | 0 | 34 | 1A | 35 | 14A | 23 | 23 |
| Octal | 170 | 72 | 131 | 0 | 64 | 32 | 65 | 512 | 43 | 43 |
| Binary | 1111000 | 111010 | 1011001 | 0 | 110100 | 11010 | 110101 | 101001010 | 100011 | 100011 |
Color Harmonies of #783A59
Complementary color
Monochromatic Colors of #783A59
Black with #783A59
Text Example
Text Example
White with #783A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A59; }
p { color: rgb(120,58,89); }
H1.HeaderClassName
{
color: #783A59;
}
.AnyTagClassName
{
color: #783A59;
}
</style>
background-color css
<style>
a { background-color: #783A59; }
a { background-color: rgb(120,58,89); }
div.DivClassName
{
background-color: #783A59;
}
.BgClassName
{
background-color: #783A59;
}
</style>
border-color css
<style>
span { border-color: #783A59; }
span { border-color: rgb(120,58,89); }
td.TdClassName
{
border-color: #783A59;
}
.TagClassName
{
border-color: #783A59;
}
</style>