#703951

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

Shades of Finn #703951

Tints of Finn #703951

Color information

#703951 (or 0x703951) is unknown color: approx Finn. HEX triplet: 70, 39 and 51. RGB value is (112,57,81). Sum of RGB (Red+Green+Blue) = 112+57+81=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #703951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703951 is #8FC6AE. Grayscale: #4C4C4C. Windows color (decimal): -9422511 or 5323120. OLE color: 5323120.

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

Color convert

RGB1125781-
CMYK00.490.280.56
HSL333.82º32.54%33.14%-
HSV(B)333.82º49.11%43.92%-
XYZ9.636.978.62-
YUV76.18130.72153.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=44.8%
G=22.8%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112578100.490.280.56333.8232.5433.14
Hex7039510311C3814e2121
Octal1607112106134705164141
Binary11100001110011010001011000111100111000101001110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703951; }

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

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

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

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

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

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

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

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