#70395C

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

Shades of Finn #70395C

Tints of Finn #70395C

Color information

#70395C (or 0x70395C) is unknown color: approx Finn. HEX triplet: 70, 39 and 5C. RGB value is (112,57,92). Sum of RGB (Red+Green+Blue) = 112+57+92=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70395C is #8FC6A3. Grayscale: #4D4D4D. Windows color (decimal): -9422500 or 6044016. OLE color: 6044016.

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

Color convert

RGB1125792-
CMYK00.490.180.56
HSL321.82º32.54%33.14%-
HSV(B)321.82º49.11%43.92%-
XYZ10.087.1410.97-
YUV77.44136.22152.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=42.91%
G=21.84%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112579200.490.180.56321.8232.5433.14
Hex70395C03112381422121
Octal1607113406122705024141
Binary11100001110011011100011000110010111000101000010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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