Shades of Finn #713C5B
Tints of Finn #713C5B
RGB
CMYK
RGB Variations
Color information
#713C5B (or 0x713C5B) is known color: Finn. HEX triplet: 71, 3C and 5B. RGB value is (113,60,91). Sum of RGB (Red+Green+Blue) = 113+60+91=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #713C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713C5B is #8EC3A4. Grayscale: #4F4F4F. Windows color (decimal): -9356197 or 5979249. OLE color: 5979249.
HSL color Cylindrical-coordinate representation of color #713C5B: hue angle of 324.91º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #713C5B is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 91 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.56 |
| HSL | 324.91º | 0.31% | 0.34% | - |
| HSV(B) | 324.91º | 0.47% | 0.44% | - |
| XYZ | 10.31 | 7.5 | 10.8 | - |
| YUV | 79.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 91 | 0 | 0.47 | 0.19 | 0.56 | 324.91 | 0.31 | 0.34 |
| Hex | 71 | 3C | 5B | 0 | 2F | 13 | 38 | 145 | 1F | 22 |
| Octal | 161 | 74 | 133 | 0 | 57 | 23 | 70 | 505 | 37 | 42 |
| Binary | 1110001 | 111100 | 1011011 | 0 | 101111 | 10011 | 111000 | 101000101 | 11111 | 100010 |
Color Harmonies of #713C5B
Complementary color
Monochromatic Colors of #713C5B
Black with #713C5B
Text Example
Text Example
White with #713C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C5B; }
p { color: rgb(113,60,91); }
H1.HeaderClassName
{
color: #713C5B;
}
.AnyTagClassName
{
color: #713C5B;
}
</style>
background-color css
<style>
a { background-color: #713C5B; }
a { background-color: rgb(113,60,91); }
div.DivClassName
{
background-color: #713C5B;
}
.BgClassName
{
background-color: #713C5B;
}
</style>
border-color css
<style>
span { border-color: #713C5B; }
span { border-color: rgb(113,60,91); }
td.TdClassName
{
border-color: #713C5B;
}
.TagClassName
{
border-color: #713C5B;
}
</style>