#714556

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

Shades of Finn #714556

Tints of Finn #714556

Color information

#714556 (or 0x714556) is unknown color: approx Finn. HEX triplet: 71, 45 and 56. RGB value is (113,69,86). Sum of RGB (Red+Green+Blue) = 113+69+86=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #714556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714556 is #8EBAA9. Grayscale: #545454. Windows color (decimal): -9353898 or 5653873. OLE color: 5653873.

HSL color Cylindrical-coordinate representation of color #714556: hue angle of 336.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #714556 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1136986-
CMYK00.390.240.56
HSL336.82º24.18%35.69%-
HSV(B)336.82º38.94%44.31%-
XYZ10.628.449.87-
YUV84.09129.08148.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=42.16%
G=25.75%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113698600.390.240.56336.8224.1835.69
Hex71455602718381511824
Octal16110512604730705213044
Binary11100011000101101011001001111100011100010101000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714556; }

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

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

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

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

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

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

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

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