#70435B

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

Shades of Finn #70435B

Tints of Finn #70435B

Color information

#70435B (or 0x70435B) is unknown color: approx Finn. HEX triplet: 70, 43 and 5B. RGB value is (112,67,91). Sum of RGB (Red+Green+Blue) = 112+67+91=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70435B is #8FBCA4. Grayscale: #535353. Windows color (decimal): -9419941 or 5981040. OLE color: 5981040.

HSL color Cylindrical-coordinate representation of color #70435B: hue angle of 328º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70435B is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1126791-
CMYK00.400.190.56
HSL328º25.14%35.1%-
HSV(B)328º40.18%43.92%-
XYZ10.588.2110.93-
YUV83.19132.41148.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=41.48%
G=24.81%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112679100.400.190.5632825.1435.1
Hex70435B02813381481923
Octal16010313305023705103143
Binary11100001000011101101101010001001111100010100100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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