Shades of Flirt #79314B
Tints of Flirt #79314B
RGB
CMYK
RGB Variations
Color information
#79314B (or 0x79314B) is known color: Flirt. HEX triplet: 79, 31 and 4B. RGB value is (121,49,75). Sum of RGB (Red+Green+Blue) = 121+49+75=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #79314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79314B is #86CEB4. Grayscale: #494949. Windows color (decimal): -8834741 or 4927865. OLE color: 4927865.
HSL color Cylindrical-coordinate representation of color #79314B: hue angle of 338.33º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79314B is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 49 | 75 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.53 |
| HSL | 338.33º | 0.42% | 0.33% | - |
| HSV(B) | 338.33º | 0.6% | 0.47% | - |
| XYZ | 10.25 | 6.77 | 7.42 | - |
| YUV | 73.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 49 | 75 | 0 | 0.60 | 0.38 | 0.53 | 338.33 | 0.42 | 0.33 |
| Hex | 79 | 31 | 4B | 0 | 3C | 26 | 35 | 152 | 2A | 21 |
| Octal | 171 | 61 | 113 | 0 | 74 | 46 | 65 | 522 | 52 | 41 |
| Binary | 1111001 | 110001 | 1001011 | 0 | 111100 | 100110 | 110101 | 101010010 | 101010 | 100001 |
Color Harmonies of #79314B
Complementary color
Monochromatic Colors of #79314B
Black with #79314B
Text Example
Text Example
White with #79314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79314B; }
p { color: rgb(121,49,75); }
H1.HeaderClassName
{
color: #79314B;
}
.AnyTagClassName
{
color: #79314B;
}
</style>
background-color css
<style>
a { background-color: #79314B; }
a { background-color: rgb(121,49,75); }
div.DivClassName
{
background-color: #79314B;
}
.BgClassName
{
background-color: #79314B;
}
</style>
border-color css
<style>
span { border-color: #79314B; }
span { border-color: rgb(121,49,75); }
td.TdClassName
{
border-color: #79314B;
}
.TagClassName
{
border-color: #79314B;
}
</style>