#71404F

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

Shades of Finn #71404F

Tints of Finn #71404F

Color information

#71404F (or 0x71404F) is unknown color: approx Finn. HEX triplet: 71, 40 and 4F. RGB value is (113,64,79). Sum of RGB (Red+Green+Blue) = 113+64+79=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71404F is #8EBFB0. Grayscale: #505050. Windows color (decimal): -9355185 or 5193841. OLE color: 5193841.

HSL color Cylindrical-coordinate representation of color #71404F: hue angle of 341.63º 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 #71404F is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1136479-
CMYK00.430.300.56
HSL341.63º27.68%34.71%-
HSV(B)341.63º43.36%44.31%-
XYZ10.057.748.36-
YUV80.36127.23151.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=44.14%
G=25%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113647900.430.300.56341.6327.6834.71
Hex71404F02B1E381561c23
Octal16110011705336705263443
Binary11100011000000100111101010111111011100010101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71404F; }

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

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

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

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

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

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

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

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