Shades of Flirt #783B54
Tints of Flirt #783B54
RGB
CMYK
RGB Variations
Color information
#783B54 (or 0x783B54) is known color: Flirt. HEX triplet: 78, 3B and 54. RGB value is (120,59,84). Sum of RGB (Red+Green+Blue) = 120+59+84=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #783B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B54 is #87C4AB. Grayscale: #505050. Windows color (decimal): -8897708 or 5520248. OLE color: 5520248.
HSL color Cylindrical-coordinate representation of color #783B54: hue angle of 335.41º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783B54 is Cyan = 0, Magento = 0.51, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 84 | - |
| CMYK | 0 | 0.51 | 0.3 | 0.53 |
| HSL | 335.41º | 0.34% | 0.35% | - |
| HSV(B) | 335.41º | 0.51% | 0.47% | - |
| XYZ | 10.91 | 7.76 | 9.31 | - |
| YUV | 80.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 84 | 0 | 0.51 | 0.3 | 0.53 | 335.41 | 0.34 | 0.35 |
| Hex | 78 | 3B | 54 | 0 | 33 | 1E | 35 | 14F | 22 | 23 |
| Octal | 170 | 73 | 124 | 0 | 63 | 36 | 65 | 517 | 42 | 43 |
| Binary | 1111000 | 111011 | 1010100 | 0 | 110011 | 11110 | 110101 | 101001111 | 100010 | 100011 |
Color Harmonies of #783B54
Complementary color
Monochromatic Colors of #783B54
Black with #783B54
Text Example
Text Example
White with #783B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B54; }
p { color: rgb(120,59,84); }
H1.HeaderClassName
{
color: #783B54;
}
.AnyTagClassName
{
color: #783B54;
}
</style>
background-color css
<style>
a { background-color: #783B54; }
a { background-color: rgb(120,59,84); }
div.DivClassName
{
background-color: #783B54;
}
.BgClassName
{
background-color: #783B54;
}
</style>
border-color css
<style>
span { border-color: #783B54; }
span { border-color: rgb(120,59,84); }
td.TdClassName
{
border-color: #783B54;
}
.TagClassName
{
border-color: #783B54;
}
</style>