#70405F

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

Shades of Finn #70405F

Tints of Finn #70405F

Color information

#70405F (or 0x70405F) is unknown color: approx Finn. HEX triplet: 70, 40 and 5F. RGB value is (112,64,95). Sum of RGB (Red+Green+Blue) = 112+64+95=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70405F is #8FBFA0. Grayscale: #515151. Windows color (decimal): -9420705 or 6242416. OLE color: 6242416.

HSL color Cylindrical-coordinate representation of color #70405F: hue angle of 321.25º 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 #70405F is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1126495-
CMYK00.430.150.56
HSL321.25º27.27%34.51%-
HSV(B)321.25º42.86%43.92%-
XYZ10.587.9411.8-
YUV81.89135.4149.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=41.33%
G=23.62%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112649500.430.150.56321.2527.2734.51
Hex70405F02BF381411b23
Octal16010013705317705013343
Binary1110000100000010111110101011111111100010100000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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