Shades of Flirt #7C274D
Tints of Flirt #7C274D
RGB
CMYK
RGB Variations
Color information
#7C274D (or 0x7C274D) is known color: Flirt. HEX triplet: 7C, 27 and 4D. RGB value is (124,39,77). Sum of RGB (Red+Green+Blue) = 124+39+77=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C274D is #83D8B2. Grayscale: #444444. Windows color (decimal): -8640691 or 5056380. OLE color: 5056380.
HSL color Cylindrical-coordinate representation of color #7C274D: hue angle of 333.18º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C274D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 77 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.51 |
| HSL | 333.18º | 0.52% | 0.32% | - |
| HSV(B) | 333.18º | 0.69% | 0.49% | - |
| XYZ | 10.38 | 6.27 | 7.68 | - |
| YUV | 68.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 77 | 0 | 0.69 | 0.38 | 0.51 | 333.18 | 0.52 | 0.32 |
| Hex | 7C | 27 | 4D | 0 | 45 | 26 | 33 | 14D | 34 | 20 |
| Octal | 174 | 47 | 115 | 0 | 105 | 46 | 63 | 515 | 64 | 40 |
| Binary | 1111100 | 100111 | 1001101 | 0 | 1000101 | 100110 | 110011 | 101001101 | 110100 | 100000 |
Color Harmonies of #7C274D
Complementary color
Monochromatic Colors of #7C274D
Black with #7C274D
Text Example
Text Example
White with #7C274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C274D; }
p { color: rgb(124,39,77); }
H1.HeaderClassName
{
color: #7C274D;
}
.AnyTagClassName
{
color: #7C274D;
}
</style>
background-color css
<style>
a { background-color: #7C274D; }
a { background-color: rgb(124,39,77); }
div.DivClassName
{
background-color: #7C274D;
}
.BgClassName
{
background-color: #7C274D;
}
</style>
border-color css
<style>
span { border-color: #7C274D; }
span { border-color: rgb(124,39,77); }
td.TdClassName
{
border-color: #7C274D;
}
.TagClassName
{
border-color: #7C274D;
}
</style>