Shades of Flirt #7C2842
Tints of Flirt #7C2842
RGB
CMYK
RGB Variations
Color information
#7C2842 (or 0x7C2842) is known color: Flirt. HEX triplet: 7C, 28 and 42. RGB value is (124,40,66). Sum of RGB (Red+Green+Blue) = 124+40+66=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2842 is #83D7BD. Grayscale: #444444. Windows color (decimal): -8640446 or 4335740. OLE color: 4335740.
HSL color Cylindrical-coordinate representation of color #7C2842: hue angle of 341.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C2842 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 66 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.51 |
| HSL | 341.43º | 0.51% | 0.32% | - |
| HSV(B) | 341.43º | 0.68% | 0.49% | - |
| XYZ | 10.05 | 6.2 | 5.82 | - |
| YUV | 68.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 66 | 0 | 0.68 | 0.47 | 0.51 | 341.43 | 0.51 | 0.32 |
| Hex | 7C | 28 | 42 | 0 | 44 | 2F | 33 | 155 | 33 | 20 |
| Octal | 174 | 50 | 102 | 0 | 104 | 57 | 63 | 525 | 63 | 40 |
| Binary | 1111100 | 101000 | 1000010 | 0 | 1000100 | 101111 | 110011 | 101010101 | 110011 | 100000 |
Color Harmonies of #7C2842
Complementary color
Monochromatic Colors of #7C2842
Black with #7C2842
Text Example
Text Example
White with #7C2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2842; }
p { color: rgb(124,40,66); }
H1.HeaderClassName
{
color: #7C2842;
}
.AnyTagClassName
{
color: #7C2842;
}
</style>
background-color css
<style>
a { background-color: #7C2842; }
a { background-color: rgb(124,40,66); }
div.DivClassName
{
background-color: #7C2842;
}
.BgClassName
{
background-color: #7C2842;
}
</style>
border-color css
<style>
span { border-color: #7C2842; }
span { border-color: rgb(124,40,66); }
td.TdClassName
{
border-color: #7C2842;
}
.TagClassName
{
border-color: #7C2842;
}
</style>