#714558

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

Shades of Finn #714558

Tints of Finn #714558

Color information

#714558 (or 0x714558) is unknown color: approx Finn. HEX triplet: 71, 45 and 58. RGB value is (113,69,88). Sum of RGB (Red+Green+Blue) = 113+69+88=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #714558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714558 is #8EBAA7. Grayscale: #545454. Windows color (decimal): -9353896 or 5784945. OLE color: 5784945.

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

Color convert

RGB1136988-
CMYK00.390.220.56
HSL334.09º24.18%35.69%-
HSV(B)334.09º38.94%44.31%-
XYZ10.78.4710.3-
YUV84.32130.08148.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=41.85%
G=25.56%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113698800.390.220.56334.0924.1835.69
Hex714558027163814e1824
Octal16110513004726705163044
Binary11100011000101101100001001111011011100010100111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714558; }

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

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

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

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

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

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

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

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