Shades of Finn #713E5E
Tints of Finn #713E5E
RGB
CMYK
RGB Variations
Color information
#713E5E (or 0x713E5E) is known color: Finn. HEX triplet: 71, 3E and 5E. RGB value is (113,62,94). Sum of RGB (Red+Green+Blue) = 113+62+94=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #713E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E5E is #8EC1A1. Grayscale: #505050. Windows color (decimal): -9355682 or 6176369. OLE color: 6176369.
HSL color Cylindrical-coordinate representation of color #713E5E: hue angle of 322.35º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #713E5E is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 94 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.56 |
| HSL | 322.35º | 0.29% | 0.34% | - |
| HSV(B) | 322.35º | 0.45% | 0.44% | - |
| XYZ | 10.55 | 7.76 | 11.53 | - |
| YUV | 80.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 94 | 0 | 0.45 | 0.17 | 0.56 | 322.35 | 0.29 | 0.34 |
| Hex | 71 | 3E | 5E | 0 | 2D | 11 | 38 | 142 | 1D | 22 |
| Octal | 161 | 76 | 136 | 0 | 55 | 21 | 70 | 502 | 35 | 42 |
| Binary | 1110001 | 111110 | 1011110 | 0 | 101101 | 10001 | 111000 | 101000010 | 11101 | 100010 |
Color Harmonies of #713E5E
Complementary color
Monochromatic Colors of #713E5E
Black with #713E5E
Text Example
Text Example
White with #713E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E5E; }
p { color: rgb(113,62,94); }
H1.HeaderClassName
{
color: #713E5E;
}
.AnyTagClassName
{
color: #713E5E;
}
</style>
background-color css
<style>
a { background-color: #713E5E; }
a { background-color: rgb(113,62,94); }
div.DivClassName
{
background-color: #713E5E;
}
.BgClassName
{
background-color: #713E5E;
}
</style>
border-color css
<style>
span { border-color: #713E5E; }
span { border-color: rgb(113,62,94); }
td.TdClassName
{
border-color: #713E5E;
}
.TagClassName
{
border-color: #713E5E;
}
</style>