Shades of Finn #713B58
Tints of Finn #713B58
RGB
CMYK
RGB Variations
Color information
#713B58 (or 0x713B58) is known color: Finn. HEX triplet: 71, 3B and 58. RGB value is (113,59,88). Sum of RGB (Red+Green+Blue) = 113+59+88=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #713B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713B58 is #8EC4A7. Grayscale: #4E4E4E. Windows color (decimal): -9356456 or 5782385. OLE color: 5782385.
HSL color Cylindrical-coordinate representation of color #713B58: hue angle of 327.78º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #713B58 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 88 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.56 |
| HSL | 327.78º | 0.31% | 0.34% | - |
| HSV(B) | 327.78º | 0.48% | 0.44% | - |
| XYZ | 10.14 | 7.34 | 10.12 | - |
| YUV | 78.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 88 | 0 | 0.48 | 0.22 | 0.56 | 327.78 | 0.31 | 0.34 |
| Hex | 71 | 3B | 58 | 0 | 30 | 16 | 38 | 148 | 1F | 22 |
| Octal | 161 | 73 | 130 | 0 | 60 | 26 | 70 | 510 | 37 | 42 |
| Binary | 1110001 | 111011 | 1011000 | 0 | 110000 | 10110 | 111000 | 101001000 | 11111 | 100010 |
Color Harmonies of #713B58
Complementary color
Monochromatic Colors of #713B58
Black with #713B58
Text Example
Text Example
White with #713B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B58; }
p { color: rgb(113,59,88); }
H1.HeaderClassName
{
color: #713B58;
}
.AnyTagClassName
{
color: #713B58;
}
</style>
background-color css
<style>
a { background-color: #713B58; }
a { background-color: rgb(113,59,88); }
div.DivClassName
{
background-color: #713B58;
}
.BgClassName
{
background-color: #713B58;
}
</style>
border-color css
<style>
span { border-color: #713B58; }
span { border-color: rgb(113,59,88); }
td.TdClassName
{
border-color: #713B58;
}
.TagClassName
{
border-color: #713B58;
}
</style>