Shades of Flirt #7D3559
Tints of Flirt #7D3559
RGB
CMYK
RGB Variations
Color information
#7D3559 (or 0x7D3559) is known color: Flirt. HEX triplet: 7D, 35 and 59. RGB value is (125,53,89). Sum of RGB (Red+Green+Blue) = 125+53+89=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3559 is #82CAA6. Grayscale: #4E4E4E. Windows color (decimal): -8571559 or 5846397. OLE color: 5846397.
HSL color Cylindrical-coordinate representation of color #7D3559: hue angle of 330º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D3559 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 53 | 89 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.51 |
| HSL | 330º | 0.4% | 0.35% | - |
| HSV(B) | 330º | 0.58% | 0.49% | - |
| XYZ | 11.53 | 7.63 | 10.32 | - |
| YUV | 78.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 53 | 89 | 0 | 0.58 | 0.29 | 0.51 | 330 | 0.4 | 0.35 |
| Hex | 7D | 35 | 59 | 0 | 3A | 1D | 33 | 14A | 28 | 23 |
| Octal | 175 | 65 | 131 | 0 | 72 | 35 | 63 | 512 | 50 | 43 |
| Binary | 1111101 | 110101 | 1011001 | 0 | 111010 | 11101 | 110011 | 101001010 | 101000 | 100011 |
Color Harmonies of #7D3559
Complementary color
Monochromatic Colors of #7D3559
Black with #7D3559
Text Example
Text Example
White with #7D3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3559; }
p { color: rgb(125,53,89); }
H1.HeaderClassName
{
color: #7D3559;
}
.AnyTagClassName
{
color: #7D3559;
}
</style>
background-color css
<style>
a { background-color: #7D3559; }
a { background-color: rgb(125,53,89); }
div.DivClassName
{
background-color: #7D3559;
}
.BgClassName
{
background-color: #7D3559;
}
</style>
border-color css
<style>
span { border-color: #7D3559; }
span { border-color: rgb(125,53,89); }
td.TdClassName
{
border-color: #7D3559;
}
.TagClassName
{
border-color: #7D3559;
}
</style>