Shades of Finn #713F52
Tints of Finn #713F52
RGB
CMYK
RGB Variations
Color information
#713F52 (or 0x713F52) is known color: Finn. HEX triplet: 71, 3F and 52. RGB value is (113,63,82). Sum of RGB (Red+Green+Blue) = 113+63+82=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #713F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F52 is #8EC0AD. Grayscale: #505050. Windows color (decimal): -9355438 or 5390193. OLE color: 5390193.
HSL color Cylindrical-coordinate representation of color #713F52: hue angle of 337.2º 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 #713F52 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 82 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.56 |
| HSL | 337.2º | 0.28% | 0.35% | - |
| HSV(B) | 337.2º | 0.44% | 0.44% | - |
| XYZ | 10.11 | 7.67 | 8.93 | - |
| YUV | 80.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 82 | 0 | 0.44 | 0.27 | 0.56 | 337.2 | 0.28 | 0.35 |
| Hex | 71 | 3F | 52 | 0 | 2C | 1B | 38 | 151 | 1C | 23 |
| Octal | 161 | 77 | 122 | 0 | 54 | 33 | 70 | 521 | 34 | 43 |
| Binary | 1110001 | 111111 | 1010010 | 0 | 101100 | 11011 | 111000 | 101010001 | 11100 | 100011 |
Color Harmonies of #713F52
Complementary color
Monochromatic Colors of #713F52
Black with #713F52
Text Example
Text Example
White with #713F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F52; }
p { color: rgb(113,63,82); }
H1.HeaderClassName
{
color: #713F52;
}
.AnyTagClassName
{
color: #713F52;
}
</style>
background-color css
<style>
a { background-color: #713F52; }
a { background-color: rgb(113,63,82); }
div.DivClassName
{
background-color: #713F52;
}
.BgClassName
{
background-color: #713F52;
}
</style>
border-color css
<style>
span { border-color: #713F52; }
span { border-color: rgb(113,63,82); }
td.TdClassName
{
border-color: #713F52;
}
.TagClassName
{
border-color: #713F52;
}
</style>