Html Css Color HEX #713854 Finn

📋 copy color: '#713854'

red 113 ◦ green 56 ◦ blue 84

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

Shades of Finn #713854

Tints of Finn #713854

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.13%

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

R = 44.66%
G = 22.13%
B = 33.2%

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

#713854 (or 0x713854) is known color: Finn. HEX triplet: 71, 38 and 54. RGB value is (113,56,84). Sum of RGB (Red+Green+Blue) = 113+56+84=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #713854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713854 is #8EC7AB. Grayscale: #4C4C4C. Windows color (decimal): -9357228 or 5519473. OLE color: 5519473.

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

Color convert

RGB 113 56 84 -
CMYK 0 0.50 0.26 0.56
HSL 330.53º 0.34% 0.33% -
HSV(B) 330.53º 0.5% 0.44% -
XYZ 9.82 6.98 9.22 -
YUV 76.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 113 56 84 0 0.50 0.26 0.56 330.53 0.34 0.33
Hex 71 38 54 0 32 1A 38 14B 22 21
Octal 161 70 124 0 62 32 70 513 42 41
Binary 1110001 111000 1010100 0 110010 11010 111000 101001011 100010 100001

Color Harmonies of #713854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713854

Black with #713854

Text Example


Text Example

White with #713854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713854; }

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

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

background-color css

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

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

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

border-color css

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

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

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