#713C4F

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

Shades of Finn #713C4F

Tints of Finn #713C4F

Color information

#713C4F (or 0x713C4F) is unknown color: approx Finn. HEX triplet: 71, 3C and 4F. RGB value is (113,60,79). Sum of RGB (Red+Green+Blue) = 113+60+79=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #713C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713C4F is #8EC3B0. Grayscale: #4D4D4D. Windows color (decimal): -9356209 or 5192817. OLE color: 5192817.

HSL color Cylindrical-coordinate representation of color #713C4F: hue angle of 338.49º 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 #713C4F is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1136079-
CMYK00.470.300.56
HSL338.49º30.64%33.92%-
HSV(B)338.49º46.9%44.31%-
XYZ9.847.318.29-
YUV78.01128.56152.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=44.84%
G=23.81%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113607900.470.300.56338.4930.6433.92
Hex713C4F02F1E381521f22
Octal1617411705736705223742
Binary1110001111100100111101011111111011100010101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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