Shades of Flirt #7D2959
Tints of Flirt #7D2959
RGB
CMYK
RGB Variations
Color information
#7D2959 (or 0x7D2959) is known color: Flirt. HEX triplet: 7D, 29 and 59. RGB value is (125,41,89). Sum of RGB (Red+Green+Blue) = 125+41+89=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2959 is #82D6A6. Grayscale: #474747. Windows color (decimal): -8574631 or 5843325. OLE color: 5843325.
HSL color Cylindrical-coordinate representation of color #7D2959: hue angle of 325.71º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D2959 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 89 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.51 |
| HSL | 325.71º | 0.51% | 0.33% | - |
| HSV(B) | 325.71º | 0.67% | 0.49% | - |
| XYZ | 11.05 | 6.67 | 10.16 | - |
| YUV | 71.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 89 | 0 | 0.67 | 0.29 | 0.51 | 325.71 | 0.51 | 0.33 |
| Hex | 7D | 29 | 59 | 0 | 43 | 1D | 33 | 146 | 33 | 21 |
| Octal | 175 | 51 | 131 | 0 | 103 | 35 | 63 | 506 | 63 | 41 |
| Binary | 1111101 | 101001 | 1011001 | 0 | 1000011 | 11101 | 110011 | 101000110 | 110011 | 100001 |
Color Harmonies of #7D2959
Complementary color
Monochromatic Colors of #7D2959
Black with #7D2959
Text Example
Text Example
White with #7D2959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2959; }
p { color: rgb(125,41,89); }
H1.HeaderClassName
{
color: #7D2959;
}
.AnyTagClassName
{
color: #7D2959;
}
</style>
background-color css
<style>
a { background-color: #7D2959; }
a { background-color: rgb(125,41,89); }
div.DivClassName
{
background-color: #7D2959;
}
.BgClassName
{
background-color: #7D2959;
}
</style>
border-color css
<style>
span { border-color: #7D2959; }
span { border-color: rgb(125,41,89); }
td.TdClassName
{
border-color: #7D2959;
}
.TagClassName
{
border-color: #7D2959;
}
</style>