Html Css Color HEX #713957 Finn

📋 copy color: '#713957'

red 113 ◦ green 57 ◦ blue 87

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

Shades of Finn #713957

Tints of Finn #713957

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.18%

 BLUE value IS 87 (34.38% from 255) = 33.85%

R = 43.97%
G = 22.18%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#713957 (or 0x713957) is known color: Finn. HEX triplet: 71, 39 and 57. RGB value is (113,57,87). Sum of RGB (Red+Green+Blue) = 113+57+87=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #713957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713957 is #8EC6A8. Grayscale: #4D4D4D. Windows color (decimal): -9356969 or 5716337. OLE color: 5716337.

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

Color convert

RGB 113 57 87 -
CMYK 0 0.50 0.23 0.56
HSL 327.86º 0.33% 0.33% -
HSV(B) 327.86º 0.5% 0.44% -
XYZ 9.99 7.13 9.87 -
YUV 77.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 113 57 87 0 0.50 0.23 0.56 327.86 0.33 0.33
Hex 71 39 57 0 32 17 38 148 21 21
Octal 161 71 127 0 62 27 70 510 41 41
Binary 1110001 111001 1010111 0 110010 10111 111000 101001000 100001 100001

Color Harmonies of #713957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713957

Black with #713957

Text Example


Text Example

White with #713957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713957; }

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

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

background-color css

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

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

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

border-color css

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

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

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