#713758

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

Shades of Finn #713758

Tints of Finn #713758

Color information

#713758 (or 0x713758) is unknown color: approx Finn. HEX triplet: 71, 37 and 58. RGB value is (113,55,88). Sum of RGB (Red+Green+Blue) = 113+55+88=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #713758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713758 is #8EC8A7. Grayscale: #4C4C4C. Windows color (decimal): -9357480 or 5781361. OLE color: 5781361.

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

Color convert

RGB1135588-
CMYK00.510.220.56
HSL325.86º34.52%32.94%-
HSV(B)325.86º51.33%44.31%-
XYZ9.946.9510.05-
YUV76.1134.72154.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=44.14%
G=21.48%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113558800.510.220.56325.8634.5232.94
Hex71375803316381462321
Octal1616713006326705064341
Binary11100011101111011000011001110110111000101000110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713758; }

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

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

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

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

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

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

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

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