Shades of Finn #713D58
Tints of Finn #713D58
RGB
CMYK
RGB Variations
Color information
#713D58 (or 0x713D58) is known color: Finn. HEX triplet: 71, 3D and 58. RGB value is (113,61,88). Sum of RGB (Red+Green+Blue) = 113+61+88=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #713D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713D58 is #8EC2A7. Grayscale: #4F4F4F. Windows color (decimal): -9355944 or 5782897. OLE color: 5782897.
HSL color Cylindrical-coordinate representation of color #713D58: hue angle of 328.85º 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 #713D58 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 88 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.56 |
| HSL | 328.85º | 0.3% | 0.34% | - |
| HSV(B) | 328.85º | 0.46% | 0.44% | - |
| XYZ | 10.24 | 7.55 | 10.15 | - |
| YUV | 79.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 88 | 0 | 0.46 | 0.22 | 0.56 | 328.85 | 0.3 | 0.34 |
| Hex | 71 | 3D | 58 | 0 | 2E | 16 | 38 | 149 | 1E | 22 |
| Octal | 161 | 75 | 130 | 0 | 56 | 26 | 70 | 511 | 36 | 42 |
| Binary | 1110001 | 111101 | 1011000 | 0 | 101110 | 10110 | 111000 | 101001001 | 11110 | 100010 |
Color Harmonies of #713D58
Complementary color
Monochromatic Colors of #713D58
Black with #713D58
Text Example
Text Example
White with #713D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D58; }
p { color: rgb(113,61,88); }
H1.HeaderClassName
{
color: #713D58;
}
.AnyTagClassName
{
color: #713D58;
}
</style>
background-color css
<style>
a { background-color: #713D58; }
a { background-color: rgb(113,61,88); }
div.DivClassName
{
background-color: #713D58;
}
.BgClassName
{
background-color: #713D58;
}
</style>
border-color css
<style>
span { border-color: #713D58; }
span { border-color: rgb(113,61,88); }
td.TdClassName
{
border-color: #713D58;
}
.TagClassName
{
border-color: #713D58;
}
</style>