#714055

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

Shades of Finn #714055

Tints of Finn #714055

Color information

#714055 (or 0x714055) is unknown color: approx Finn. HEX triplet: 71, 40 and 55. RGB value is (113,64,85). Sum of RGB (Red+Green+Blue) = 113+64+85=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #714055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714055 is #8EBFAA. Grayscale: #515151. Windows color (decimal): -9355179 or 5587057. OLE color: 5587057.

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

Color convert

RGB1136485-
CMYK00.430.250.56
HSL334.29º27.68%34.71%-
HSV(B)334.29º43.36%44.31%-
XYZ10.287.839.56-
YUV81.04130.23150.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=43.13%
G=24.43%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113648500.430.250.56334.2927.6834.71
Hex71405502B193814e1c23
Octal16110012505331705163443
Binary11100011000000101010101010111100111100010100111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714055; }

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

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

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

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

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

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

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

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