Shades of Flirt #7C3451
Tints of Flirt #7C3451
RGB
CMYK
RGB Variations
Color information
#7C3451 (or 0x7C3451) is known color: Flirt. HEX triplet: 7C, 34 and 51. RGB value is (124,52,81). Sum of RGB (Red+Green+Blue) = 124+52+81=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3451 is #83CBAE. Grayscale: #4C4C4C. Windows color (decimal): -8637359 or 5321852. OLE color: 5321852.
HSL color Cylindrical-coordinate representation of color #7C3451: hue angle of 335.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C3451 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 81 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.51 |
| HSL | 335.83º | 0.41% | 0.35% | - |
| HSV(B) | 335.83º | 0.58% | 0.49% | - |
| XYZ | 11.03 | 7.34 | 8.62 | - |
| YUV | 76.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 81 | 0 | 0.58 | 0.35 | 0.51 | 335.83 | 0.41 | 0.35 |
| Hex | 7C | 34 | 51 | 0 | 3A | 23 | 33 | 150 | 29 | 23 |
| Octal | 174 | 64 | 121 | 0 | 72 | 43 | 63 | 520 | 51 | 43 |
| Binary | 1111100 | 110100 | 1010001 | 0 | 111010 | 100011 | 110011 | 101010000 | 101001 | 100011 |
Color Harmonies of #7C3451
Complementary color
Monochromatic Colors of #7C3451
Black with #7C3451
Text Example
Text Example
White with #7C3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3451; }
p { color: rgb(124,52,81); }
H1.HeaderClassName
{
color: #7C3451;
}
.AnyTagClassName
{
color: #7C3451;
}
</style>
background-color css
<style>
a { background-color: #7C3451; }
a { background-color: rgb(124,52,81); }
div.DivClassName
{
background-color: #7C3451;
}
.BgClassName
{
background-color: #7C3451;
}
</style>
border-color css
<style>
span { border-color: #7C3451; }
span { border-color: rgb(124,52,81); }
td.TdClassName
{
border-color: #7C3451;
}
.TagClassName
{
border-color: #7C3451;
}
</style>