#71395B

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

Shades of Finn #71395B

Tints of Finn #71395B

Color information

#71395B (or 0x71395B) is unknown color: approx Finn. HEX triplet: 71, 39 and 5B. RGB value is (113,57,91). Sum of RGB (Red+Green+Blue) = 113+57+91=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71395B is #8EC6A4. Grayscale: #4D4D4D. Windows color (decimal): -9356965 or 5978481. OLE color: 5978481.

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

Color convert

RGB1135791-
CMYK00.500.190.56
HSL323.57º32.94%33.33%-
HSV(B)323.57º49.56%44.31%-
XYZ10.167.1910.75-
YUV77.62135.55153.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=43.30%
G=21.84%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113579100.500.190.56323.5732.9433.33
Hex71395B03213381442121
Octal1617113306223705044141
Binary11100011110011011011011001010011111000101000100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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