Html Css Color HEX #713954 Finn

📋 copy color: '#713954'

red 113 ◦ green 57 ◦ blue 84

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

Shades of Finn #713954

Tints of Finn #713954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 44.49%
G = 22.44%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#713954 (or 0x713954) is known color: Finn. HEX triplet: 71, 39 and 54. RGB value is (113,57,84). Sum of RGB (Red+Green+Blue) = 113+57+84=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #713954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713954 is #8EC6AB. Grayscale: #4C4C4C. Windows color (decimal): -9356972 or 5519729. OLE color: 5519729.

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

Color convert

RGB 113 57 84 -
CMYK 0 0.50 0.26 0.56
HSL 331.07º 0.33% 0.33% -
HSV(B) 331.07º 0.5% 0.44% -
XYZ 9.87 7.08 9.23 -
YUV 76.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 113 57 84 0 0.50 0.26 0.56 331.07 0.33 0.33
Hex 71 39 54 0 32 1A 38 14B 21 21
Octal 161 71 124 0 62 32 70 513 41 41
Binary 1110001 111001 1010100 0 110010 11010 111000 101001011 100001 100001

Color Harmonies of #713954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713954

Black with #713954

Text Example


Text Example

White with #713954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713954; }

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

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

background-color css

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

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

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

border-color css

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

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

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