Shades of Finn #713F4F
Tints of Finn #713F4F
RGB
CMYK
RGB Variations
Color information
#713F4F (or 0x713F4F) is known color: Finn. HEX triplet: 71, 3F and 4F. RGB value is (113,63,79). Sum of RGB (Red+Green+Blue) = 113+63+79=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #713F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F4F is #8EC0B0. Grayscale: #4F4F4F. Windows color (decimal): -9355441 or 5193585. OLE color: 5193585.
HSL color Cylindrical-coordinate representation of color #713F4F: hue angle of 340.8º 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 #713F4F is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 79 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.56 |
| HSL | 340.8º | 0.28% | 0.35% | - |
| HSV(B) | 340.8º | 0.44% | 0.44% | - |
| XYZ | 10 | 7.63 | 8.34 | - |
| YUV | 79.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 79 | 0 | 0.44 | 0.30 | 0.56 | 340.8 | 0.28 | 0.35 |
| Hex | 71 | 3F | 4F | 0 | 2C | 1E | 38 | 155 | 1C | 23 |
| Octal | 161 | 77 | 117 | 0 | 54 | 36 | 70 | 525 | 34 | 43 |
| Binary | 1110001 | 111111 | 1001111 | 0 | 101100 | 11110 | 111000 | 101010101 | 11100 | 100011 |
Color Harmonies of #713F4F
Complementary color
Monochromatic Colors of #713F4F
Black with #713F4F
Text Example
Text Example
White with #713F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F4F; }
p { color: rgb(113,63,79); }
H1.HeaderClassName
{
color: #713F4F;
}
.AnyTagClassName
{
color: #713F4F;
}
</style>
background-color css
<style>
a { background-color: #713F4F; }
a { background-color: rgb(113,63,79); }
div.DivClassName
{
background-color: #713F4F;
}
.BgClassName
{
background-color: #713F4F;
}
</style>
border-color css
<style>
span { border-color: #713F4F; }
span { border-color: rgb(113,63,79); }
td.TdClassName
{
border-color: #713F4F;
}
.TagClassName
{
border-color: #713F4F;
}
</style>