#713B5D

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

Shades of Finn #713B5D

Tints of Finn #713B5D

Color information

#713B5D (or 0x713B5D) is unknown color: approx Finn. HEX triplet: 71, 3B and 5D. RGB value is (113,59,93). Sum of RGB (Red+Green+Blue) = 113+59+93=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #713B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713B5D is #8EC4A2. Grayscale: #4E4E4E. Windows color (decimal): -9356451 or 6110065. OLE color: 6110065.

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

Color convert

RGB1135993-
CMYK00.480.180.56
HSL322.22º31.4%33.73%-
HSV(B)322.22º47.79%44.31%-
XYZ10.357.4311.24-
YUV79.02135.89152.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=42.64%
G=22.26%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113599300.480.180.56322.2231.433.73
Hex713B5D03012381421f22
Octal1617313506022705023742
Binary1110001111011101110101100001001011100010100001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,59,93); }

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

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

 a { background-color: rgb(113,59,93); }

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

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

 span { border-color: rgb(113,59,93); }

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