Html Css Color HEX #713952 Finn

📋 copy color: '#713952'

red 113 ◦ green 57 ◦ blue 82

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

Shades of Finn #713952

Tints of Finn #713952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 44.84%
G = 22.62%
B = 32.54%

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

#713952 (or 0x713952) is known color: Finn. HEX triplet: 71, 39 and 52. RGB value is (113,57,82). Sum of RGB (Red+Green+Blue) = 113+57+82=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #713952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713952 is #8EC6AD. Grayscale: #4C4C4C. Windows color (decimal): -9356974 or 5388657. OLE color: 5388657.

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

Color convert

RGB 113 57 82 -
CMYK 0 0.50 0.27 0.56
HSL 333.21º 0.33% 0.33% -
HSV(B) 333.21º 0.5% 0.44% -
XYZ 9.8 7.05 8.83 -
YUV 76.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 113 57 82 0 0.50 0.27 0.56 333.21 0.33 0.33
Hex 71 39 52 0 32 1B 38 14D 21 21
Octal 161 71 122 0 62 33 70 515 41 41
Binary 1110001 111001 1010010 0 110010 11011 111000 101001101 100001 100001

Color Harmonies of #713952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713952

Black with #713952

Text Example


Text Example

White with #713952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713952; }

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

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

background-color css

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

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

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

border-color css

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

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

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