#704358

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

Shades of Finn #704358

Tints of Finn #704358

Color information

#704358 (or 0x704358) is unknown color: approx Finn. HEX triplet: 70, 43 and 58. RGB value is (112,67,88). Sum of RGB (Red+Green+Blue) = 112+67+88=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #704358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704358 is #8FBCA7. Grayscale: #525252. Windows color (decimal): -9419944 or 5784432. OLE color: 5784432.

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

Color convert

RGB1126788-
CMYK00.400.210.56
HSL332º25.14%35.1%-
HSV(B)332º40.18%43.92%-
XYZ10.458.1610.26-
YUV82.85130.91148.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=41.95%
G=25.09%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112678800.400.210.5633225.1435.1
Hex704358028153814c1923
Octal16010313005025705143143
Binary11100001000011101100001010001010111100010100110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704358; }

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

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

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

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

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

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

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

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