#703958

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

Shades of Finn #703958

Tints of Finn #703958

Color information

#703958 (or 0x703958) is unknown color: approx Finn. HEX triplet: 70, 39 and 58. RGB value is (112,57,88). Sum of RGB (Red+Green+Blue) = 112+57+88=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #703958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703958 is #8FC6A7. Grayscale: #4C4C4C. Windows color (decimal): -9422504 or 5781872. OLE color: 5781872.

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

Color convert

RGB1125788-
CMYK00.490.210.56
HSL326.18º32.54%33.14%-
HSV(B)326.18º49.11%43.92%-
XYZ9.917.0810.08-
YUV76.98134.22152.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 57 (22.66% from 255) = 22.18%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=43.58%
G=22.18%
B=34.24%

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
Decimal112578800.490.210.56326.1832.5433.14
Hex70395803115381462121
Octal1607113006125705064141
Binary11100001110011011000011000110101111000101000110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703958; }

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

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

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

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

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

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

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

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