#713C56

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

Shades of Finn #713C56

Tints of Finn #713C56

Color information

#713C56 (or 0x713C56) is unknown color: approx Finn. HEX triplet: 71, 3C and 56. RGB value is (113,60,86). Sum of RGB (Red+Green+Blue) = 113+60+86=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #713C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713C56 is #8EC3A9. Grayscale: #4E4E4E. Windows color (decimal): -9356202 or 5651569. OLE color: 5651569.

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

Color convert

RGB1136086-
CMYK00.470.240.56
HSL330.57º30.64%33.92%-
HSV(B)330.57º46.9%44.31%-
XYZ10.117.419.7-
YUV78.81132.06152.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 60 (23.83% from 255) = 23.17%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=43.63%
G=23.17%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113608600.470.240.56330.5730.6433.92
Hex713C5602F183814b1f22
Octal1617412605730705133742
Binary1110001111100101011001011111100011100010100101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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