#703857

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

Shades of Finn #703857

Tints of Finn #703857

Color information

#703857 (or 0x703857) is unknown color: approx Finn. HEX triplet: 70, 38 and 57. RGB value is (112,56,87). Sum of RGB (Red+Green+Blue) = 112+56+87=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #703857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703857 is #8FC7A8. Grayscale: #4C4C4C. Windows color (decimal): -9422761 or 5716080. OLE color: 5716080.

HSL color Cylindrical-coordinate representation of color #703857: hue angle of 326.79º 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 #703857 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1125687-
CMYK00.500.220.56
HSL326.79º33.33%32.94%-
HSV(B)326.79º50%43.92%-
XYZ9.826.969.84-
YUV76.28134.05153.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=43.92%
G=21.96%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112568700.500.220.56326.7933.3332.94
Hex70385703216381472121
Octal1607012706226705074141
Binary11100001110001010111011001010110111000101000111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703857; }

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

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

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

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

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

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

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

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