Shades of Flirt #7C2448
Tints of Flirt #7C2448
RGB
CMYK
RGB Variations
Color information
#7C2448 (or 0x7C2448) is known color: Flirt. HEX triplet: 7C, 24 and 48. RGB value is (124,36,72). Sum of RGB (Red+Green+Blue) = 124+36+72=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2448 is #83DBB7. Grayscale: #424242. Windows color (decimal): -8641464 or 4727932. OLE color: 4727932.
HSL color Cylindrical-coordinate representation of color #7C2448: hue angle of 335.45º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C2448 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 36 | 72 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.51 |
| HSL | 335.45º | 0.55% | 0.31% | - |
| HSV(B) | 335.45º | 0.71% | 0.49% | - |
| XYZ | 10.11 | 6.01 | 6.76 | - |
| YUV | 66.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 72 | 0 | 0.71 | 0.42 | 0.51 | 335.45 | 0.55 | 0.31 |
| Hex | 7C | 24 | 48 | 0 | 47 | 2A | 33 | 14F | 37 | 1F |
| Octal | 174 | 44 | 110 | 0 | 107 | 52 | 63 | 517 | 67 | 37 |
| Binary | 1111100 | 100100 | 1001000 | 0 | 1000111 | 101010 | 110011 | 101001111 | 110111 | 11111 |
Color Harmonies of #7C2448
Complementary color
Monochromatic Colors of #7C2448
Black with #7C2448
Text Example
Text Example
White with #7C2448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2448; }
p { color: rgb(124,36,72); }
H1.HeaderClassName
{
color: #7C2448;
}
.AnyTagClassName
{
color: #7C2448;
}
</style>
background-color css
<style>
a { background-color: #7C2448; }
a { background-color: rgb(124,36,72); }
div.DivClassName
{
background-color: #7C2448;
}
.BgClassName
{
background-color: #7C2448;
}
</style>
border-color css
<style>
span { border-color: #7C2448; }
span { border-color: rgb(124,36,72); }
td.TdClassName
{
border-color: #7C2448;
}
.TagClassName
{
border-color: #7C2448;
}
</style>