Shades of Flirt #783A53
Tints of Flirt #783A53
RGB
CMYK
RGB Variations
Color information
#783A53 (or 0x783A53) is known color: Flirt. HEX triplet: 78, 3A and 53. RGB value is (120,58,83). Sum of RGB (Red+Green+Blue) = 120+58+83=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #783A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A53 is #87C5AC. Grayscale: #4F4F4F. Windows color (decimal): -8897965 or 5454456. OLE color: 5454456.
HSL color Cylindrical-coordinate representation of color #783A53: hue angle of 335.81º 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 #783A53 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 83 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.53 |
| HSL | 335.81º | 0.35% | 0.35% | - |
| HSV(B) | 335.81º | 0.52% | 0.47% | - |
| XYZ | 10.82 | 7.64 | 9.09 | - |
| YUV | 79.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 83 | 0 | 0.52 | 0.31 | 0.53 | 335.81 | 0.35 | 0.35 |
| Hex | 78 | 3A | 53 | 0 | 34 | 1F | 35 | 150 | 23 | 23 |
| Octal | 170 | 72 | 123 | 0 | 64 | 37 | 65 | 520 | 43 | 43 |
| Binary | 1111000 | 111010 | 1010011 | 0 | 110100 | 11111 | 110101 | 101010000 | 100011 | 100011 |
Color Harmonies of #783A53
Complementary color
Monochromatic Colors of #783A53
Black with #783A53
Text Example
Text Example
White with #783A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A53; }
p { color: rgb(120,58,83); }
H1.HeaderClassName
{
color: #783A53;
}
.AnyTagClassName
{
color: #783A53;
}
</style>
background-color css
<style>
a { background-color: #783A53; }
a { background-color: rgb(120,58,83); }
div.DivClassName
{
background-color: #783A53;
}
.BgClassName
{
background-color: #783A53;
}
</style>
border-color css
<style>
span { border-color: #783A53; }
span { border-color: rgb(120,58,83); }
td.TdClassName
{
border-color: #783A53;
}
.TagClassName
{
border-color: #783A53;
}
</style>