#714057

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

Shades of Finn #714057

Tints of Finn #714057

Color information

#714057 (or 0x714057) is unknown color: approx Finn. HEX triplet: 71, 40 and 57. RGB value is (113,64,87). Sum of RGB (Red+Green+Blue) = 113+64+87=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #714057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714057 is #8EBFA8. Grayscale: #515151. Windows color (decimal): -9355177 or 5718129. OLE color: 5718129.

HSL color Cylindrical-coordinate representation of color #714057: hue angle of 331.84º 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 #714057 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1136487-
CMYK00.430.230.56
HSL331.84º27.68%34.71%-
HSV(B)331.84º43.36%44.31%-
XYZ10.367.879.99-
YUV81.27131.23150.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=42.80%
G=24.24%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113648700.430.230.56331.8427.6834.71
Hex71405702B173814c1c23
Octal16110012705327705143443
Binary11100011000000101011101010111011111100010100110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714057; }

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

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

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

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

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

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

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

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