#714457

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

Shades of Finn #714457

Tints of Finn #714457

Color information

#714457 (or 0x714457) is unknown color: approx Finn. HEX triplet: 71, 44 and 57. RGB value is (113,68,87). Sum of RGB (Red+Green+Blue) = 113+68+87=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #714457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714457 is #8EBBA8. Grayscale: #535353. Windows color (decimal): -9354153 or 5719153. OLE color: 5719153.

HSL color Cylindrical-coordinate representation of color #714457: hue angle of 334.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714457 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1136887-
CMYK00.400.230.56
HSL334.67º24.86%35.49%-
HSV(B)334.67º39.82%44.31%-
XYZ10.68.3310.07-
YUV83.62129.91148.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 87 (34.38% from 255) = 32.46%
R=42.16%
G=25.37%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113688700.400.230.56334.6724.8635.49
Hex714457028173814f1923
Octal16110412705027705173143
Binary11100011000100101011101010001011111100010100111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714457; }

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

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

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

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

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

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

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

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