#714455

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

Shades of Finn #714455

Tints of Finn #714455

Color information

#714455 (or 0x714455) is unknown color: approx Finn. HEX triplet: 71, 44 and 55. RGB value is (113,68,85). Sum of RGB (Red+Green+Blue) = 113+68+85=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #714455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714455 is #8EBBAA. Grayscale: #535353. Windows color (decimal): -9354155 or 5588081. OLE color: 5588081.

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

Color convert

RGB1136885-
CMYK00.400.250.56
HSL337.33º24.86%35.49%-
HSV(B)337.33º39.82%44.31%-
XYZ10.528.39.64-
YUV83.39128.91149.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=42.48%
G=25.56%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113688500.400.250.56337.3324.8635.49
Hex71445502819381511923
Octal16110412505031705213143
Binary11100011000100101010101010001100111100010101000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714455; }

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

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

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

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

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

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

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

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