#714158

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

Shades of Finn #714158

Tints of Finn #714158

Color information

#714158 (or 0x714158) is unknown color: approx Finn. HEX triplet: 71, 41 and 58. RGB value is (113,65,88). Sum of RGB (Red+Green+Blue) = 113+65+88=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #714158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714158 is #8EBEA7. Grayscale: #515151. Windows color (decimal): -9354920 or 5783921. OLE color: 5783921.

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

Color convert

RGB1136588-
CMYK00.420.220.56
HSL331.25º26.97%34.9%-
HSV(B)331.25º42.48%44.31%-
XYZ10.46810.22-
YUV81.97131.4150.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=42.48%
G=24.44%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113658800.420.220.56331.2526.9734.9
Hex71415802A163814b1b23
Octal16110113005226705133343
Binary11100011000001101100001010101011011100010100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714158; }

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

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

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

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

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

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

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

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