#714056

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

Shades of Finn #714056

Tints of Finn #714056

Color information

#714056 (or 0x714056) is unknown color: approx Finn. HEX triplet: 71, 40 and 56. RGB value is (113,64,86). Sum of RGB (Red+Green+Blue) = 113+64+86=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #714056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714056 is #8EBFA9. Grayscale: #515151. Windows color (decimal): -9355178 or 5652593. OLE color: 5652593.

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

Color convert

RGB1136486-
CMYK00.430.240.56
HSL333.06º27.68%34.71%-
HSV(B)333.06º43.36%44.31%-
XYZ10.327.859.78-
YUV81.16130.73150.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=42.97%
G=24.33%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113648600.430.240.56333.0627.6834.71
Hex71405602B183814d1c23
Octal16110012605330705153443
Binary11100011000000101011001010111100011100010100110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714056; }

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

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

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

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

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

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

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

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