#713E57

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

Shades of Finn #713E57

Tints of Finn #713E57

Color information

#713E57 (or 0x713E57) is unknown color: approx Finn. HEX triplet: 71, 3E and 57. RGB value is (113,62,87). Sum of RGB (Red+Green+Blue) = 113+62+87=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #713E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E57 is #8EC1A8. Grayscale: #505050. Windows color (decimal): -9355689 or 5717617. OLE color: 5717617.

HSL color Cylindrical-coordinate representation of color #713E57: hue angle of 330.59º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #713E57 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1136287-
CMYK00.450.230.56
HSL330.59º29.14%34.31%-
HSV(B)330.59º45.13%44.31%-
XYZ10.257.649.95-
YUV80.1131.9151.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=43.13%
G=23.66%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113628700.450.230.56330.5929.1434.31
Hex713E5702D173814b1d22
Octal1617612705527705133542
Binary1110001111110101011101011011011111100010100101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713E57; }

 p { color: rgb(113,62,87); }

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

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

 a { background-color: rgb(113,62,87); }

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

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

 span { border-color: rgb(113,62,87); }

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