#714458

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

Shades of Finn #714458

Tints of Finn #714458

Color information

#714458 (or 0x714458) is unknown color: approx Finn. HEX triplet: 71, 44 and 58. RGB value is (113,68,88). Sum of RGB (Red+Green+Blue) = 113+68+88=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #714458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714458 is #8EBBA7. Grayscale: #535353. Windows color (decimal): -9354152 or 5784689. OLE color: 5784689.

HSL color Cylindrical-coordinate representation of color #714458: hue angle of 333.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714458 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1136888-
CMYK00.400.220.56
HSL333.33º24.86%35.49%-
HSV(B)333.33º39.82%44.31%-
XYZ10.648.3510.28-
YUV83.74130.41148.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 88 (34.77% from 255) = 32.71%
R=42.01%
G=25.28%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113688800.400.220.56333.3324.8635.49
Hex714458028163814d1923
Octal16110413005026705153143
Binary11100011000100101100001010001011011100010100110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714458; }

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

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

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

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

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

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

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

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