#714759

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

Shades of Finn #714759

Tints of Finn #714759

Color information

#714759 (or 0x714759) is unknown color: approx Finn. HEX triplet: 71, 47 and 59. RGB value is (113,71,89). Sum of RGB (Red+Green+Blue) = 113+71+89=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #714759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714759 is #8EB8A6. Grayscale: #555555. Windows color (decimal): -9353383 or 5850993. OLE color: 5850993.

HSL color Cylindrical-coordinate representation of color #714759: hue angle of 334.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #714759 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1137189-
CMYK00.370.210.56
HSL334.29º22.83%36.08%-
HSV(B)334.29º37.17%44.31%-
XYZ10.878.7410.57-
YUV85.61129.91147.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=41.39%
G=26.01%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113718900.370.210.56334.2922.8336.08
Hex714759025153814e1724
Octal16110713104525705162744
Binary11100011000111101100101001011010111100010100111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714759; }

 p { color: rgb(113,71,89); }

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

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

 a { background-color: rgb(113,71,89); }

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

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

 span { border-color: rgb(113,71,89); }

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