Shades of Finn #703F5F
Tints of Finn #703F5F
RGB
CMYK
RGB Variations
Color information
#703F5F (or 0x703F5F) is known color: Finn. HEX triplet: 70, 3F and 5F. RGB value is (112,63,95). Sum of RGB (Red+Green+Blue) = 112+63+95=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #703F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703F5F is #8FC0A0. Grayscale: #515151. Windows color (decimal): -9420961 or 6242160. OLE color: 6242160.
HSL color Cylindrical-coordinate representation of color #703F5F: hue angle of 320.82º 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 #703F5F is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 95 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.56 |
| HSL | 320.82º | 0.28% | 0.34% | - |
| HSV(B) | 320.82º | 0.44% | 0.44% | - |
| XYZ | 10.53 | 7.83 | 11.78 | - |
| YUV | 81.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 95 | 0 | 0.44 | 0.15 | 0.56 | 320.82 | 0.28 | 0.34 |
| Hex | 70 | 3F | 5F | 0 | 2C | F | 38 | 141 | 1C | 22 |
| Octal | 160 | 77 | 137 | 0 | 54 | 17 | 70 | 501 | 34 | 42 |
| Binary | 1110000 | 111111 | 1011111 | 0 | 101100 | 1111 | 111000 | 101000001 | 11100 | 100010 |
Color Harmonies of #703F5F
Complementary color
Monochromatic Colors of #703F5F
Black with #703F5F
Text Example
Text Example
White with #703F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F5F; }
p { color: rgb(112,63,95); }
H1.HeaderClassName
{
color: #703F5F;
}
.AnyTagClassName
{
color: #703F5F;
}
</style>
background-color css
<style>
a { background-color: #703F5F; }
a { background-color: rgb(112,63,95); }
div.DivClassName
{
background-color: #703F5F;
}
.BgClassName
{
background-color: #703F5F;
}
</style>
border-color css
<style>
span { border-color: #703F5F; }
span { border-color: rgb(112,63,95); }
td.TdClassName
{
border-color: #703F5F;
}
.TagClassName
{
border-color: #703F5F;
}
</style>