#70475A

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

Shades of Finn #70475A

Tints of Finn #70475A

Color information

#70475A (or 0x70475A) is unknown color: approx Finn. HEX triplet: 70, 47 and 5A. RGB value is (112,71,90). Sum of RGB (Red+Green+Blue) = 112+71+90=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70475A is #8FB8A5. Grayscale: #555555. Windows color (decimal): -9418918 or 5916528. OLE color: 5916528.

HSL color Cylindrical-coordinate representation of color #70475A: hue angle of 332.2º 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 #70475A is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1127190-
CMYK00.370.200.56
HSL332.2º22.4%35.88%-
HSV(B)332.2º36.61%43.92%-
XYZ10.788.6910.78-
YUV85.42130.58146.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=41.03%
G=26.01%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112719000.370.200.56332.222.435.88
Hex70475A025143814c1624
Octal16010713204524705142644
Binary11100001000111101101001001011010011100010100110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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