#713F51

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

Shades of Finn #713F51

Tints of Finn #713F51

Color information

#713F51 (or 0x713F51) is unknown color: approx Finn. HEX triplet: 71, 3F and 51. RGB value is (113,63,81). Sum of RGB (Red+Green+Blue) = 113+63+81=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #713F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F51 is #8EC0AE. Grayscale: #4F4F4F. Windows color (decimal): -9355439 or 5324657. OLE color: 5324657.

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

Color convert

RGB1136381-
CMYK00.440.280.56
HSL338.4º28.41%34.51%-
HSV(B)338.4º44.25%44.31%-
XYZ10.077.668.73-
YUV80128.56151.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 63 (25% from 255) = 24.51%
BLUE value IS 81 (32.03% from 255) = 31.52%
R=43.97%
G=24.51%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113638100.440.280.56338.428.4134.51
Hex713F5102C1C381521c23
Octal1617712105434705223443
Binary1110001111111101000101011001110011100010101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,63,81); }

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

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

 a { background-color: rgb(113,63,81); }

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

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

 span { border-color: rgb(113,63,81); }

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