#71375B

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

Shades of Finn #71375B

Tints of Finn #71375B

Color information

#71375B (or 0x71375B) is unknown color: approx Finn. HEX triplet: 71, 37 and 5B. RGB value is (113,55,91). Sum of RGB (Red+Green+Blue) = 113+55+91=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71375B is #8EC8A4. Grayscale: #4C4C4C. Windows color (decimal): -9357477 or 5977969. OLE color: 5977969.

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

Color convert

RGB1135591-
CMYK00.510.190.56
HSL322.76º34.52%32.94%-
HSV(B)322.76º51.33%44.31%-
XYZ10.06710.72-
YUV76.45136.22154.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=43.63%
G=21.24%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113559100.510.190.56322.7634.5232.94
Hex71375B03313381432321
Octal1616713306323705034341
Binary11100011101111011011011001110011111000101000011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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