Html Css Color HEX #713D50 Finn

📋 copy color: '#713D50'

red 113 ◦ green 61 ◦ blue 80

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

Shades of Finn #713D50

Tints of Finn #713D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.02%

 BLUE value IS 80 (31.64% from 255) = 31.5%

R = 44.49%
G = 24.02%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#713D50 (or 0x713D50) is known color: Finn. HEX triplet: 71, 3D and 50. RGB value is (113,61,80). Sum of RGB (Red+Green+Blue) = 113+61+80=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #713D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713D50 is #8EC2AF. Grayscale: #4E4E4E. Windows color (decimal): -9355952 or 5258609. OLE color: 5258609.

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

Color convert

RGB 113 61 80 -
CMYK 0 0.46 0.29 0.56
HSL 338.08º 0.3% 0.34% -
HSV(B) 338.08º 0.46% 0.44% -
XYZ 9.93 7.43 8.5 -
YUV 78.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 113 61 80 0 0.46 0.29 0.56 338.08 0.3 0.34
Hex 71 3D 50 0 2E 1D 38 152 1E 22
Octal 161 75 120 0 56 35 70 522 36 42
Binary 1110001 111101 1010000 0 101110 11101 111000 101010010 11110 100010

Color Harmonies of #713D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D50

Black with #713D50

Text Example


Text Example

White with #713D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,61,80); }

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

background-color css

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

 a { background-color: rgb(113,61,80); }

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

border-color css

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

 span { border-color: rgb(113,61,80); }

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