#713958

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

Shades of Finn #713958

Tints of Finn #713958

Color information

#713958 (or 0x713958) is unknown color: approx Finn. HEX triplet: 71, 39 and 58. RGB value is (113,57,88). Sum of RGB (Red+Green+Blue) = 113+57+88=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #713958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713958 is #8EC6A7. Grayscale: #4D4D4D. Windows color (decimal): -9356968 or 5781873. OLE color: 5781873.

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

Color convert

RGB1135788-
CMYK00.500.220.56
HSL326.79º32.94%33.33%-
HSV(B)326.79º49.56%44.31%-
XYZ10.037.1410.08-
YUV77.28134.05153.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=43.80%
G=22.09%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113578800.500.220.56326.7932.9433.33
Hex71395803216381472121
Octal1617113006226705074141
Binary11100011110011011000011001010110111000101000111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713958; }

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

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

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

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

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

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

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

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