#703859

Color #703859 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #703859

Tints of Finn #703859

Color information

#703859 (or 0x703859) is unknown color: approx Finn. HEX triplet: 70, 38 and 59. RGB value is (112,56,89). Sum of RGB (Red+Green+Blue) = 112+56+89=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #703859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703859 is #8FC7A6. Grayscale: #4C4C4C. Windows color (decimal): -9422759 or 5847152. OLE color: 5847152.

HSL color Cylindrical-coordinate representation of color #703859: hue angle of 324.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703859 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1125689-
CMYK00.500.210.56
HSL324.64º33.33%32.94%-
HSV(B)324.64º50%43.92%-
XYZ9.96.9910.28-
YUV76.51135.05153.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=43.58%
G=21.79%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112568900.500.210.56324.6433.3332.94
Hex70385903215381452121
Octal1607013106225705054141
Binary11100001110001011001011001010101111000101000101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703859; }

 p { color: rgb(112,56,89); }

 H1.HeaderClassName
 {
   color: #703859;
 }
 .AnyTagClassName
 {
   color: #703859;
 }
</style>
background-color css

<style>
 a { background-color: #703859; }

 a { background-color: rgb(112,56,89); }

 div.DivClassName
 {
   background-color: #703859;
 }
 .BgClassName
 {
   background-color: #703859;
 }
</style>
border-color css

<style>
 span { border-color: #703859; }

 span { border-color: rgb(112,56,89); }

 td.TdClassName
 {
   border-color: #703859;
 }
 .TagClassName
 {
   border-color: #703859;
 }
</style>