Html Css Color HEX #713A57 Finn

📋 copy color: '#713A57'

red 113 ◦ green 58 ◦ blue 87

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

Shades of Finn #713A57

Tints of Finn #713A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.48%

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

R = 43.8%
G = 22.48%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#713A57 (or 0x713A57) is known color: Finn. HEX triplet: 71, 3A and 57. RGB value is (113,58,87). Sum of RGB (Red+Green+Blue) = 113+58+87=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #713A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A57 is #8EC5A8. Grayscale: #4D4D4D. Windows color (decimal): -9356713 or 5716593. OLE color: 5716593.

HSL color Cylindrical-coordinate representation of color #713A57: hue angle of 328.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #713A57 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 58 87 -
CMYK 0 0.49 0.23 0.56
HSL 328.36º 0.32% 0.34% -
HSV(B) 328.36º 0.49% 0.44% -
XYZ 10.04 7.22 9.88 -
YUV 77.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 113 58 87 0 0.49 0.23 0.56 328.36 0.32 0.34
Hex 71 3A 57 0 31 17 38 148 20 22
Octal 161 72 127 0 61 27 70 510 40 42
Binary 1110001 111010 1010111 0 110001 10111 111000 101001000 100000 100010

Color Harmonies of #713A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A57

Black with #713A57

Text Example


Text Example

White with #713A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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