Shades of Finn #713D56
Tints of Finn #713D56
RGB
CMYK
RGB Variations
Color information
#713D56 (or 0x713D56) is known color: Finn. HEX triplet: 71, 3D and 56. RGB value is (113,61,86). Sum of RGB (Red+Green+Blue) = 113+61+86=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #713D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713D56 is #8EC2A9. Grayscale: #4F4F4F. Windows color (decimal): -9355946 or 5651825. OLE color: 5651825.
HSL color Cylindrical-coordinate representation of color #713D56: hue angle of 331.15º 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 #713D56 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 86 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.56 |
| HSL | 331.15º | 0.3% | 0.34% | - |
| HSV(B) | 331.15º | 0.46% | 0.44% | - |
| XYZ | 10.16 | 7.52 | 9.72 | - |
| YUV | 79.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 86 | 0 | 0.46 | 0.24 | 0.56 | 331.15 | 0.3 | 0.34 |
| Hex | 71 | 3D | 56 | 0 | 2E | 18 | 38 | 14B | 1E | 22 |
| Octal | 161 | 75 | 126 | 0 | 56 | 30 | 70 | 513 | 36 | 42 |
| Binary | 1110001 | 111101 | 1010110 | 0 | 101110 | 11000 | 111000 | 101001011 | 11110 | 100010 |
Color Harmonies of #713D56
Complementary color
Monochromatic Colors of #713D56
Black with #713D56
Text Example
Text Example
White with #713D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D56; }
p { color: rgb(113,61,86); }
H1.HeaderClassName
{
color: #713D56;
}
.AnyTagClassName
{
color: #713D56;
}
</style>
background-color css
<style>
a { background-color: #713D56; }
a { background-color: rgb(113,61,86); }
div.DivClassName
{
background-color: #713D56;
}
.BgClassName
{
background-color: #713D56;
}
</style>
border-color css
<style>
span { border-color: #713D56; }
span { border-color: rgb(113,61,86); }
td.TdClassName
{
border-color: #713D56;
}
.TagClassName
{
border-color: #713D56;
}
</style>