Html Css Color HEX #713E54 Finn

📋 copy color: '#713E54'

red 113 ◦ green 62 ◦ blue 84

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

Shades of Finn #713E54

Tints of Finn #713E54

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.94%

 BLUE value IS 84 (33.2% from 255) = 32.43%

R = 43.63%
G = 23.94%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#713E54 (or 0x713E54) is known color: Finn. HEX triplet: 71, 3E and 54. RGB value is (113,62,84). Sum of RGB (Red+Green+Blue) = 113+62+84=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #713E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E54 is #8EC1AB. Grayscale: #4F4F4F. Windows color (decimal): -9355692 or 5521009. OLE color: 5521009.

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

Color convert

RGB 113 62 84 -
CMYK 0 0.45 0.26 0.56
HSL 334.12º 0.29% 0.34% -
HSV(B) 334.12º 0.45% 0.44% -
XYZ 10.13 7.6 9.32 -
YUV 79.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 113 62 84 0 0.45 0.26 0.56 334.12 0.29 0.34
Hex 71 3E 54 0 2D 1A 38 14E 1D 22
Octal 161 76 124 0 55 32 70 516 35 42
Binary 1110001 111110 1010100 0 101101 11010 111000 101001110 11101 100010

Color Harmonies of #713E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E54

Black with #713E54

Text Example


Text Example

White with #713E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,62,84); }

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

background-color css

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

 a { background-color: rgb(113,62,84); }

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

border-color css

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

 span { border-color: rgb(113,62,84); }

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