#714154

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

Shades of Finn #714154

Tints of Finn #714154

Color information

#714154 (or 0x714154) is unknown color: approx Finn. HEX triplet: 71, 41 and 54. RGB value is (113,65,84). Sum of RGB (Red+Green+Blue) = 113+65+84=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #714154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714154 is #8EBEAB. Grayscale: #515151. Windows color (decimal): -9354924 or 5521777. OLE color: 5521777.

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

Color convert

RGB1136584-
CMYK00.420.260.56
HSL336.25º26.97%34.9%-
HSV(B)336.25º42.48%44.31%-
XYZ10.37.939.38-
YUV81.52129.4150.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=43.13%
G=24.81%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113658400.420.260.56336.2526.9734.9
Hex71415402A1A381501b23
Octal16110112405232705203343
Binary11100011000001101010001010101101011100010101000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714154; }

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

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

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

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

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

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

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

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