#71385C

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

Shades of Finn #71385C

Tints of Finn #71385C

Color information

#71385C (or 0x71385C) is unknown color: approx Finn. HEX triplet: 71, 38 and 5C. RGB value is (113,56,92). Sum of RGB (Red+Green+Blue) = 113+56+92=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71385C is #8EC7A3. Grayscale: #4D4D4D. Windows color (decimal): -9357220 or 6043761. OLE color: 6043761.

HSL color Cylindrical-coordinate representation of color #71385C: hue angle of 322.11º degrees, saturation: 0.34, 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 #71385C is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1135692-
CMYK00.500.190.56
HSL322.11º33.73%33.14%-
HSV(B)322.11º50.44%44.31%-
XYZ10.167.1110.96-
YUV77.15136.38153.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=43.30%
G=21.46%
B=35.25%

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
Decimal113569200.500.190.56322.1133.7333.14
Hex71385C03213381422221
Octal1617013406223705024241
Binary11100011110001011100011001010011111000101000010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71385C; }

 p { color: rgb(113,56,92); }

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

<style>
 a { background-color: #71385C; }

 a { background-color: rgb(113,56,92); }

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

<style>
 span { border-color: #71385C; }

 span { border-color: rgb(113,56,92); }

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