#70415C

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

Shades of Finn #70415C

Tints of Finn #70415C

Color information

#70415C (or 0x70415C) is unknown color: approx Finn. HEX triplet: 70, 41 and 5C. RGB value is (112,65,92). Sum of RGB (Red+Green+Blue) = 112+65+92=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70415C is #8FBEA3. Grayscale: #525252. Windows color (decimal): -9420452 or 6046064. OLE color: 6046064.

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

Color convert

RGB1126592-
CMYK00.420.180.56
HSL325.53º26.55%34.71%-
HSV(B)325.53º41.96%43.92%-
XYZ10.5811.12-
YUV82.13133.57149.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=41.64%
G=24.16%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112659200.420.180.56325.5326.5534.71
Hex70415C02A12381461b23
Octal16010113405222705063343
Binary11100001000001101110001010101001011100010100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70415C; }

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

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

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

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

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

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

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

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