Shades of Finn #713E50
Tints of Finn #713E50
RGB
CMYK
RGB Variations
Color information
#713E50 (or 0x713E50) is known color: Finn. HEX triplet: 71, 3E and 50. RGB value is (113,62,80). Sum of RGB (Red+Green+Blue) = 113+62+80=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #713E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E50 is #8EC1AF. Grayscale: #4F4F4F. Windows color (decimal): -9355696 or 5258865. OLE color: 5258865.
HSL color Cylindrical-coordinate representation of color #713E50: hue angle of 338.82º 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 #713E50 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 80 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.56 |
| HSL | 338.82º | 0.29% | 0.34% | - |
| HSV(B) | 338.82º | 0.45% | 0.44% | - |
| XYZ | 9.98 | 7.54 | 8.52 | - |
| YUV | 79.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 80 | 0 | 0.45 | 0.29 | 0.56 | 338.82 | 0.29 | 0.34 |
| Hex | 71 | 3E | 50 | 0 | 2D | 1D | 38 | 153 | 1D | 22 |
| Octal | 161 | 76 | 120 | 0 | 55 | 35 | 70 | 523 | 35 | 42 |
| Binary | 1110001 | 111110 | 1010000 | 0 | 101101 | 11101 | 111000 | 101010011 | 11101 | 100010 |
Color Harmonies of #713E50
Complementary color
Monochromatic Colors of #713E50
Black with #713E50
Text Example
Text Example
White with #713E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E50; }
p { color: rgb(113,62,80); }
H1.HeaderClassName
{
color: #713E50;
}
.AnyTagClassName
{
color: #713E50;
}
</style>
background-color css
<style>
a { background-color: #713E50; }
a { background-color: rgb(113,62,80); }
div.DivClassName
{
background-color: #713E50;
}
.BgClassName
{
background-color: #713E50;
}
</style>
border-color css
<style>
span { border-color: #713E50; }
span { border-color: rgb(113,62,80); }
td.TdClassName
{
border-color: #713E50;
}
.TagClassName
{
border-color: #713E50;
}
</style>