#704155

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

Shades of Finn #704155

Tints of Finn #704155

Color information

#704155 (or 0x704155) is unknown color: approx Finn. HEX triplet: 70, 41 and 55. RGB value is (112,65,85). Sum of RGB (Red+Green+Blue) = 112+65+85=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #704155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704155 is #8FBEAA. Grayscale: #515151. Windows color (decimal): -9420459 or 5587312. OLE color: 5587312.

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

Color convert

RGB1126585-
CMYK00.420.240.56
HSL334.47º26.55%34.71%-
HSV(B)334.47º41.96%43.92%-
XYZ10.217.889.58-
YUV81.33130.07149.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=42.75%
G=24.81%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112658500.420.240.56334.4726.5534.71
Hex70415502A183814e1b23
Octal16010112505230705163343
Binary11100001000001101010101010101100011100010100111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704155; }

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

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

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

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

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

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

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

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