Shades of Finn #703F57
Tints of Finn #703F57
RGB
CMYK
RGB Variations
Color information
#703F57 (or 0x703F57) is known color: Finn. HEX triplet: 70, 3F and 57. RGB value is (112,63,87). Sum of RGB (Red+Green+Blue) = 112+63+87=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #703F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703F57 is #8FC0A8. Grayscale: #505050. Windows color (decimal): -9420969 or 5717872. OLE color: 5717872.
HSL color Cylindrical-coordinate representation of color #703F57: hue angle of 330.61º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #703F57 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 87 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.56 |
| HSL | 330.61º | 0.28% | 0.34% | - |
| HSV(B) | 330.61º | 0.44% | 0.44% | - |
| XYZ | 10.18 | 7.69 | 9.96 | - |
| YUV | 80.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 87 | 0 | 0.44 | 0.22 | 0.56 | 330.61 | 0.28 | 0.34 |
| Hex | 70 | 3F | 57 | 0 | 2C | 16 | 38 | 14B | 1C | 22 |
| Octal | 160 | 77 | 127 | 0 | 54 | 26 | 70 | 513 | 34 | 42 |
| Binary | 1110000 | 111111 | 1010111 | 0 | 101100 | 10110 | 111000 | 101001011 | 11100 | 100010 |
Color Harmonies of #703F57
Complementary color
Monochromatic Colors of #703F57
Black with #703F57
Text Example
Text Example
White with #703F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F57; }
p { color: rgb(112,63,87); }
H1.HeaderClassName
{
color: #703F57;
}
.AnyTagClassName
{
color: #703F57;
}
</style>
background-color css
<style>
a { background-color: #703F57; }
a { background-color: rgb(112,63,87); }
div.DivClassName
{
background-color: #703F57;
}
.BgClassName
{
background-color: #703F57;
}
</style>
border-color css
<style>
span { border-color: #703F57; }
span { border-color: rgb(112,63,87); }
td.TdClassName
{
border-color: #703F57;
}
.TagClassName
{
border-color: #703F57;
}
</style>