Shades of Finn #713D5D
Tints of Finn #713D5D
RGB
CMYK
RGB Variations
Color information
#713D5D (or 0x713D5D) is known color: Finn. HEX triplet: 71, 3D and 5D. RGB value is (113,61,93). Sum of RGB (Red+Green+Blue) = 113+61+93=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #713D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713D5D is #8EC2A2. Grayscale: #505050. Windows color (decimal): -9355939 or 6110577. OLE color: 6110577.
HSL color Cylindrical-coordinate representation of color #713D5D: hue angle of 323.08º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #713D5D is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 93 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.56 |
| HSL | 323.08º | 0.3% | 0.34% | - |
| HSV(B) | 323.08º | 0.46% | 0.44% | - |
| XYZ | 10.45 | 7.64 | 11.28 | - |
| YUV | 80.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 93 | 0 | 0.46 | 0.18 | 0.56 | 323.08 | 0.3 | 0.34 |
| Hex | 71 | 3D | 5D | 0 | 2E | 12 | 38 | 143 | 1E | 22 |
| Octal | 161 | 75 | 135 | 0 | 56 | 22 | 70 | 503 | 36 | 42 |
| Binary | 1110001 | 111101 | 1011101 | 0 | 101110 | 10010 | 111000 | 101000011 | 11110 | 100010 |
Color Harmonies of #713D5D
Complementary color
Monochromatic Colors of #713D5D
Black with #713D5D
Text Example
Text Example
White with #713D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D5D; }
p { color: rgb(113,61,93); }
H1.HeaderClassName
{
color: #713D5D;
}
.AnyTagClassName
{
color: #713D5D;
}
</style>
background-color css
<style>
a { background-color: #713D5D; }
a { background-color: rgb(113,61,93); }
div.DivClassName
{
background-color: #713D5D;
}
.BgClassName
{
background-color: #713D5D;
}
</style>
border-color css
<style>
span { border-color: #713D5D; }
span { border-color: rgb(113,61,93); }
td.TdClassName
{
border-color: #713D5D;
}
.TagClassName
{
border-color: #713D5D;
}
</style>