Shades of Flirt #712E57
Tints of Flirt #712E57
RGB
CMYK
RGB Variations
Color information
#712E57 (or 0x712E57) is known color: Flirt. HEX triplet: 71, 2E and 57. RGB value is (113,46,87). Sum of RGB (Red+Green+Blue) = 113+46+87=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #712E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712E57 is #8ED1A8. Grayscale: #464646. Windows color (decimal): -9359785 or 5713521. OLE color: 5713521.
HSL color Cylindrical-coordinate representation of color #712E57: hue angle of 323.28º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #712E57 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 87 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.56 |
| HSL | 323.28º | 0.42% | 0.31% | - |
| HSV(B) | 323.28º | 0.59% | 0.44% | - |
| XYZ | 9.51 | 6.15 | 9.7 | - |
| YUV | 70.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 87 | 0 | 0.59 | 0.23 | 0.56 | 323.28 | 0.42 | 0.31 |
| Hex | 71 | 2E | 57 | 0 | 3B | 17 | 38 | 143 | 2A | 1F |
| Octal | 161 | 56 | 127 | 0 | 73 | 27 | 70 | 503 | 52 | 37 |
| Binary | 1110001 | 101110 | 1010111 | 0 | 111011 | 10111 | 111000 | 101000011 | 101010 | 11111 |
Color Harmonies of #712E57
Complementary color
Monochromatic Colors of #712E57
Black with #712E57
Text Example
Text Example
White with #712E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E57; }
p { color: rgb(113,46,87); }
H1.HeaderClassName
{
color: #712E57;
}
.AnyTagClassName
{
color: #712E57;
}
</style>
background-color css
<style>
a { background-color: #712E57; }
a { background-color: rgb(113,46,87); }
div.DivClassName
{
background-color: #712E57;
}
.BgClassName
{
background-color: #712E57;
}
</style>
border-color css
<style>
span { border-color: #712E57; }
span { border-color: rgb(113,46,87); }
td.TdClassName
{
border-color: #712E57;
}
.TagClassName
{
border-color: #712E57;
}
</style>