#71385D

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

Shades of Finn #71385D

Tints of Finn #71385D

Color information

#71385D (or 0x71385D) is unknown color: approx Finn. HEX triplet: 71, 38 and 5D. RGB value is (113,56,93). Sum of RGB (Red+Green+Blue) = 113+56+93=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71385D is #8EC7A2. Grayscale: #4D4D4D. Windows color (decimal): -9357219 or 6109297. OLE color: 6109297.

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

Color convert

RGB1135693-
CMYK00.500.180.56
HSL321.05º33.73%33.14%-
HSV(B)321.05º50.44%44.31%-
XYZ10.27.1311.19-
YUV77.26136.88153.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=43.13%
G=21.37%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113569300.500.180.56321.0533.7333.14
Hex71385D03212381412221
Octal1617013506222705014241
Binary11100011110001011101011001010010111000101000001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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