Html Css Color HEX #713F5B Finn

📋 copy color: '#713F5B'

red 113 ◦ green 63 ◦ blue 91

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

Shades of Finn #713F5B

Tints of Finn #713F5B

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 42.32%
G = 23.6%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#713F5B (or 0x713F5B) is known color: Finn. HEX triplet: 71, 3F and 5B. RGB value is (113,63,91). Sum of RGB (Red+Green+Blue) = 113+63+91=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #713F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F5B is #8EC0A4. Grayscale: #515151. Windows color (decimal): -9355429 or 5980017. OLE color: 5980017.

HSL color Cylindrical-coordinate representation of color #713F5B: hue angle of 326.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #713F5B is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 63 91 -
CMYK 0 0.44 0.19 0.56
HSL 326.4º 0.28% 0.35% -
HSV(B) 326.4º 0.44% 0.44% -
XYZ 10.48 7.82 10.86 -
YUV 81.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 113 63 91 0 0.44 0.19 0.56 326.4 0.28 0.35
Hex 71 3F 5B 0 2C 13 38 146 1C 23
Octal 161 77 133 0 54 23 70 506 34 43
Binary 1110001 111111 1011011 0 101100 10011 111000 101000110 11100 100011

Color Harmonies of #713F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F5B

Black with #713F5B

Text Example


Text Example

White with #713F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,63,91); }

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

background-color css

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

 a { background-color: rgb(113,63,91); }

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

border-color css

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

 span { border-color: rgb(113,63,91); }

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