Shades of Finn #703E5B
Tints of Finn #703E5B
RGB
CMYK
RGB Variations
Color information
#703E5B (or 0x703E5B) is known color: Finn. HEX triplet: 70, 3E and 5B. RGB value is (112,62,91). Sum of RGB (Red+Green+Blue) = 112+62+91=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #703E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703E5B is #8FC1A4. Grayscale: #505050. Windows color (decimal): -9421221 or 5979760. OLE color: 5979760.
HSL color Cylindrical-coordinate representation of color #703E5B: hue angle of 325.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #703E5B is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 62 | 91 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.56 |
| HSL | 325.2º | 0.29% | 0.34% | - |
| HSV(B) | 325.2º | 0.45% | 0.44% | - |
| XYZ | 10.29 | 7.65 | 10.83 | - |
| YUV | 80.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 91 | 0 | 0.45 | 0.19 | 0.56 | 325.2 | 0.29 | 0.34 |
| Hex | 70 | 3E | 5B | 0 | 2D | 13 | 38 | 145 | 1D | 22 |
| Octal | 160 | 76 | 133 | 0 | 55 | 23 | 70 | 505 | 35 | 42 |
| Binary | 1110000 | 111110 | 1011011 | 0 | 101101 | 10011 | 111000 | 101000101 | 11101 | 100010 |
Color Harmonies of #703E5B
Complementary color
Monochromatic Colors of #703E5B
Black with #703E5B
Text Example
Text Example
White with #703E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703E5B; }
p { color: rgb(112,62,91); }
H1.HeaderClassName
{
color: #703E5B;
}
.AnyTagClassName
{
color: #703E5B;
}
</style>
background-color css
<style>
a { background-color: #703E5B; }
a { background-color: rgb(112,62,91); }
div.DivClassName
{
background-color: #703E5B;
}
.BgClassName
{
background-color: #703E5B;
}
</style>
border-color css
<style>
span { border-color: #703E5B; }
span { border-color: rgb(112,62,91); }
td.TdClassName
{
border-color: #703E5B;
}
.TagClassName
{
border-color: #703E5B;
}
</style>