#71405C

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

Shades of Finn #71405C

Tints of Finn #71405C

Color information

#71405C (or 0x71405C) is unknown color: approx Finn. HEX triplet: 71, 40 and 5C. RGB value is (113,64,92). Sum of RGB (Red+Green+Blue) = 113+64+92=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #71405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71405C is #8EBFA3. Grayscale: #515151. Windows color (decimal): -9355172 or 6045809. OLE color: 6045809.

HSL color Cylindrical-coordinate representation of color #71405C: hue angle of 325.71º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71405C is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1136492-
CMYK00.430.190.56
HSL325.71º27.68%34.71%-
HSV(B)325.71º43.36%44.31%-
XYZ10.587.9511.1-
YUV81.84133.73150.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=42.01%
G=23.79%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113649200.430.190.56325.7127.6834.71
Hex71405C02B13381461c23
Octal16110013405323705063443
Binary11100011000000101110001010111001111100010100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71405C; }

 p { color: rgb(113,64,92); }

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

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

 a { background-color: rgb(113,64,92); }

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

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

 span { border-color: rgb(113,64,92); }

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