#713C50

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

Shades of Finn #713C50

Tints of Finn #713C50

Color information

#713C50 (or 0x713C50) is unknown color: approx Finn. HEX triplet: 71, 3C and 50. RGB value is (113,60,80). Sum of RGB (Red+Green+Blue) = 113+60+80=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #713C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713C50 is #8EC3AF. Grayscale: #4E4E4E. Windows color (decimal): -9356208 or 5258353. OLE color: 5258353.

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

Color convert

RGB1136080-
CMYK00.470.290.56
HSL337.36º30.64%33.92%-
HSV(B)337.36º46.9%44.31%-
XYZ9.877.328.48-
YUV78.13129.06152.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=44.66%
G=23.72%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113608000.470.290.56337.3630.6433.92
Hex713C5002F1D381511f22
Octal1617412005735705213742
Binary1110001111100101000001011111110111100010101000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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