#70445B

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

Shades of Finn #70445B

Tints of Finn #70445B

Color information

#70445B (or 0x70445B) is unknown color: approx Finn. HEX triplet: 70, 44 and 5B. RGB value is (112,68,91). Sum of RGB (Red+Green+Blue) = 112+68+91=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70445B is #8FBBA4. Grayscale: #535353. Windows color (decimal): -9419685 or 5981296. OLE color: 5981296.

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

Color convert

RGB1126891-
CMYK00.390.190.56
HSL328.64º24.44%35.29%-
HSV(B)328.64º39.29%43.92%-
XYZ10.648.3310.95-
YUV83.78132.08148.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=41.33%
G=25.09%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112689100.390.190.56328.6424.4435.29
Hex70445B02713381491823
Octal16010413304723705113043
Binary11100001000100101101101001111001111100010100100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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