#70425E

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

Shades of Finn #70425E

Tints of Finn #70425E

Color information

#70425E (or 0x70425E) is unknown color: approx Finn. HEX triplet: 70, 42 and 5E. RGB value is (112,66,94). Sum of RGB (Red+Green+Blue) = 112+66+94=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70425E is #8FBDA1. Grayscale: #525252. Windows color (decimal): -9420194 or 6177392. OLE color: 6177392.

HSL color Cylindrical-coordinate representation of color #70425E: hue angle of 323.48º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70425E is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1126694-
CMYK00.410.160.56
HSL323.48º25.84%34.9%-
HSV(B)323.48º41.07%43.92%-
XYZ10.658.1511.6-
YUV82.95134.24148.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=41.18%
G=24.26%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112669400.410.160.56323.4825.8434.9
Hex70425E02910381431a23
Octal16010213605120705033243
Binary11100001000010101111001010011000011100010100001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70425E; }

 p { color: rgb(112,66,94); }

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

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

 a { background-color: rgb(112,66,94); }

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

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

 span { border-color: rgb(112,66,94); }

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