Html Css Color HEX #713953 Finn

📋 copy color: '#713953'

red 113 ◦ green 57 ◦ blue 83

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

Shades of Finn #713953

Tints of Finn #713953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 44.66%
G = 22.53%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#713953 (or 0x713953) is known color: Finn. HEX triplet: 71, 39 and 53. RGB value is (113,57,83). Sum of RGB (Red+Green+Blue) = 113+57+83=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #713953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713953 is #8EC6AC. Grayscale: #4C4C4C. Windows color (decimal): -9356973 or 5454193. OLE color: 5454193.

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

Color convert

RGB 113 57 83 -
CMYK 0 0.50 0.27 0.56
HSL 332.14º 0.33% 0.33% -
HSV(B) 332.14º 0.5% 0.44% -
XYZ 9.83 7.06 9.03 -
YUV 76.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 113 57 83 0 0.50 0.27 0.56 332.14 0.33 0.33
Hex 71 39 53 0 32 1B 38 14C 21 21
Octal 161 71 123 0 62 33 70 514 41 41
Binary 1110001 111001 1010011 0 110010 11011 111000 101001100 100001 100001

Color Harmonies of #713953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713953

Black with #713953

Text Example


Text Example

White with #713953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713953; }

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

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

background-color css

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

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

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

border-color css

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

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

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