Shades of Finn #713D59
Tints of Finn #713D59
RGB
CMYK
RGB Variations
Color information
#713D59 (or 0x713D59) is known color: Finn. HEX triplet: 71, 3D and 59. RGB value is (113,61,89). Sum of RGB (Red+Green+Blue) = 113+61+89=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #713D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713D59 is #8EC2A6. Grayscale: #4F4F4F. Windows color (decimal): -9355943 or 5848433. OLE color: 5848433.
HSL color Cylindrical-coordinate representation of color #713D59: hue angle of 327.69º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #713D59 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 89 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.56 |
| HSL | 327.69º | 0.3% | 0.34% | - |
| HSV(B) | 327.69º | 0.46% | 0.44% | - |
| XYZ | 10.28 | 7.57 | 10.37 | - |
| YUV | 79.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 89 | 0 | 0.46 | 0.21 | 0.56 | 327.69 | 0.3 | 0.34 |
| Hex | 71 | 3D | 59 | 0 | 2E | 15 | 38 | 148 | 1E | 22 |
| Octal | 161 | 75 | 131 | 0 | 56 | 25 | 70 | 510 | 36 | 42 |
| Binary | 1110001 | 111101 | 1011001 | 0 | 101110 | 10101 | 111000 | 101001000 | 11110 | 100010 |
Color Harmonies of #713D59
Complementary color
Monochromatic Colors of #713D59
Black with #713D59
Text Example
Text Example
White with #713D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D59; }
p { color: rgb(113,61,89); }
H1.HeaderClassName
{
color: #713D59;
}
.AnyTagClassName
{
color: #713D59;
}
</style>
background-color css
<style>
a { background-color: #713D59; }
a { background-color: rgb(113,61,89); }
div.DivClassName
{
background-color: #713D59;
}
.BgClassName
{
background-color: #713D59;
}
</style>
border-color css
<style>
span { border-color: #713D59; }
span { border-color: rgb(113,61,89); }
td.TdClassName
{
border-color: #713D59;
}
.TagClassName
{
border-color: #713D59;
}
</style>