Shades of Finn #703D5D
Tints of Finn #703D5D
RGB
CMYK
RGB Variations
Color information
#703D5D (or 0x703D5D) is known color: Finn. HEX triplet: 70, 3D and 5D. RGB value is (112,61,93). Sum of RGB (Red+Green+Blue) = 112+61+93=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #703D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703D5D is #8FC2A2. Grayscale: #4F4F4F. Windows color (decimal): -9421475 or 6110576. OLE color: 6110576.
HSL color Cylindrical-coordinate representation of color #703D5D: hue angle of 322.35º 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 #703D5D is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 93 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.56 |
| HSL | 322.35º | 0.29% | 0.34% | - |
| HSV(B) | 322.35º | 0.46% | 0.44% | - |
| XYZ | 10.33 | 7.57 | 11.27 | - |
| YUV | 79.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 93 | 0 | 0.46 | 0.17 | 0.56 | 322.35 | 0.29 | 0.34 |
| Hex | 70 | 3D | 5D | 0 | 2E | 11 | 38 | 142 | 1D | 22 |
| Octal | 160 | 75 | 135 | 0 | 56 | 21 | 70 | 502 | 35 | 42 |
| Binary | 1110000 | 111101 | 1011101 | 0 | 101110 | 10001 | 111000 | 101000010 | 11101 | 100010 |
Color Harmonies of #703D5D
Complementary color
Monochromatic Colors of #703D5D
Black with #703D5D
Text Example
Text Example
White with #703D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D5D; }
p { color: rgb(112,61,93); }
H1.HeaderClassName
{
color: #703D5D;
}
.AnyTagClassName
{
color: #703D5D;
}
</style>
background-color css
<style>
a { background-color: #703D5D; }
a { background-color: rgb(112,61,93); }
div.DivClassName
{
background-color: #703D5D;
}
.BgClassName
{
background-color: #703D5D;
}
</style>
border-color css
<style>
span { border-color: #703D5D; }
span { border-color: rgb(112,61,93); }
td.TdClassName
{
border-color: #703D5D;
}
.TagClassName
{
border-color: #703D5D;
}
</style>