Shades of Finn #713F57
Tints of Finn #713F57
RGB
CMYK
RGB Variations
Color information
#713F57 (or 0x713F57) is known color: Finn. HEX triplet: 71, 3F and 57. RGB value is (113,63,87). Sum of RGB (Red+Green+Blue) = 113+63+87=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #713F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F57 is #8EC0A8. Grayscale: #505050. Windows color (decimal): -9355433 or 5717873. OLE color: 5717873.
HSL color Cylindrical-coordinate representation of color #713F57: hue angle of 331.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #713F57 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 87 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.56 |
| HSL | 331.2º | 0.28% | 0.35% | - |
| HSV(B) | 331.2º | 0.44% | 0.44% | - |
| XYZ | 10.31 | 7.75 | 9.97 | - |
| YUV | 80.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 87 | 0 | 0.44 | 0.23 | 0.56 | 331.2 | 0.28 | 0.35 |
| Hex | 71 | 3F | 57 | 0 | 2C | 17 | 38 | 14B | 1C | 23 |
| Octal | 161 | 77 | 127 | 0 | 54 | 27 | 70 | 513 | 34 | 43 |
| Binary | 1110001 | 111111 | 1010111 | 0 | 101100 | 10111 | 111000 | 101001011 | 11100 | 100011 |
Color Harmonies of #713F57
Complementary color
Monochromatic Colors of #713F57
Black with #713F57
Text Example
Text Example
White with #713F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F57; }
p { color: rgb(113,63,87); }
H1.HeaderClassName
{
color: #713F57;
}
.AnyTagClassName
{
color: #713F57;
}
</style>
background-color css
<style>
a { background-color: #713F57; }
a { background-color: rgb(113,63,87); }
div.DivClassName
{
background-color: #713F57;
}
.BgClassName
{
background-color: #713F57;
}
</style>
border-color css
<style>
span { border-color: #713F57; }
span { border-color: rgb(113,63,87); }
td.TdClassName
{
border-color: #713F57;
}
.TagClassName
{
border-color: #713F57;
}
</style>