#703957

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

Shades of Finn #703957

Tints of Finn #703957

Color information

#703957 (or 0x703957) is unknown color: approx Finn. HEX triplet: 70, 39 and 57. RGB value is (112,57,87). Sum of RGB (Red+Green+Blue) = 112+57+87=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #703957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703957 is #8FC6A8. Grayscale: #4C4C4C. Windows color (decimal): -9422505 or 5716336. OLE color: 5716336.

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

Color convert

RGB1125787-
CMYK00.490.220.56
HSL327.27º32.54%33.14%-
HSV(B)327.27º49.11%43.92%-
XYZ9.877.069.86-
YUV76.87133.72153.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=43.75%
G=22.27%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112578700.490.220.56327.2732.5433.14
Hex70395703116381472121
Octal1607112706126705074141
Binary11100001110011010111011000110110111000101000111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703957; }

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

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

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

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

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

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

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

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