Shades of Finn #713E5D
Tints of Finn #713E5D
RGB
CMYK
RGB Variations
Color information
#713E5D (or 0x713E5D) is known color: Finn. HEX triplet: 71, 3E and 5D. RGB value is (113,62,93). Sum of RGB (Red+Green+Blue) = 113+62+93=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #713E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E5D is #8EC1A2. Grayscale: #505050. Windows color (decimal): -9355683 or 6110833. OLE color: 6110833.
HSL color Cylindrical-coordinate representation of color #713E5D: hue angle of 323.53º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #713E5D is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 93 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.56 |
| HSL | 323.53º | 0.29% | 0.34% | - |
| HSV(B) | 323.53º | 0.45% | 0.44% | - |
| XYZ | 10.51 | 7.75 | 11.3 | - |
| YUV | 80.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 93 | 0 | 0.45 | 0.18 | 0.56 | 323.53 | 0.29 | 0.34 |
| Hex | 71 | 3E | 5D | 0 | 2D | 12 | 38 | 144 | 1D | 22 |
| Octal | 161 | 76 | 135 | 0 | 55 | 22 | 70 | 504 | 35 | 42 |
| Binary | 1110001 | 111110 | 1011101 | 0 | 101101 | 10010 | 111000 | 101000100 | 11101 | 100010 |
Color Harmonies of #713E5D
Complementary color
Monochromatic Colors of #713E5D
Black with #713E5D
Text Example
Text Example
White with #713E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E5D; }
p { color: rgb(113,62,93); }
H1.HeaderClassName
{
color: #713E5D;
}
.AnyTagClassName
{
color: #713E5D;
}
</style>
background-color css
<style>
a { background-color: #713E5D; }
a { background-color: rgb(113,62,93); }
div.DivClassName
{
background-color: #713E5D;
}
.BgClassName
{
background-color: #713E5D;
}
</style>
border-color css
<style>
span { border-color: #713E5D; }
span { border-color: rgb(113,62,93); }
td.TdClassName
{
border-color: #713E5D;
}
.TagClassName
{
border-color: #713E5D;
}
</style>