#70405A

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

Shades of Finn #70405A

Tints of Finn #70405A

Color information

#70405A (or 0x70405A) is unknown color: approx Finn. HEX triplet: 70, 40 and 5A. RGB value is (112,64,90). Sum of RGB (Red+Green+Blue) = 112+64+90=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #70405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70405A is #8FBFA5. Grayscale: #515151. Windows color (decimal): -9420710 or 5914736. OLE color: 5914736.

HSL color Cylindrical-coordinate representation of color #70405A: hue angle of 327.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70405A is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1126490-
CMYK00.430.200.56
HSL327.5º27.27%34.51%-
HSV(B)327.5º42.86%43.92%-
XYZ10.367.8510.64-
YUV81.32132.9149.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=42.11%
G=24.06%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112649000.430.200.56327.527.2734.51
Hex70405A02B14381481b23
Octal16010013205324705103343
Binary11100001000000101101001010111010011100010100100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70405A; }

 p { color: rgb(112,64,90); }

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

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

 a { background-color: rgb(112,64,90); }

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

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

 span { border-color: rgb(112,64,90); }

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