#70394F

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

Shades of Finn #70394F

Tints of Finn #70394F

Color information

#70394F (or 0x70394F) is unknown color: approx Finn. HEX triplet: 70, 39 and 4F. RGB value is (112,57,79). Sum of RGB (Red+Green+Blue) = 112+57+79=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #70394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70394F is #8FC6B0. Grayscale: #4B4B4B. Windows color (decimal): -9422513 or 5192048. OLE color: 5192048.

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

Color convert

RGB1125779-
CMYK00.490.290.56
HSL336º32.54%33.14%-
HSV(B)336º49.11%43.92%-
XYZ9.566.948.23-
YUV75.95129.72153.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=45.16%
G=22.98%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112577900.490.290.5633632.5433.14
Hex70394F0311D381502121
Octal1607111706135705204141
Binary11100001110011001111011000111101111000101010000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70394F; }

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

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

<style>
 a { background-color: #70394F; }

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

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

<style>
 span { border-color: #70394F; }

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

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