Shades of Flirt #7C275B
Tints of Flirt #7C275B
RGB
CMYK
RGB Variations
Color information
#7C275B (or 0x7C275B) is known color: Flirt. HEX triplet: 7C, 27 and 5B. RGB value is (124,39,91). Sum of RGB (Red+Green+Blue) = 124+39+91=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C275B is #83D8A4. Grayscale: #464646. Windows color (decimal): -8640677 or 5973884. OLE color: 5973884.
HSL color Cylindrical-coordinate representation of color #7C275B: hue angle of 323.29º degrees, saturation: 0.52, 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 #7C275B is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 91 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.51 |
| HSL | 323.29º | 0.52% | 0.32% | - |
| HSV(B) | 323.29º | 0.69% | 0.49% | - |
| XYZ | 10.93 | 6.49 | 10.57 | - |
| YUV | 70.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 91 | 0 | 0.69 | 0.27 | 0.51 | 323.29 | 0.52 | 0.32 |
| Hex | 7C | 27 | 5B | 0 | 45 | 1B | 33 | 143 | 34 | 20 |
| Octal | 174 | 47 | 133 | 0 | 105 | 33 | 63 | 503 | 64 | 40 |
| Binary | 1111100 | 100111 | 1011011 | 0 | 1000101 | 11011 | 110011 | 101000011 | 110100 | 100000 |
Color Harmonies of #7C275B
Complementary color
Monochromatic Colors of #7C275B
Black with #7C275B
Text Example
Text Example
White with #7C275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C275B; }
p { color: rgb(124,39,91); }
H1.HeaderClassName
{
color: #7C275B;
}
.AnyTagClassName
{
color: #7C275B;
}
</style>
background-color css
<style>
a { background-color: #7C275B; }
a { background-color: rgb(124,39,91); }
div.DivClassName
{
background-color: #7C275B;
}
.BgClassName
{
background-color: #7C275B;
}
</style>
border-color css
<style>
span { border-color: #7C275B; }
span { border-color: rgb(124,39,91); }
td.TdClassName
{
border-color: #7C275B;
}
.TagClassName
{
border-color: #7C275B;
}
</style>