#713F56

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

Shades of Finn #713F56

Tints of Finn #713F56

Color information

#713F56 (or 0x713F56) is unknown color: approx Finn. HEX triplet: 71, 3F and 56. RGB value is (113,63,86). Sum of RGB (Red+Green+Blue) = 113+63+86=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #713F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F56 is #8EC0A9. Grayscale: #505050. Windows color (decimal): -9355434 or 5652337. OLE color: 5652337.

HSL color Cylindrical-coordinate representation of color #713F56: hue angle of 332.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 #713F56 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1136386-
CMYK00.440.240.56
HSL332.4º28.41%34.51%-
HSV(B)332.4º44.25%44.31%-
XYZ10.277.749.76-
YUV80.57131.06151.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=43.13%
G=24.05%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113638600.440.240.56332.428.4134.51
Hex713F5602C183814c1c23
Octal1617712605430705143443
Binary1110001111111101011001011001100011100010100110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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