#70415A

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

Shades of Finn #70415A

Tints of Finn #70415A

Color information

#70415A (or 0x70415A) is unknown color: approx Finn. HEX triplet: 70, 41 and 5A. RGB value is (112,65,90). Sum of RGB (Red+Green+Blue) = 112+65+90=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #70415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70415A is #8FBEA5. Grayscale: #515151. Windows color (decimal): -9420454 or 5914992. OLE color: 5914992.

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

Color convert

RGB1126590-
CMYK00.420.200.56
HSL328.09º26.55%34.71%-
HSV(B)328.09º41.96%43.92%-
XYZ10.427.9610.66-
YUV81.9132.57149.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=41.95%
G=24.34%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112659000.420.200.56328.0926.5534.71
Hex70415A02A14381481b23
Octal16010113205224705103343
Binary11100001000001101101001010101010011100010100100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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