#70435A

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

Shades of Finn #70435A

Tints of Finn #70435A

Color information

#70435A (or 0x70435A) is unknown color: approx Finn. HEX triplet: 70, 43 and 5A. RGB value is (112,67,90). Sum of RGB (Red+Green+Blue) = 112+67+90=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70435A is #8FBCA5. Grayscale: #535353. Windows color (decimal): -9419942 or 5915504. OLE color: 5915504.

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

Color convert

RGB1126790-
CMYK00.400.200.56
HSL329.33º25.14%35.1%-
HSV(B)329.33º40.18%43.92%-
XYZ10.538.210.7-
YUV83.08131.91148.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=41.64%
G=24.91%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112679000.400.200.56329.3325.1435.1
Hex70435A02814381491923
Octal16010313205024705113143
Binary11100001000011101101001010001010011100010100100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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