#714059

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

Shades of Finn #714059

Tints of Finn #714059

Color information

#714059 (or 0x714059) is unknown color: approx Finn. HEX triplet: 71, 40 and 59. RGB value is (113,64,89). Sum of RGB (Red+Green+Blue) = 113+64+89=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #714059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714059 is #8EBFA6. Grayscale: #515151. Windows color (decimal): -9355175 or 5849201. OLE color: 5849201.

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

Color convert

RGB1136489-
CMYK00.430.210.56
HSL329.39º27.68%34.71%-
HSV(B)329.39º43.36%44.31%-
XYZ10.457.910.43-
YUV81.5132.23150.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=42.48%
G=24.06%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113648900.430.210.56329.3927.6834.71
Hex71405902B15381491c23
Octal16110013105325705113443
Binary11100011000000101100101010111010111100010100100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714059; }

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

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

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

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

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

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

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

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