Shades of Finn #703D5E
Tints of Finn #703D5E
RGB
CMYK
RGB Variations
Color information
#703D5E (or 0x703D5E) is known color: Finn. HEX triplet: 70, 3D and 5E. RGB value is (112,61,94). Sum of RGB (Red+Green+Blue) = 112+61+94=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #703D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703D5E is #8FC2A1. Grayscale: #4F4F4F. Windows color (decimal): -9421474 or 6176112. OLE color: 6176112.
HSL color Cylindrical-coordinate representation of color #703D5E: hue angle of 321.18º degrees, saturation: 0.29, 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 #703D5E is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 94 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.56 |
| HSL | 321.18º | 0.29% | 0.34% | - |
| HSV(B) | 321.18º | 0.46% | 0.44% | - |
| XYZ | 10.37 | 7.59 | 11.51 | - |
| YUV | 80.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 94 | 0 | 0.46 | 0.16 | 0.56 | 321.18 | 0.29 | 0.34 |
| Hex | 70 | 3D | 5E | 0 | 2E | 10 | 38 | 141 | 1D | 22 |
| Octal | 160 | 75 | 136 | 0 | 56 | 20 | 70 | 501 | 35 | 42 |
| Binary | 1110000 | 111101 | 1011110 | 0 | 101110 | 10000 | 111000 | 101000001 | 11101 | 100010 |
Color Harmonies of #703D5E
Complementary color
Monochromatic Colors of #703D5E
Black with #703D5E
Text Example
Text Example
White with #703D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D5E; }
p { color: rgb(112,61,94); }
H1.HeaderClassName
{
color: #703D5E;
}
.AnyTagClassName
{
color: #703D5E;
}
</style>
background-color css
<style>
a { background-color: #703D5E; }
a { background-color: rgb(112,61,94); }
div.DivClassName
{
background-color: #703D5E;
}
.BgClassName
{
background-color: #703D5E;
}
</style>
border-color css
<style>
span { border-color: #703D5E; }
span { border-color: rgb(112,61,94); }
td.TdClassName
{
border-color: #703D5E;
}
.TagClassName
{
border-color: #703D5E;
}
</style>