Shades of Finn #703F52
Tints of Finn #703F52
RGB
CMYK
RGB Variations
Color information
#703F52 (or 0x703F52) is known color: Finn. HEX triplet: 70, 3F and 52. RGB value is (112,63,82). Sum of RGB (Red+Green+Blue) = 112+63+82=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #703F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703F52 is #8FC0AD. Grayscale: #4F4F4F. Windows color (decimal): -9420974 or 5390192. OLE color: 5390192.
HSL color Cylindrical-coordinate representation of color #703F52: hue angle of 336.73º 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 #703F52 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 82 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.56 |
| HSL | 336.73º | 0.28% | 0.34% | - |
| HSV(B) | 336.73º | 0.44% | 0.44% | - |
| XYZ | 9.98 | 7.61 | 8.93 | - |
| YUV | 79.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 82 | 0 | 0.44 | 0.27 | 0.56 | 336.73 | 0.28 | 0.34 |
| Hex | 70 | 3F | 52 | 0 | 2C | 1B | 38 | 151 | 1C | 22 |
| Octal | 160 | 77 | 122 | 0 | 54 | 33 | 70 | 521 | 34 | 42 |
| Binary | 1110000 | 111111 | 1010010 | 0 | 101100 | 11011 | 111000 | 101010001 | 11100 | 100010 |
Color Harmonies of #703F52
Complementary color
Monochromatic Colors of #703F52
Black with #703F52
Text Example
Text Example
White with #703F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F52; }
p { color: rgb(112,63,82); }
H1.HeaderClassName
{
color: #703F52;
}
.AnyTagClassName
{
color: #703F52;
}
</style>
background-color css
<style>
a { background-color: #703F52; }
a { background-color: rgb(112,63,82); }
div.DivClassName
{
background-color: #703F52;
}
.BgClassName
{
background-color: #703F52;
}
</style>
border-color css
<style>
span { border-color: #703F52; }
span { border-color: rgb(112,63,82); }
td.TdClassName
{
border-color: #703F52;
}
.TagClassName
{
border-color: #703F52;
}
</style>