Shades of Flirt #7C264B
Tints of Flirt #7C264B
RGB
CMYK
RGB Variations
Color information
#7C264B (or 0x7C264B) is known color: Flirt. HEX triplet: 7C, 26 and 4B. RGB value is (124,38,75). Sum of RGB (Red+Green+Blue) = 124+38+75=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C264B is #83D9B4. Grayscale: #434343. Windows color (decimal): -8640949 or 4925052. OLE color: 4925052.
HSL color Cylindrical-coordinate representation of color #7C264B: hue angle of 334.19º degrees, saturation: 0.53, 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 #7C264B is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 38 | 75 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.51 |
| HSL | 334.19º | 0.53% | 0.32% | - |
| HSV(B) | 334.19º | 0.69% | 0.49% | - |
| XYZ | 10.28 | 6.18 | 7.31 | - |
| YUV | 67.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 75 | 0 | 0.69 | 0.40 | 0.51 | 334.19 | 0.53 | 0.32 |
| Hex | 7C | 26 | 4B | 0 | 45 | 28 | 33 | 14E | 35 | 20 |
| Octal | 174 | 46 | 113 | 0 | 105 | 50 | 63 | 516 | 65 | 40 |
| Binary | 1111100 | 100110 | 1001011 | 0 | 1000101 | 101000 | 110011 | 101001110 | 110101 | 100000 |
Color Harmonies of #7C264B
Complementary color
Monochromatic Colors of #7C264B
Black with #7C264B
Text Example
Text Example
White with #7C264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C264B; }
p { color: rgb(124,38,75); }
H1.HeaderClassName
{
color: #7C264B;
}
.AnyTagClassName
{
color: #7C264B;
}
</style>
background-color css
<style>
a { background-color: #7C264B; }
a { background-color: rgb(124,38,75); }
div.DivClassName
{
background-color: #7C264B;
}
.BgClassName
{
background-color: #7C264B;
}
</style>
border-color css
<style>
span { border-color: #7C264B; }
span { border-color: rgb(124,38,75); }
td.TdClassName
{
border-color: #7C264B;
}
.TagClassName
{
border-color: #7C264B;
}
</style>