Shades of Finn #713B5B
Tints of Finn #713B5B
RGB
CMYK
RGB Variations
Color information
#713B5B (or 0x713B5B) is known color: Finn. HEX triplet: 71, 3B and 5B. RGB value is (113,59,91). Sum of RGB (Red+Green+Blue) = 113+59+91=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #713B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713B5B is #8EC4A4. Grayscale: #4E4E4E. Windows color (decimal): -9356453 or 5978993. OLE color: 5978993.
HSL color Cylindrical-coordinate representation of color #713B5B: hue angle of 324.44º 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 #713B5B is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 91 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.56 |
| HSL | 324.44º | 0.31% | 0.34% | - |
| HSV(B) | 324.44º | 0.48% | 0.44% | - |
| XYZ | 10.26 | 7.39 | 10.78 | - |
| YUV | 78.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 91 | 0 | 0.48 | 0.19 | 0.56 | 324.44 | 0.31 | 0.34 |
| Hex | 71 | 3B | 5B | 0 | 30 | 13 | 38 | 144 | 1F | 22 |
| Octal | 161 | 73 | 133 | 0 | 60 | 23 | 70 | 504 | 37 | 42 |
| Binary | 1110001 | 111011 | 1011011 | 0 | 110000 | 10011 | 111000 | 101000100 | 11111 | 100010 |
Color Harmonies of #713B5B
Complementary color
Monochromatic Colors of #713B5B
Black with #713B5B
Text Example
Text Example
White with #713B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B5B; }
p { color: rgb(113,59,91); }
H1.HeaderClassName
{
color: #713B5B;
}
.AnyTagClassName
{
color: #713B5B;
}
</style>
background-color css
<style>
a { background-color: #713B5B; }
a { background-color: rgb(113,59,91); }
div.DivClassName
{
background-color: #713B5B;
}
.BgClassName
{
background-color: #713B5B;
}
</style>
border-color css
<style>
span { border-color: #713B5B; }
span { border-color: rgb(113,59,91); }
td.TdClassName
{
border-color: #713B5B;
}
.TagClassName
{
border-color: #713B5B;
}
</style>