#713951

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

Shades of Finn #713951

Tints of Finn #713951

Color information

#713951 (or 0x713951) is unknown color: approx Finn. HEX triplet: 71, 39 and 51. RGB value is (113,57,81). Sum of RGB (Red+Green+Blue) = 113+57+81=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #713951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713951 is #8EC6AE. Grayscale: #4C4C4C. Windows color (decimal): -9356975 or 5323121. OLE color: 5323121.

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

Color convert

RGB1135781-
CMYK00.500.280.56
HSL334.29º32.94%33.33%-
HSV(B)334.29º49.56%44.31%-
XYZ9.767.038.63-
YUV76.48130.55154.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=45.02%
G=22.71%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113578100.500.280.56334.2932.9433.33
Hex7139510321C3814e2121
Octal1617112106234705164141
Binary11100011110011010001011001011100111000101001110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713951; }

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

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

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

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

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

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

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

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