Shades of Flirt #793A58
Tints of Flirt #793A58
RGB
CMYK
RGB Variations
Color information
#793A58 (or 0x793A58) is known color: Flirt. HEX triplet: 79, 3A and 58. RGB value is (121,58,88). Sum of RGB (Red+Green+Blue) = 121+58+88=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #793A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A58 is #86C5A7. Grayscale: #505050. Windows color (decimal): -8832424 or 5782137. OLE color: 5782137.
HSL color Cylindrical-coordinate representation of color #793A58: hue angle of 331.43º 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 #793A58 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 58 | 88 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.53 |
| HSL | 331.43º | 0.35% | 0.35% | - |
| HSV(B) | 331.43º | 0.52% | 0.47% | - |
| XYZ | 11.16 | 7.8 | 10.15 | - |
| YUV | 80.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 88 | 0 | 0.52 | 0.27 | 0.53 | 331.43 | 0.35 | 0.35 |
| Hex | 79 | 3A | 58 | 0 | 34 | 1B | 35 | 14B | 23 | 23 |
| Octal | 171 | 72 | 130 | 0 | 64 | 33 | 65 | 513 | 43 | 43 |
| Binary | 1111001 | 111010 | 1011000 | 0 | 110100 | 11011 | 110101 | 101001011 | 100011 | 100011 |
Color Harmonies of #793A58
Complementary color
Monochromatic Colors of #793A58
Black with #793A58
Text Example
Text Example
White with #793A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793A58; }
p { color: rgb(121,58,88); }
H1.HeaderClassName
{
color: #793A58;
}
.AnyTagClassName
{
color: #793A58;
}
</style>
background-color css
<style>
a { background-color: #793A58; }
a { background-color: rgb(121,58,88); }
div.DivClassName
{
background-color: #793A58;
}
.BgClassName
{
background-color: #793A58;
}
</style>
border-color css
<style>
span { border-color: #793A58; }
span { border-color: rgb(121,58,88); }
td.TdClassName
{
border-color: #793A58;
}
.TagClassName
{
border-color: #793A58;
}
</style>