#704152

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

Shades of Finn #704152

Tints of Finn #704152

Color information

#704152 (or 0x704152) is unknown color: approx Finn. HEX triplet: 70, 41 and 52. RGB value is (112,65,82). Sum of RGB (Red+Green+Blue) = 112+65+82=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #704152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704152 is #8FBEAD. Grayscale: #505050. Windows color (decimal): -9420462 or 5390704. OLE color: 5390704.

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

Color convert

RGB1126582-
CMYK00.420.270.56
HSL338.3º26.55%34.71%-
HSV(B)338.3º41.96%43.92%-
XYZ10.17.838.96-
YUV80.99128.57150.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=43.24%
G=25.10%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112658200.420.270.56338.326.5534.71
Hex70415202A1B381521b23
Octal16010112205233705223343
Binary11100001000001101001001010101101111100010101001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704152; }

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

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

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

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

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

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

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

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