#70425B

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

Shades of Finn #70425B

Tints of Finn #70425B

Color information

#70425B (or 0x70425B) is unknown color: approx Finn. HEX triplet: 70, 42 and 5B. RGB value is (112,66,91). Sum of RGB (Red+Green+Blue) = 112+66+91=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70425B is #8FBDA4. Grayscale: #525252. Windows color (decimal): -9420197 or 5980784. OLE color: 5980784.

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

Color convert

RGB1126691-
CMYK00.410.190.56
HSL327.39º25.84%34.9%-
HSV(B)327.39º41.07%43.92%-
XYZ10.528.110.91-
YUV82.6132.74148.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=41.64%
G=24.54%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112669100.410.190.56327.3925.8434.9
Hex70425B02913381471a23
Octal16010213305123705073243
Binary11100001000010101101101010011001111100010100011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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