Html Css Color HEX #713951 Finn

📋 copy color: '#713951'

red 113 ◦ green 57 ◦ blue 81

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

Shades of Finn #713951

Tints of Finn #713951

RGB

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

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

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

R = 45.02%
G = 22.71%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#713951 (or 0x713951) is known color: Finn. HEX triplet: 71, 39 and 51. RGB value is (113,57,81). Sum of RGB (Red+Green+Blue) = 113+57+81=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #713951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713951 is #8EC6AE. Grayscale: #4C4C4C. Windows color (decimal): -9356975 or 5323121. OLE color: 5323121.

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

Color convert

RGB 113 57 81 -
CMYK 0 0.50 0.28 0.56
HSL 334.29º 0.33% 0.33% -
HSV(B) 334.29º 0.5% 0.44% -
XYZ 9.76 7.03 8.63 -
YUV 76.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 113 57 81 0 0.50 0.28 0.56 334.29 0.33 0.33
Hex 71 39 51 0 32 1C 38 14E 21 21
Octal 161 71 121 0 62 34 70 516 41 41
Binary 1110001 111001 1010001 0 110010 11100 111000 101001110 100001 100001

Color Harmonies of #713951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713951

Black with #713951

Text Example


Text Example

White with #713951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713951; }

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

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

background-color css

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

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

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

border-color css

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

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

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