#70395B

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

Shades of Finn #70395B

Tints of Finn #70395B

Color information

#70395B (or 0x70395B) is unknown color: approx Finn. HEX triplet: 70, 39 and 5B. RGB value is (112,57,91). Sum of RGB (Red+Green+Blue) = 112+57+91=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70395B is #8FC6A4. Grayscale: #4D4D4D. Windows color (decimal): -9422501 or 5978480. OLE color: 5978480.

HSL color Cylindrical-coordinate representation of color #70395B: hue angle of 322.91º 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 #70395B is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1125791-
CMYK00.490.190.56
HSL322.91º32.54%33.14%-
HSV(B)322.91º49.11%43.92%-
XYZ10.037.1310.74-
YUV77.32135.72152.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 91 (35.94% from 255) = 35%
R=43.08%
G=21.92%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112579100.490.190.56322.9132.5433.14
Hex70395B03113381432121
Octal1607113306123705034141
Binary11100001110011011011011000110011111000101000011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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