#714454

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

Shades of Finn #714454

Tints of Finn #714454

Color information

#714454 (or 0x714454) is unknown color: approx Finn. HEX triplet: 71, 44 and 54. RGB value is (113,68,84). Sum of RGB (Red+Green+Blue) = 113+68+84=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714454 is #8EBBAB. Grayscale: #535353. Windows color (decimal): -9354156 or 5522545. OLE color: 5522545.

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

Color convert

RGB1136884-
CMYK00.400.260.56
HSL338.67º24.86%35.49%-
HSV(B)338.67º39.82%44.31%-
XYZ10.488.299.43-
YUV83.28128.41149.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=42.64%
G=25.66%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113688400.400.260.56338.6724.8635.49
Hex7144540281A381531923
Octal16110412405032705233143
Binary11100011000100101010001010001101011100010101001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714454; }

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

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

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

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

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

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

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

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