Shades of Finn #704050
Tints of Finn #704050
RGB
CMYK
RGB Variations
Color information
#704050 (or 0x704050) is known color: Finn. HEX triplet: 70, 40 and 50. RGB value is (112,64,80). Sum of RGB (Red+Green+Blue) = 112+64+80=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #704050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704050 is #8FBFAF. Grayscale: #505050. Windows color (decimal): -9420720 or 5259376. OLE color: 5259376.
HSL color Cylindrical-coordinate representation of color #704050: hue angle of 340º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704050 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 64 | 80 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.56 |
| HSL | 340º | 0.27% | 0.35% | - |
| HSV(B) | 340º | 0.43% | 0.44% | - |
| XYZ | 9.96 | 7.69 | 8.55 | - |
| YUV | 80.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 80 | 0 | 0.43 | 0.29 | 0.56 | 340 | 0.27 | 0.35 |
| Hex | 70 | 40 | 50 | 0 | 2B | 1D | 38 | 154 | 1B | 23 |
| Octal | 160 | 100 | 120 | 0 | 53 | 35 | 70 | 524 | 33 | 43 |
| Binary | 1110000 | 1000000 | 1010000 | 0 | 101011 | 11101 | 111000 | 101010100 | 11011 | 100011 |
Color Harmonies of #704050
Complementary color
Monochromatic Colors of #704050
Black with #704050
Text Example
Text Example
White with #704050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704050; }
p { color: rgb(112,64,80); }
H1.HeaderClassName
{
color: #704050;
}
.AnyTagClassName
{
color: #704050;
}
</style>
background-color css
<style>
a { background-color: #704050; }
a { background-color: rgb(112,64,80); }
div.DivClassName
{
background-color: #704050;
}
.BgClassName
{
background-color: #704050;
}
</style>
border-color css
<style>
span { border-color: #704050; }
span { border-color: rgb(112,64,80); }
td.TdClassName
{
border-color: #704050;
}
.TagClassName
{
border-color: #704050;
}
</style>