Html Css Color HEX #713955 Finn

📋 copy color: '#713955'

red 113 ◦ green 57 ◦ blue 85

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

Shades of Finn #713955

Tints of Finn #713955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 44.31%
G = 22.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#713955 (or 0x713955) is known color: Finn. HEX triplet: 71, 39 and 55. RGB value is (113,57,85). Sum of RGB (Red+Green+Blue) = 113+57+85=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #713955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713955 is #8EC6AA. Grayscale: #4C4C4C. Windows color (decimal): -9356971 or 5585265. OLE color: 5585265.

HSL color Cylindrical-coordinate representation of color #713955: hue angle of 330º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713955 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 57 85 -
CMYK 0 0.50 0.25 0.56
HSL 330º 0.33% 0.33% -
HSV(B) 330º 0.5% 0.44% -
XYZ 9.91 7.09 9.44 -
YUV 76.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 113 57 85 0 0.50 0.25 0.56 330 0.33 0.33
Hex 71 39 55 0 32 19 38 14A 21 21
Octal 161 71 125 0 62 31 70 512 41 41
Binary 1110001 111001 1010101 0 110010 11001 111000 101001010 100001 100001

Color Harmonies of #713955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713955

Black with #713955

Text Example


Text Example

White with #713955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713955; }

 p { color: rgb(113,57,85); }

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

background-color css

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

 a { background-color: rgb(113,57,85); }

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

border-color css

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

 span { border-color: rgb(113,57,85); }

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