Shades of Finn #713F50
Tints of Finn #713F50
RGB
CMYK
RGB Variations
Color information
#713F50 (or 0x713F50) is known color: Finn. HEX triplet: 71, 3F and 50. RGB value is (113,63,80). Sum of RGB (Red+Green+Blue) = 113+63+80=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #713F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F50 is #8EC0AF. Grayscale: #4F4F4F. Windows color (decimal): -9355440 or 5259121. OLE color: 5259121.
HSL color Cylindrical-coordinate representation of color #713F50: hue angle of 339.6º 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 #713F50 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 80 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.56 |
| HSL | 339.6º | 0.28% | 0.35% | - |
| HSV(B) | 339.6º | 0.44% | 0.44% | - |
| XYZ | 10.04 | 7.64 | 8.54 | - |
| YUV | 79.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 80 | 0 | 0.44 | 0.29 | 0.56 | 339.6 | 0.28 | 0.35 |
| Hex | 71 | 3F | 50 | 0 | 2C | 1D | 38 | 154 | 1C | 23 |
| Octal | 161 | 77 | 120 | 0 | 54 | 35 | 70 | 524 | 34 | 43 |
| Binary | 1110001 | 111111 | 1010000 | 0 | 101100 | 11101 | 111000 | 101010100 | 11100 | 100011 |
Color Harmonies of #713F50
Complementary color
Monochromatic Colors of #713F50
Black with #713F50
Text Example
Text Example
White with #713F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F50; }
p { color: rgb(113,63,80); }
H1.HeaderClassName
{
color: #713F50;
}
.AnyTagClassName
{
color: #713F50;
}
</style>
background-color css
<style>
a { background-color: #713F50; }
a { background-color: rgb(113,63,80); }
div.DivClassName
{
background-color: #713F50;
}
.BgClassName
{
background-color: #713F50;
}
</style>
border-color css
<style>
span { border-color: #713F50; }
span { border-color: rgb(113,63,80); }
td.TdClassName
{
border-color: #713F50;
}
.TagClassName
{
border-color: #713F50;
}
</style>