Html Css Color HEX #713E5F Finn

📋 copy color: '#713E5F'

red 113 ◦ green 62 ◦ blue 95

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

Shades of Finn #713E5F

Tints of Finn #713E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 41.85%
G = 22.96%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#713E5F (or 0x713E5F) is known color: Finn. HEX triplet: 71, 3E and 5F. RGB value is (113,62,95). Sum of RGB (Red+Green+Blue) = 113+62+95=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #713E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E5F is #8EC1A0. Grayscale: #505050. Windows color (decimal): -9355681 or 6241905. OLE color: 6241905.

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

Color convert

RGB 113 62 95 -
CMYK 0 0.45 0.16 0.56
HSL 321.18º 0.29% 0.34% -
HSV(B) 321.18º 0.45% 0.44% -
XYZ 10.6 7.78 11.77 -
YUV 81.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 113 62 95 0 0.45 0.16 0.56 321.18 0.29 0.34
Hex 71 3E 5F 0 2D 10 38 141 1D 22
Octal 161 76 137 0 55 20 70 501 35 42
Binary 1110001 111110 1011111 0 101101 10000 111000 101000001 11101 100010

Color Harmonies of #713E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E5F

Black with #713E5F

Text Example


Text Example

White with #713E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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