#713757

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

Shades of Finn #713757

Tints of Finn #713757

Color information

#713757 (or 0x713757) is unknown color: approx Finn. HEX triplet: 71, 37 and 57. RGB value is (113,55,87). Sum of RGB (Red+Green+Blue) = 113+55+87=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #713757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713757 is #8EC8A8. Grayscale: #4B4B4B. Windows color (decimal): -9357481 or 5715825. OLE color: 5715825.

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

Color convert

RGB1135587-
CMYK00.510.230.56
HSL326.9º34.52%32.94%-
HSV(B)326.9º51.33%44.31%-
XYZ9.96.939.83-
YUV75.99134.22154.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=44.31%
G=21.57%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113558700.510.230.56326.934.5232.94
Hex71375703317381472321
Octal1616712706327705074341
Binary11100011101111010111011001110111111000101000111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713757; }

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

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

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

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

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

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

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

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