#703950

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

Shades of Finn #703950

Tints of Finn #703950

Color information

#703950 (or 0x703950) is unknown color: approx Finn. HEX triplet: 70, 39 and 50. RGB value is (112,57,80). Sum of RGB (Red+Green+Blue) = 112+57+80=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #703950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703950 is #8FC6AF. Grayscale: #4C4C4C. Windows color (decimal): -9422512 or 5257584. OLE color: 5257584.

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

Color convert

RGB1125780-
CMYK00.490.290.56
HSL334.91º32.54%33.14%-
HSV(B)334.91º49.11%43.92%-
XYZ9.596.958.43-
YUV76.07130.22153.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=44.98%
G=22.89%
B=32.13%

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
Decimal112578000.490.290.56334.9132.5433.14
Hex7039500311D3814f2121
Octal1607112006135705174141
Binary11100001110011010000011000111101111000101001111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703950; }

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

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

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

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

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

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

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

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