#70475B

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

Shades of Finn #70475B

Tints of Finn #70475B

Color information

#70475B (or 0x70475B) is unknown color: approx Finn. HEX triplet: 70, 47 and 5B. RGB value is (112,71,91). Sum of RGB (Red+Green+Blue) = 112+71+91=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70475B is #8FB8A4. Grayscale: #555555. Windows color (decimal): -9418917 or 5982064. OLE color: 5982064.

HSL color Cylindrical-coordinate representation of color #70475B: hue angle of 330.73º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70475B is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1127191-
CMYK00.370.190.56
HSL330.73º22.4%35.88%-
HSV(B)330.73º36.61%43.92%-
XYZ10.828.7111.01-
YUV85.54131.08146.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=40.88%
G=25.91%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112719100.370.190.56330.7322.435.88
Hex70475B025133814b1624
Octal16010713304523705132644
Binary11100001000111101101101001011001111100010100101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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