#70405C

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

Shades of Finn #70405C

Tints of Finn #70405C

Color information

#70405C (or 0x70405C) is unknown color: approx Finn. HEX triplet: 70, 40 and 5C. RGB value is (112,64,92). Sum of RGB (Red+Green+Blue) = 112+64+92=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70405C is #8FBFA3. Grayscale: #515151. Windows color (decimal): -9420708 or 6045808. OLE color: 6045808.

HSL color Cylindrical-coordinate representation of color #70405C: hue angle of 325º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70405C is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1126492-
CMYK00.430.180.56
HSL325º27.27%34.51%-
HSV(B)325º42.86%43.92%-
XYZ10.457.8811.1-
YUV81.54133.9149.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=41.79%
G=23.88%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112649200.430.180.5632527.2734.51
Hex70405C02B12381451b23
Octal16010013405322705053343
Binary11100001000000101110001010111001011100010100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70405C; }

 p { color: rgb(112,64,92); }

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

<style>
 a { background-color: #70405C; }

 a { background-color: rgb(112,64,92); }

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

<style>
 span { border-color: #70405C; }

 span { border-color: rgb(112,64,92); }

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