#704859

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

Shades of Finn #704859

Tints of Finn #704859

Color information

#704859 (or 0x704859) is unknown color: approx Finn. HEX triplet: 70, 48 and 59. RGB value is (112,72,89). Sum of RGB (Red+Green+Blue) = 112+72+89=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #704859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704859 is #8FB7A6. Grayscale: #555555. Windows color (decimal): -9418663 or 5851248. OLE color: 5851248.

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

Color convert

RGB1127289-
CMYK00.360.210.56
HSL334.5º21.74%36.08%-
HSV(B)334.5º35.71%43.92%-
XYZ10.88.810.58-
YUV85.9129.75146.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=41.03%
G=26.37%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112728900.360.210.56334.521.7436.08
Hex704859024153814e1624
Octal16011013104425705162644
Binary11100001001000101100101001001010111100010100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704859; }

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

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

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

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

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

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

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

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