#714358

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

Shades of Finn #714358

Tints of Finn #714358

Color information

#714358 (or 0x714358) is unknown color: approx Finn. HEX triplet: 71, 43 and 58. RGB value is (113,67,88). Sum of RGB (Red+Green+Blue) = 113+67+88=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #714358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714358 is #8EBCA7. Grayscale: #535353. Windows color (decimal): -9354408 or 5784433. OLE color: 5784433.

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

Color convert

RGB1136788-
CMYK00.410.220.56
HSL332.61º25.56%35.29%-
HSV(B)332.61º40.71%44.31%-
XYZ10.588.2310.26-
YUV83.15130.74149.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=42.16%
G=25%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113678800.410.220.56332.6125.5635.29
Hex714358029163814d1a23
Octal16110313005126705153243
Binary11100011000011101100001010011011011100010100110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714358; }

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

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

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

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

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

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

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

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