Html Css Color HEX #713F56 Finn

📋 copy color: '#713F56'

red 113 ◦ green 63 ◦ blue 86

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

Shades of Finn #713F56

Tints of Finn #713F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 43.13%
G = 24.05%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#713F56 (or 0x713F56) is known color: Finn. HEX triplet: 71, 3F and 56. RGB value is (113,63,86). Sum of RGB (Red+Green+Blue) = 113+63+86=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #713F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F56 is #8EC0A9. Grayscale: #505050. Windows color (decimal): -9355434 or 5652337. OLE color: 5652337.

HSL color Cylindrical-coordinate representation of color #713F56: hue angle of 332.4º 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 #713F56 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 63 86 -
CMYK 0 0.44 0.24 0.56
HSL 332.4º 0.28% 0.35% -
HSV(B) 332.4º 0.44% 0.44% -
XYZ 10.27 7.74 9.76 -
YUV 80.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 113 63 86 0 0.44 0.24 0.56 332.4 0.28 0.35
Hex 71 3F 56 0 2C 18 38 14C 1C 23
Octal 161 77 126 0 54 30 70 514 34 43
Binary 1110001 111111 1010110 0 101100 11000 111000 101001100 11100 100011

Color Harmonies of #713F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F56

Black with #713F56

Text Example


Text Example

White with #713F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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