#713857

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

Shades of Finn #713857

Tints of Finn #713857

Color information

#713857 (or 0x713857) is unknown color: approx Finn. HEX triplet: 71, 38 and 57. RGB value is (113,56,87). Sum of RGB (Red+Green+Blue) = 113+56+87=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #713857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713857 is #8EC7A8. Grayscale: #4C4C4C. Windows color (decimal): -9357225 or 5716081. OLE color: 5716081.

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

Color convert

RGB1135687-
CMYK00.500.230.56
HSL327.37º33.73%33.14%-
HSV(B)327.37º50.44%44.31%-
XYZ9.947.039.85-
YUV76.58133.88153.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=44.14%
G=21.88%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113568700.500.230.56327.3733.7333.14
Hex71385703217381472221
Octal1617012706227705074241
Binary11100011110001010111011001010111111000101000111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713857; }

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

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

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

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

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

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

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

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