Shades of Finn #703F51
Tints of Finn #703F51
RGB
CMYK
RGB Variations
Color information
#703F51 (or 0x703F51) is known color: Finn. HEX triplet: 70, 3F and 51. RGB value is (112,63,81). Sum of RGB (Red+Green+Blue) = 112+63+81=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #703F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703F51 is #8FC0AE. Grayscale: #4F4F4F. Windows color (decimal): -9420975 or 5324656. OLE color: 5324656.
HSL color Cylindrical-coordinate representation of color #703F51: hue angle of 337.96º 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 #703F51 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 81 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.56 |
| HSL | 337.96º | 0.28% | 0.34% | - |
| HSV(B) | 337.96º | 0.44% | 0.44% | - |
| XYZ | 9.94 | 7.59 | 8.73 | - |
| YUV | 79.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 81 | 0 | 0.44 | 0.28 | 0.56 | 337.96 | 0.28 | 0.34 |
| Hex | 70 | 3F | 51 | 0 | 2C | 1C | 38 | 152 | 1C | 22 |
| Octal | 160 | 77 | 121 | 0 | 54 | 34 | 70 | 522 | 34 | 42 |
| Binary | 1110000 | 111111 | 1010001 | 0 | 101100 | 11100 | 111000 | 101010010 | 11100 | 100010 |
Color Harmonies of #703F51
Complementary color
Monochromatic Colors of #703F51
Black with #703F51
Text Example
Text Example
White with #703F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F51; }
p { color: rgb(112,63,81); }
H1.HeaderClassName
{
color: #703F51;
}
.AnyTagClassName
{
color: #703F51;
}
</style>
background-color css
<style>
a { background-color: #703F51; }
a { background-color: rgb(112,63,81); }
div.DivClassName
{
background-color: #703F51;
}
.BgClassName
{
background-color: #703F51;
}
</style>
border-color css
<style>
span { border-color: #703F51; }
span { border-color: rgb(112,63,81); }
td.TdClassName
{
border-color: #703F51;
}
.TagClassName
{
border-color: #703F51;
}
</style>