Html Css Color HEX #713F51 Finn

📋 copy color: '#713F51'

red 113 ◦ green 63 ◦ blue 81

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

Shades of Finn #713F51

Tints of Finn #713F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.52%

R = 43.97%
G = 24.51%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#713F51 (or 0x713F51) is known color: Finn. HEX triplet: 71, 3F and 51. RGB value is (113,63,81). Sum of RGB (Red+Green+Blue) = 113+63+81=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #713F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F51 is #8EC0AE. Grayscale: #4F4F4F. Windows color (decimal): -9355439 or 5324657. OLE color: 5324657.

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

Color convert

RGB 113 63 81 -
CMYK 0 0.44 0.28 0.56
HSL 338.4º 0.28% 0.35% -
HSV(B) 338.4º 0.44% 0.44% -
XYZ 10.07 7.66 8.73 -
YUV 80 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 113 63 81 0 0.44 0.28 0.56 338.4 0.28 0.35
Hex 71 3F 51 0 2C 1C 38 152 1C 23
Octal 161 77 121 0 54 34 70 522 34 43
Binary 1110001 111111 1010001 0 101100 11100 111000 101010010 11100 100011

Color Harmonies of #713F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F51

Black with #713F51

Text Example


Text Example

White with #713F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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