Shades of Flirt #712D58
Tints of Flirt #712D58
RGB
CMYK
RGB Variations
Color information
#712D58 (or 0x712D58) is known color: Flirt. HEX triplet: 71, 2D and 58. RGB value is (113,45,88). Sum of RGB (Red+Green+Blue) = 113+45+88=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #712D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712D58 is #8ED2A7. Grayscale: #464646. Windows color (decimal): -9360040 or 5778801. OLE color: 5778801.
HSL color Cylindrical-coordinate representation of color #712D58: hue angle of 322.06º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #712D58 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 88 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.56 |
| HSL | 322.06º | 0.43% | 0.31% | - |
| HSV(B) | 322.06º | 0.6% | 0.44% | - |
| XYZ | 9.51 | 6.09 | 9.91 | - |
| YUV | 70.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 88 | 0 | 0.60 | 0.22 | 0.56 | 322.06 | 0.43 | 0.31 |
| Hex | 71 | 2D | 58 | 0 | 3C | 16 | 38 | 142 | 2B | 1F |
| Octal | 161 | 55 | 130 | 0 | 74 | 26 | 70 | 502 | 53 | 37 |
| Binary | 1110001 | 101101 | 1011000 | 0 | 111100 | 10110 | 111000 | 101000010 | 101011 | 11111 |
Color Harmonies of #712D58
Complementary color
Monochromatic Colors of #712D58
Black with #712D58
Text Example
Text Example
White with #712D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D58; }
p { color: rgb(113,45,88); }
H1.HeaderClassName
{
color: #712D58;
}
.AnyTagClassName
{
color: #712D58;
}
</style>
background-color css
<style>
a { background-color: #712D58; }
a { background-color: rgb(113,45,88); }
div.DivClassName
{
background-color: #712D58;
}
.BgClassName
{
background-color: #712D58;
}
</style>
border-color css
<style>
span { border-color: #712D58; }
span { border-color: rgb(113,45,88); }
td.TdClassName
{
border-color: #712D58;
}
.TagClassName
{
border-color: #712D58;
}
</style>