#71475A

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

Shades of Finn #71475A

Tints of Finn #71475A

Color information

#71475A (or 0x71475A) is unknown color: approx Finn. HEX triplet: 71, 47 and 5A. RGB value is (113,71,90). Sum of RGB (Red+Green+Blue) = 113+71+90=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71475A is #8EB8A5. Grayscale: #555555. Windows color (decimal): -9353382 or 5916529. OLE color: 5916529.

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

Color convert

RGB1137190-
CMYK00.370.200.56
HSL332.86º22.83%36.08%-
HSV(B)332.86º37.17%44.31%-
XYZ10.918.7610.79-
YUV85.72130.41147.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=41.24%
G=25.91%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113719000.370.200.56332.8622.8336.08
Hex71475A025143814d1724
Octal16110713204524705152744
Binary11100011000111101101001001011010011100010100110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71475A; }

 p { color: rgb(113,71,90); }

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

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

 a { background-color: rgb(113,71,90); }

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

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

 span { border-color: rgb(113,71,90); }

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