Shades of Flirt #7C1F52
Tints of Flirt #7C1F52
RGB
CMYK
RGB Variations
Color information
#7C1F52 (or 0x7C1F52) is known color: Flirt. HEX triplet: 7C, 1F and 52. RGB value is (124,31,82). Sum of RGB (Red+Green+Blue) = 124+31+82=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1F52 is #83E0AD. Grayscale: #404040. Windows color (decimal): -8642734 or 5382012. OLE color: 5382012.
HSL color Cylindrical-coordinate representation of color #7C1F52: hue angle of 327.1º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C1F52 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 31 | 82 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.51 |
| HSL | 327.1º | 0.6% | 0.3% | - |
| HSV(B) | 327.1º | 0.75% | 0.49% | - |
| XYZ | 10.33 | 5.87 | 8.57 | - |
| YUV | 64.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 31 | 82 | 0 | 0.75 | 0.34 | 0.51 | 327.1 | 0.6 | 0.3 |
| Hex | 7C | 1F | 52 | 0 | 4B | 22 | 33 | 147 | 3C | 1E |
| Octal | 174 | 37 | 122 | 0 | 113 | 42 | 63 | 507 | 74 | 36 |
| Binary | 1111100 | 11111 | 1010010 | 0 | 1001011 | 100010 | 110011 | 101000111 | 111100 | 11110 |
Color Harmonies of #7C1F52
Complementary color
Monochromatic Colors of #7C1F52
Black with #7C1F52
Text Example
Text Example
White with #7C1F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1F52; }
p { color: rgb(124,31,82); }
H1.HeaderClassName
{
color: #7C1F52;
}
.AnyTagClassName
{
color: #7C1F52;
}
</style>
background-color css
<style>
a { background-color: #7C1F52; }
a { background-color: rgb(124,31,82); }
div.DivClassName
{
background-color: #7C1F52;
}
.BgClassName
{
background-color: #7C1F52;
}
</style>
border-color css
<style>
span { border-color: #7C1F52; }
span { border-color: rgb(124,31,82); }
td.TdClassName
{
border-color: #7C1F52;
}
.TagClassName
{
border-color: #7C1F52;
}
</style>