#704159

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

Shades of Finn #704159

Tints of Finn #704159

Color information

#704159 (or 0x704159) is unknown color: approx Finn. HEX triplet: 70, 41 and 59. RGB value is (112,65,89). Sum of RGB (Red+Green+Blue) = 112+65+89=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #704159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704159 is #8FBEA6. Grayscale: #515151. Windows color (decimal): -9420455 or 5849456. OLE color: 5849456.

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

Color convert

RGB1126589-
CMYK00.420.210.56
HSL329.36º26.55%34.71%-
HSV(B)329.36º41.96%43.92%-
XYZ10.387.9510.44-
YUV81.79132.07149.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=42.11%
G=24.44%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112658900.420.210.56329.3626.5534.71
Hex70415902A15381491b23
Octal16010113105225705113343
Binary11100001000001101100101010101010111100010100100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704159; }

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

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

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

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

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

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

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

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