Shades of Flirt #7D2C59
Tints of Flirt #7D2C59
RGB
CMYK
RGB Variations
Color information
#7D2C59 (or 0x7D2C59) is known color: Flirt. HEX triplet: 7D, 2C and 59. RGB value is (125,44,89). Sum of RGB (Red+Green+Blue) = 125+44+89=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2C59 is #82D3A6. Grayscale: #494949. Windows color (decimal): -8573863 or 5844093. OLE color: 5844093.
HSL color Cylindrical-coordinate representation of color #7D2C59: hue angle of 326.67º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D2C59 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 44 | 89 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.51 |
| HSL | 326.67º | 0.48% | 0.33% | - |
| HSV(B) | 326.67º | 0.65% | 0.49% | - |
| XYZ | 11.16 | 6.88 | 10.19 | - |
| YUV | 73.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 44 | 89 | 0 | 0.65 | 0.29 | 0.51 | 326.67 | 0.48 | 0.33 |
| Hex | 7D | 2C | 59 | 0 | 41 | 1D | 33 | 147 | 30 | 21 |
| Octal | 175 | 54 | 131 | 0 | 101 | 35 | 63 | 507 | 60 | 41 |
| Binary | 1111101 | 101100 | 1011001 | 0 | 1000001 | 11101 | 110011 | 101000111 | 110000 | 100001 |
Color Harmonies of #7D2C59
Complementary color
Monochromatic Colors of #7D2C59
Black with #7D2C59
Text Example
Text Example
White with #7D2C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2C59; }
p { color: rgb(125,44,89); }
H1.HeaderClassName
{
color: #7D2C59;
}
.AnyTagClassName
{
color: #7D2C59;
}
</style>
background-color css
<style>
a { background-color: #7D2C59; }
a { background-color: rgb(125,44,89); }
div.DivClassName
{
background-color: #7D2C59;
}
.BgClassName
{
background-color: #7D2C59;
}
</style>
border-color css
<style>
span { border-color: #7D2C59; }
span { border-color: rgb(125,44,89); }
td.TdClassName
{
border-color: #7D2C59;
}
.TagClassName
{
border-color: #7D2C59;
}
</style>