Html Css Color HEX #713F55 Finn

📋 copy color: '#713F55'

red 113 ◦ green 63 ◦ blue 85

#713F55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #713F55

Tints of Finn #713F55

RGB

 RED value IS 113 (44.53% from 255) = 43.3%

 GREEN value IS 63 (25% from 255) = 24.14%

 BLUE value IS 85 (33.59% from 255) = 32.57%

R = 43.3%
G = 24.14%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#713F55 (or 0x713F55) is known color: Finn. HEX triplet: 71, 3F and 55. RGB value is (113,63,85). Sum of RGB (Red+Green+Blue) = 113+63+85=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #713F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F55 is #8EC0AA. Grayscale: #505050. Windows color (decimal): -9355435 or 5586801. OLE color: 5586801.

HSL color Cylindrical-coordinate representation of color #713F55: hue angle of 333.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #713F55 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 63 85 -
CMYK 0 0.44 0.25 0.56
HSL 333.6º 0.28% 0.35% -
HSV(B) 333.6º 0.44% 0.44% -
XYZ 10.23 7.72 9.55 -
YUV 80.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 113 63 85 0 0.44 0.25 0.56 333.6 0.28 0.35
Hex 71 3F 55 0 2C 19 38 14E 1C 23
Octal 161 77 125 0 54 31 70 516 34 43
Binary 1110001 111111 1010101 0 101100 11001 111000 101001110 11100 100011

Color Harmonies of #713F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F55

Black with #713F55

Text Example


Text Example

White with #713F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713F55; }

 p { color: rgb(113,63,85); }

 H1.HeaderClassName
 {
   color: #713F55;
 }
 .AnyTagClassName
 {
   color: #713F55;
 }
</style>

background-color css

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

 a { background-color: rgb(113,63,85); }

 div.DivClassName
 {
   background-color: #713F55;
 }
 .BgClassName
 {
   background-color: #713F55;
 }
</style>

border-color css

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

 span { border-color: rgb(113,63,85); }

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