#71465B

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

Shades of Finn #71465B

Tints of Finn #71465B

Color information

#71465B (or 0x71465B) is unknown color: approx Finn. HEX triplet: 71, 46 and 5B. RGB value is (113,70,91). Sum of RGB (Red+Green+Blue) = 113+70+91=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71465B is #8EB9A4. Grayscale: #555555. Windows color (decimal): -9353637 or 5981809. OLE color: 5981809.

HSL color Cylindrical-coordinate representation of color #71465B: hue angle of 330.7º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71465B is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1137091-
CMYK00.380.190.56
HSL330.7º23.5%35.88%-
HSV(B)330.7º38.05%44.31%-
XYZ10.898.6510.99-
YUV85.25131.25147.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=41.24%
G=25.55%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113709100.380.190.56330.723.535.88
Hex71465B026133814b1724
Octal16110613304623705132744
Binary11100011000110101101101001101001111100010100101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71465B; }

 p { color: rgb(113,70,91); }

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

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

 a { background-color: rgb(113,70,91); }

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

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

 span { border-color: rgb(113,70,91); }

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