#70405B

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

Shades of Finn #70405B

Tints of Finn #70405B

Color information

#70405B (or 0x70405B) is unknown color: approx Finn. HEX triplet: 70, 40 and 5B. RGB value is (112,64,91). Sum of RGB (Red+Green+Blue) = 112+64+91=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #70405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70405B is #8FBFA4. Grayscale: #515151. Windows color (decimal): -9420709 or 5980272. OLE color: 5980272.

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

Color convert

RGB1126491-
CMYK00.430.190.56
HSL326.25º27.27%34.51%-
HSV(B)326.25º42.86%43.92%-
XYZ10.47.8710.87-
YUV81.43133.4149.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=41.95%
G=23.97%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112649100.430.190.56326.2527.2734.51
Hex70405B02B13381461b23
Octal16010013305323705063343
Binary11100001000000101101101010111001111100010100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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