Shades of Flirt #79235A
Tints of Flirt #79235A
RGB
CMYK
RGB Variations
Color information
#79235A (or 0x79235A) is known color: Flirt. HEX triplet: 79, 23 and 5A. RGB value is (121,35,90). Sum of RGB (Red+Green+Blue) = 121+35+90=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79235A is #86DCA5. Grayscale: #424242. Windows color (decimal): -8838310 or 5907321. OLE color: 5907321.
HSL color Cylindrical-coordinate representation of color #79235A: hue angle of 321.63º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #79235A is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 35 | 90 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.53 |
| HSL | 321.63º | 0.55% | 0.31% | - |
| HSV(B) | 321.63º | 0.71% | 0.47% | - |
| XYZ | 10.33 | 6.01 | 10.29 | - |
| YUV | 66.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 35 | 90 | 0 | 0.71 | 0.26 | 0.53 | 321.63 | 0.55 | 0.31 |
| Hex | 79 | 23 | 5A | 0 | 47 | 1A | 35 | 142 | 37 | 1F |
| Octal | 171 | 43 | 132 | 0 | 107 | 32 | 65 | 502 | 67 | 37 |
| Binary | 1111001 | 100011 | 1011010 | 0 | 1000111 | 11010 | 110101 | 101000010 | 110111 | 11111 |
Color Harmonies of #79235A
Complementary color
Monochromatic Colors of #79235A
Black with #79235A
Text Example
Text Example
White with #79235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79235A; }
p { color: rgb(121,35,90); }
H1.HeaderClassName
{
color: #79235A;
}
.AnyTagClassName
{
color: #79235A;
}
</style>
background-color css
<style>
a { background-color: #79235A; }
a { background-color: rgb(121,35,90); }
div.DivClassName
{
background-color: #79235A;
}
.BgClassName
{
background-color: #79235A;
}
</style>
border-color css
<style>
span { border-color: #79235A; }
span { border-color: rgb(121,35,90); }
td.TdClassName
{
border-color: #79235A;
}
.TagClassName
{
border-color: #79235A;
}
</style>