Shades of Flirt #7C2943
Tints of Flirt #7C2943
RGB
CMYK
RGB Variations
Color information
#7C2943 (or 0x7C2943) is known color: Flirt. HEX triplet: 7C, 29 and 43. RGB value is (124,41,67). Sum of RGB (Red+Green+Blue) = 124+41+67=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2943 is #83D6BC. Grayscale: #444444. Windows color (decimal): -8640189 or 4401532. OLE color: 4401532.
HSL color Cylindrical-coordinate representation of color #7C2943: hue angle of 341.2º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C2943 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 67 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.51 |
| HSL | 341.2º | 0.5% | 0.32% | - |
| HSV(B) | 341.2º | 0.67% | 0.49% | - |
| XYZ | 10.12 | 6.28 | 5.99 | - |
| YUV | 68.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 67 | 0 | 0.67 | 0.46 | 0.51 | 341.2 | 0.5 | 0.32 |
| Hex | 7C | 29 | 43 | 0 | 43 | 2E | 33 | 155 | 32 | 20 |
| Octal | 174 | 51 | 103 | 0 | 103 | 56 | 63 | 525 | 62 | 40 |
| Binary | 1111100 | 101001 | 1000011 | 0 | 1000011 | 101110 | 110011 | 101010101 | 110010 | 100000 |
Color Harmonies of #7C2943
Complementary color
Monochromatic Colors of #7C2943
Black with #7C2943
Text Example
Text Example
White with #7C2943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2943; }
p { color: rgb(124,41,67); }
H1.HeaderClassName
{
color: #7C2943;
}
.AnyTagClassName
{
color: #7C2943;
}
</style>
background-color css
<style>
a { background-color: #7C2943; }
a { background-color: rgb(124,41,67); }
div.DivClassName
{
background-color: #7C2943;
}
.BgClassName
{
background-color: #7C2943;
}
</style>
border-color css
<style>
span { border-color: #7C2943; }
span { border-color: rgb(124,41,67); }
td.TdClassName
{
border-color: #7C2943;
}
.TagClassName
{
border-color: #7C2943;
}
</style>