Shades of Flirt #7D365C
Tints of Flirt #7D365C
RGB
CMYK
RGB Variations
Color information
#7D365C (or 0x7D365C) is known color: Flirt. HEX triplet: 7D, 36 and 5C. RGB value is (125,54,92). Sum of RGB (Red+Green+Blue) = 125+54+92=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D365C is #82C9A3. Grayscale: #4F4F4F. Windows color (decimal): -8571300 or 6043261. OLE color: 6043261.
HSL color Cylindrical-coordinate representation of color #7D365C: hue angle of 327.89º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D365C is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 54 | 92 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.51 |
| HSL | 327.89º | 0.4% | 0.35% | - |
| HSV(B) | 327.89º | 0.57% | 0.49% | - |
| XYZ | 11.71 | 7.77 | 11.01 | - |
| YUV | 79.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 92 | 0 | 0.57 | 0.26 | 0.51 | 327.89 | 0.4 | 0.35 |
| Hex | 7D | 36 | 5C | 0 | 39 | 1A | 33 | 148 | 28 | 23 |
| Octal | 175 | 66 | 134 | 0 | 71 | 32 | 63 | 510 | 50 | 43 |
| Binary | 1111101 | 110110 | 1011100 | 0 | 111001 | 11010 | 110011 | 101001000 | 101000 | 100011 |
Color Harmonies of #7D365C
Complementary color
Monochromatic Colors of #7D365C
Black with #7D365C
Text Example
Text Example
White with #7D365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D365C; }
p { color: rgb(125,54,92); }
H1.HeaderClassName
{
color: #7D365C;
}
.AnyTagClassName
{
color: #7D365C;
}
</style>
background-color css
<style>
a { background-color: #7D365C; }
a { background-color: rgb(125,54,92); }
div.DivClassName
{
background-color: #7D365C;
}
.BgClassName
{
background-color: #7D365C;
}
</style>
border-color css
<style>
span { border-color: #7D365C; }
span { border-color: rgb(125,54,92); }
td.TdClassName
{
border-color: #7D365C;
}
.TagClassName
{
border-color: #7D365C;
}
</style>