Shades of Flirt #792E5C
Tints of Flirt #792E5C
RGB
CMYK
RGB Variations
Color information
#792E5C (or 0x792E5C) is known color: Flirt. HEX triplet: 79, 2E and 5C. RGB value is (121,46,92). Sum of RGB (Red+Green+Blue) = 121+46+92=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #792E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792E5C is #86D1A3. Grayscale: #494949. Windows color (decimal): -8835492 or 6041209. OLE color: 6041209.
HSL color Cylindrical-coordinate representation of color #792E5C: hue angle of 323.2º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #792E5C is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 92 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.53 |
| HSL | 323.2º | 0.45% | 0.33% | - |
| HSV(B) | 323.2º | 0.62% | 0.47% | - |
| XYZ | 10.79 | 6.79 | 10.87 | - |
| YUV | 73.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 92 | 0 | 0.62 | 0.24 | 0.53 | 323.2 | 0.45 | 0.33 |
| Hex | 79 | 2E | 5C | 0 | 3E | 18 | 35 | 143 | 2D | 21 |
| Octal | 171 | 56 | 134 | 0 | 76 | 30 | 65 | 503 | 55 | 41 |
| Binary | 1111001 | 101110 | 1011100 | 0 | 111110 | 11000 | 110101 | 101000011 | 101101 | 100001 |
Color Harmonies of #792E5C
Complementary color
Monochromatic Colors of #792E5C
Black with #792E5C
Text Example
Text Example
White with #792E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E5C; }
p { color: rgb(121,46,92); }
H1.HeaderClassName
{
color: #792E5C;
}
.AnyTagClassName
{
color: #792E5C;
}
</style>
background-color css
<style>
a { background-color: #792E5C; }
a { background-color: rgb(121,46,92); }
div.DivClassName
{
background-color: #792E5C;
}
.BgClassName
{
background-color: #792E5C;
}
</style>
border-color css
<style>
span { border-color: #792E5C; }
span { border-color: rgb(121,46,92); }
td.TdClassName
{
border-color: #792E5C;
}
.TagClassName
{
border-color: #792E5C;
}
</style>