Shades of Finn #713B5C
Tints of Finn #713B5C
RGB
CMYK
RGB Variations
Color information
#713B5C (or 0x713B5C) is known color: Finn. HEX triplet: 71, 3B and 5C. RGB value is (113,59,92). Sum of RGB (Red+Green+Blue) = 113+59+92=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #713B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713B5C is #8EC4A3. Grayscale: #4E4E4E. Windows color (decimal): -9356452 or 6044529. OLE color: 6044529.
HSL color Cylindrical-coordinate representation of color #713B5C: hue angle of 323.33º 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 #713B5C is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 92 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.56 |
| HSL | 323.33º | 0.31% | 0.34% | - |
| HSV(B) | 323.33º | 0.48% | 0.44% | - |
| XYZ | 10.31 | 7.41 | 11.01 | - |
| YUV | 78.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 92 | 0 | 0.48 | 0.19 | 0.56 | 323.33 | 0.31 | 0.34 |
| Hex | 71 | 3B | 5C | 0 | 30 | 13 | 38 | 143 | 1F | 22 |
| Octal | 161 | 73 | 134 | 0 | 60 | 23 | 70 | 503 | 37 | 42 |
| Binary | 1110001 | 111011 | 1011100 | 0 | 110000 | 10011 | 111000 | 101000011 | 11111 | 100010 |
Color Harmonies of #713B5C
Complementary color
Monochromatic Colors of #713B5C
Black with #713B5C
Text Example
Text Example
White with #713B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B5C; }
p { color: rgb(113,59,92); }
H1.HeaderClassName
{
color: #713B5C;
}
.AnyTagClassName
{
color: #713B5C;
}
</style>
background-color css
<style>
a { background-color: #713B5C; }
a { background-color: rgb(113,59,92); }
div.DivClassName
{
background-color: #713B5C;
}
.BgClassName
{
background-color: #713B5C;
}
</style>
border-color css
<style>
span { border-color: #713B5C; }
span { border-color: rgb(113,59,92); }
td.TdClassName
{
border-color: #713B5C;
}
.TagClassName
{
border-color: #713B5C;
}
</style>