#703959

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

Shades of Finn #703959

Tints of Finn #703959

Color information

#703959 (or 0x703959) is unknown color: approx Finn. HEX triplet: 70, 39 and 59. RGB value is (112,57,89). Sum of RGB (Red+Green+Blue) = 112+57+89=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #703959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703959 is #8FC6A6. Grayscale: #4D4D4D. Windows color (decimal): -9422503 or 5847408. OLE color: 5847408.

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

Color convert

RGB1125789-
CMYK00.490.210.56
HSL325.09º32.54%33.14%-
HSV(B)325.09º49.11%43.92%-
XYZ9.957.0910.3-
YUV77.09134.72152.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=43.41%
G=22.09%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112578900.490.210.56325.0932.5433.14
Hex70395903115381452121
Octal1607113106125705054141
Binary11100001110011011001011000110101111000101000101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703959; }

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

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

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

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

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

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

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

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