Shades of Flirt #792255
Tints of Flirt #792255
RGB
CMYK
RGB Variations
Color information
#792255 (or 0x792255) is known color: Flirt. HEX triplet: 79, 22 and 55. RGB value is (121,34,85). Sum of RGB (Red+Green+Blue) = 121+34+85=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #792255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792255 is #86DDAA. Grayscale: #414141. Windows color (decimal): -8838571 or 5579385. OLE color: 5579385.
HSL color Cylindrical-coordinate representation of color #792255: hue angle of 324.83º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #792255 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 34 | 85 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.53 |
| HSL | 324.83º | 0.56% | 0.3% | - |
| HSV(B) | 324.83º | 0.72% | 0.47% | - |
| XYZ | 10.1 | 5.86 | 9.19 | - |
| YUV | 65.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 85 | 0 | 0.72 | 0.30 | 0.53 | 324.83 | 0.56 | 0.3 |
| Hex | 79 | 22 | 55 | 0 | 48 | 1E | 35 | 145 | 38 | 1E |
| Octal | 171 | 42 | 125 | 0 | 110 | 36 | 65 | 505 | 70 | 36 |
| Binary | 1111001 | 100010 | 1010101 | 0 | 1001000 | 11110 | 110101 | 101000101 | 111000 | 11110 |
Color Harmonies of #792255
Complementary color
Monochromatic Colors of #792255
Black with #792255
Text Example
Text Example
White with #792255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792255; }
p { color: rgb(121,34,85); }
H1.HeaderClassName
{
color: #792255;
}
.AnyTagClassName
{
color: #792255;
}
</style>
background-color css
<style>
a { background-color: #792255; }
a { background-color: rgb(121,34,85); }
div.DivClassName
{
background-color: #792255;
}
.BgClassName
{
background-color: #792255;
}
</style>
border-color css
<style>
span { border-color: #792255; }
span { border-color: rgb(121,34,85); }
td.TdClassName
{
border-color: #792255;
}
.TagClassName
{
border-color: #792255;
}
</style>