#713856

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

Shades of Finn #713856

Tints of Finn #713856

Color information

#713856 (or 0x713856) is unknown color: approx Finn. HEX triplet: 71, 38 and 56. RGB value is (113,56,86). Sum of RGB (Red+Green+Blue) = 113+56+86=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #713856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713856 is #8EC7A9. Grayscale: #4C4C4C. Windows color (decimal): -9357226 or 5650545. OLE color: 5650545.

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

Color convert

RGB1135686-
CMYK00.500.240.56
HSL328.42º33.73%33.14%-
HSV(B)328.42º50.44%44.31%-
XYZ9.97.019.64-
YUV76.46133.38154.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=44.31%
G=21.96%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113568600.500.240.56328.4233.7333.14
Hex71385603218381482221
Octal1617012606230705104241
Binary11100011110001010110011001011000111000101001000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713856; }

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

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

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

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

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

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

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

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