Shades of Flirt #7C3351
Tints of Flirt #7C3351
RGB
CMYK
RGB Variations
Color information
#7C3351 (or 0x7C3351) is known color: Flirt. HEX triplet: 7C, 33 and 51. RGB value is (124,51,81). Sum of RGB (Red+Green+Blue) = 124+51+81=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3351 is #83CCAE. Grayscale: #4C4C4C. Windows color (decimal): -8637615 or 5321596. OLE color: 5321596.
HSL color Cylindrical-coordinate representation of color #7C3351: hue angle of 335.34º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C3351 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 81 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.51 |
| HSL | 335.34º | 0.42% | 0.34% | - |
| HSV(B) | 335.34º | 0.59% | 0.49% | - |
| XYZ | 10.98 | 7.25 | 8.6 | - |
| YUV | 76.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 81 | 0 | 0.59 | 0.35 | 0.51 | 335.34 | 0.42 | 0.34 |
| Hex | 7C | 33 | 51 | 0 | 3B | 23 | 33 | 14F | 2A | 22 |
| Octal | 174 | 63 | 121 | 0 | 73 | 43 | 63 | 517 | 52 | 42 |
| Binary | 1111100 | 110011 | 1010001 | 0 | 111011 | 100011 | 110011 | 101001111 | 101010 | 100010 |
Color Harmonies of #7C3351
Complementary color
Monochromatic Colors of #7C3351
Black with #7C3351
Text Example
Text Example
White with #7C3351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3351; }
p { color: rgb(124,51,81); }
H1.HeaderClassName
{
color: #7C3351;
}
.AnyTagClassName
{
color: #7C3351;
}
</style>
background-color css
<style>
a { background-color: #7C3351; }
a { background-color: rgb(124,51,81); }
div.DivClassName
{
background-color: #7C3351;
}
.BgClassName
{
background-color: #7C3351;
}
</style>
border-color css
<style>
span { border-color: #7C3351; }
span { border-color: rgb(124,51,81); }
td.TdClassName
{
border-color: #7C3351;
}
.TagClassName
{
border-color: #7C3351;
}
</style>