Html Css Color HEX #713C5C Finn

📋 copy color: '#713C5C'

red 113 ◦ green 60 ◦ blue 92

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

Shades of Finn #713C5C

Tints of Finn #713C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 42.64%
G = 22.64%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#713C5C (or 0x713C5C) is known color: Finn. HEX triplet: 71, 3C and 5C. RGB value is (113,60,92). Sum of RGB (Red+Green+Blue) = 113+60+92=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #713C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713C5C is #8EC3A3. Grayscale: #4F4F4F. Windows color (decimal): -9356196 or 6044785. OLE color: 6044785.

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

Color convert

RGB 113 60 92 -
CMYK 0 0.47 0.19 0.56
HSL 323.77º 0.31% 0.34% -
HSV(B) 323.77º 0.47% 0.44% -
XYZ 10.36 7.52 11.03 -
YUV 79.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 113 60 92 0 0.47 0.19 0.56 323.77 0.31 0.34
Hex 71 3C 5C 0 2F 13 38 144 1F 22
Octal 161 74 134 0 57 23 70 504 37 42
Binary 1110001 111100 1011100 0 101111 10011 111000 101000100 11111 100010

Color Harmonies of #713C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C5C

Black with #713C5C

Text Example


Text Example

White with #713C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,60,92); }

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

background-color css

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

 a { background-color: rgb(113,60,92); }

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

border-color css

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

 span { border-color: rgb(113,60,92); }

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