Shades of Flirt #79275B
Tints of Flirt #79275B
RGB
CMYK
RGB Variations
Color information
#79275B (or 0x79275B) is known color: Flirt. HEX triplet: 79, 27 and 5B. RGB value is (121,39,91). Sum of RGB (Red+Green+Blue) = 121+39+91=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #79275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79275B is #86D8A4. Grayscale: #454545. Windows color (decimal): -8837285 or 5973881. OLE color: 5973881.
HSL color Cylindrical-coordinate representation of color #79275B: hue angle of 321.95º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #79275B is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 39 | 91 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.53 |
| HSL | 321.95º | 0.51% | 0.31% | - |
| HSV(B) | 321.95º | 0.68% | 0.47% | - |
| XYZ | 10.5 | 6.27 | 10.55 | - |
| YUV | 69.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 39 | 91 | 0 | 0.68 | 0.25 | 0.53 | 321.95 | 0.51 | 0.31 |
| Hex | 79 | 27 | 5B | 0 | 44 | 19 | 35 | 142 | 33 | 1F |
| Octal | 171 | 47 | 133 | 0 | 104 | 31 | 65 | 502 | 63 | 37 |
| Binary | 1111001 | 100111 | 1011011 | 0 | 1000100 | 11001 | 110101 | 101000010 | 110011 | 11111 |
Color Harmonies of #79275B
Complementary color
Monochromatic Colors of #79275B
Black with #79275B
Text Example
Text Example
White with #79275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79275B; }
p { color: rgb(121,39,91); }
H1.HeaderClassName
{
color: #79275B;
}
.AnyTagClassName
{
color: #79275B;
}
</style>
background-color css
<style>
a { background-color: #79275B; }
a { background-color: rgb(121,39,91); }
div.DivClassName
{
background-color: #79275B;
}
.BgClassName
{
background-color: #79275B;
}
</style>
border-color css
<style>
span { border-color: #79275B; }
span { border-color: rgb(121,39,91); }
td.TdClassName
{
border-color: #79275B;
}
.TagClassName
{
border-color: #79275B;
}
</style>