#714156

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

Shades of Finn #714156

Tints of Finn #714156

Color information

#714156 (or 0x714156) is unknown color: approx Finn. HEX triplet: 71, 41 and 56. RGB value is (113,65,86). Sum of RGB (Red+Green+Blue) = 113+65+86=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #714156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714156 is #8EBEA9. Grayscale: #515151. Windows color (decimal): -9354922 or 5652849. OLE color: 5652849.

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

Color convert

RGB1136586-
CMYK00.420.240.56
HSL333.75º26.97%34.9%-
HSV(B)333.75º42.48%44.31%-
XYZ10.387.969.79-
YUV81.75130.4150.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=42.80%
G=24.62%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113658600.420.240.56333.7526.9734.9
Hex71415602A183814e1b23
Octal16110112605230705163343
Binary11100011000001101011001010101100011100010100111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714156; }

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

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

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

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

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

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

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

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