Shades of Finn #713A5B
Tints of Finn #713A5B
RGB
CMYK
RGB Variations
Color information
#713A5B (or 0x713A5B) is known color: Finn. HEX triplet: 71, 3A and 5B. RGB value is (113,58,91). Sum of RGB (Red+Green+Blue) = 113+58+91=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #713A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A5B is #8EC5A4. Grayscale: #4E4E4E. Windows color (decimal): -9356709 or 5978737. OLE color: 5978737.
HSL color Cylindrical-coordinate representation of color #713A5B: hue angle of 324º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #713A5B is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 91 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.56 |
| HSL | 324º | 0.32% | 0.34% | - |
| HSV(B) | 324º | 0.49% | 0.44% | - |
| XYZ | 10.21 | 7.29 | 10.77 | - |
| YUV | 78.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 91 | 0 | 0.49 | 0.19 | 0.56 | 324 | 0.32 | 0.34 |
| Hex | 71 | 3A | 5B | 0 | 31 | 13 | 38 | 144 | 20 | 22 |
| Octal | 161 | 72 | 133 | 0 | 61 | 23 | 70 | 504 | 40 | 42 |
| Binary | 1110001 | 111010 | 1011011 | 0 | 110001 | 10011 | 111000 | 101000100 | 100000 | 100010 |
Color Harmonies of #713A5B
Complementary color
Monochromatic Colors of #713A5B
Black with #713A5B
Text Example
Text Example
White with #713A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A5B; }
p { color: rgb(113,58,91); }
H1.HeaderClassName
{
color: #713A5B;
}
.AnyTagClassName
{
color: #713A5B;
}
</style>
background-color css
<style>
a { background-color: #713A5B; }
a { background-color: rgb(113,58,91); }
div.DivClassName
{
background-color: #713A5B;
}
.BgClassName
{
background-color: #713A5B;
}
</style>
border-color css
<style>
span { border-color: #713A5B; }
span { border-color: rgb(113,58,91); }
td.TdClassName
{
border-color: #713A5B;
}
.TagClassName
{
border-color: #713A5B;
}
</style>