Shades of Finn #713F58
Tints of Finn #713F58
RGB
CMYK
RGB Variations
Color information
#713F58 (or 0x713F58) is known color: Finn. HEX triplet: 71, 3F and 58. RGB value is (113,63,88). Sum of RGB (Red+Green+Blue) = 113+63+88=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #713F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F58 is #8EC0A7. Grayscale: #505050. Windows color (decimal): -9355432 or 5783409. OLE color: 5783409.
HSL color Cylindrical-coordinate representation of color #713F58: hue angle of 330º 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 #713F58 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 88 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.56 |
| HSL | 330º | 0.28% | 0.35% | - |
| HSV(B) | 330º | 0.44% | 0.44% | - |
| XYZ | 10.35 | 7.77 | 10.19 | - |
| YUV | 80.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 88 | 0 | 0.44 | 0.22 | 0.56 | 330 | 0.28 | 0.35 |
| Hex | 71 | 3F | 58 | 0 | 2C | 16 | 38 | 14A | 1C | 23 |
| Octal | 161 | 77 | 130 | 0 | 54 | 26 | 70 | 512 | 34 | 43 |
| Binary | 1110001 | 111111 | 1011000 | 0 | 101100 | 10110 | 111000 | 101001010 | 11100 | 100011 |
Color Harmonies of #713F58
Complementary color
Monochromatic Colors of #713F58
Black with #713F58
Text Example
Text Example
White with #713F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F58; }
p { color: rgb(113,63,88); }
H1.HeaderClassName
{
color: #713F58;
}
.AnyTagClassName
{
color: #713F58;
}
</style>
background-color css
<style>
a { background-color: #713F58; }
a { background-color: rgb(113,63,88); }
div.DivClassName
{
background-color: #713F58;
}
.BgClassName
{
background-color: #713F58;
}
</style>
border-color css
<style>
span { border-color: #713F58; }
span { border-color: rgb(113,63,88); }
td.TdClassName
{
border-color: #713F58;
}
.TagClassName
{
border-color: #713F58;
}
</style>