Shades of Flirt #783A50
Tints of Flirt #783A50
RGB
CMYK
RGB Variations
Color information
#783A50 (or 0x783A50) is known color: Flirt. HEX triplet: 78, 3A and 50. RGB value is (120,58,80). Sum of RGB (Red+Green+Blue) = 120+58+80=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #783A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A50 is #87C5AF. Grayscale: #4F4F4F. Windows color (decimal): -8897968 or 5257848. OLE color: 5257848.
HSL color Cylindrical-coordinate representation of color #783A50: hue angle of 338.71º 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 #783A50 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 80 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.53 |
| HSL | 338.71º | 0.35% | 0.35% | - |
| HSV(B) | 338.71º | 0.52% | 0.47% | - |
| XYZ | 10.71 | 7.6 | 8.49 | - |
| YUV | 79.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 80 | 0 | 0.52 | 0.33 | 0.53 | 338.71 | 0.35 | 0.35 |
| Hex | 78 | 3A | 50 | 0 | 34 | 21 | 35 | 153 | 23 | 23 |
| Octal | 170 | 72 | 120 | 0 | 64 | 41 | 65 | 523 | 43 | 43 |
| Binary | 1111000 | 111010 | 1010000 | 0 | 110100 | 100001 | 110101 | 101010011 | 100011 | 100011 |
Color Harmonies of #783A50
Complementary color
Monochromatic Colors of #783A50
Black with #783A50
Text Example
Text Example
White with #783A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A50; }
p { color: rgb(120,58,80); }
H1.HeaderClassName
{
color: #783A50;
}
.AnyTagClassName
{
color: #783A50;
}
</style>
background-color css
<style>
a { background-color: #783A50; }
a { background-color: rgb(120,58,80); }
div.DivClassName
{
background-color: #783A50;
}
.BgClassName
{
background-color: #783A50;
}
</style>
border-color css
<style>
span { border-color: #783A50; }
span { border-color: rgb(120,58,80); }
td.TdClassName
{
border-color: #783A50;
}
.TagClassName
{
border-color: #783A50;
}
</style>