#714157

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

Shades of Finn #714157

Tints of Finn #714157

Color information

#714157 (or 0x714157) is unknown color: approx Finn. HEX triplet: 71, 41 and 57. RGB value is (113,65,87). Sum of RGB (Red+Green+Blue) = 113+65+87=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714157 is #8EBEA8. Grayscale: #515151. Windows color (decimal): -9354921 or 5718385. OLE color: 5718385.

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

Color convert

RGB1136587-
CMYK00.420.230.56
HSL332.5º26.97%34.9%-
HSV(B)332.5º42.48%44.31%-
XYZ10.427.9810.01-
YUV81.86130.9150.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 87 (34.38% from 255) = 32.83%
R=42.64%
G=24.53%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113658700.420.230.56332.526.9734.9
Hex71415702A173814c1b23
Octal16110112705227705143343
Binary11100011000001101011101010101011111100010100110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714157; }

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

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

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

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

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

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

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

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