Shades of Flirt #793A53
Tints of Flirt #793A53
RGB
CMYK
RGB Variations
Color information
#793A53 (or 0x793A53) is known color: Flirt. HEX triplet: 79, 3A and 53. RGB value is (121,58,83). Sum of RGB (Red+Green+Blue) = 121+58+83=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #793A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A53 is #86C5AC. Grayscale: #4F4F4F. Windows color (decimal): -8832429 or 5454457. OLE color: 5454457.
HSL color Cylindrical-coordinate representation of color #793A53: hue angle of 336.19º 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 #793A53 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 58 | 83 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.53 |
| HSL | 336.19º | 0.35% | 0.35% | - |
| HSV(B) | 336.19º | 0.52% | 0.47% | - |
| XYZ | 10.96 | 7.72 | 9.1 | - |
| YUV | 79.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 83 | 0 | 0.52 | 0.31 | 0.53 | 336.19 | 0.35 | 0.35 |
| Hex | 79 | 3A | 53 | 0 | 34 | 1F | 35 | 150 | 23 | 23 |
| Octal | 171 | 72 | 123 | 0 | 64 | 37 | 65 | 520 | 43 | 43 |
| Binary | 1111001 | 111010 | 1010011 | 0 | 110100 | 11111 | 110101 | 101010000 | 100011 | 100011 |
Color Harmonies of #793A53
Complementary color
Monochromatic Colors of #793A53
Black with #793A53
Text Example
Text Example
White with #793A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793A53; }
p { color: rgb(121,58,83); }
H1.HeaderClassName
{
color: #793A53;
}
.AnyTagClassName
{
color: #793A53;
}
</style>
background-color css
<style>
a { background-color: #793A53; }
a { background-color: rgb(121,58,83); }
div.DivClassName
{
background-color: #793A53;
}
.BgClassName
{
background-color: #793A53;
}
</style>
border-color css
<style>
span { border-color: #793A53; }
span { border-color: rgb(121,58,83); }
td.TdClassName
{
border-color: #793A53;
}
.TagClassName
{
border-color: #793A53;
}
</style>