Html Css Color HEX #714751 Finn

📋 copy color: '#714751'

red 113 ◦ green 71 ◦ blue 81

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

Shades of Finn #714751

Tints of Finn #714751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 42.64%
G = 26.79%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#714751 (or 0x714751) is known color: Finn. HEX triplet: 71, 47 and 51. RGB value is (113,71,81). Sum of RGB (Red+Green+Blue) = 113+71+81=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714751 is #8EB8AE. Grayscale: #545454. Windows color (decimal): -9353391 or 5326705. OLE color: 5326705.

HSL color Cylindrical-coordinate representation of color #714751: hue angle of 345.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #714751 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 71 81 -
CMYK 0 0.37 0.28 0.56
HSL 345.71º 0.23% 0.36% -
HSV(B) 345.71º 0.37% 0.44% -
XYZ 10.55 8.61 8.89 -
YUV 84.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 113 71 81 0 0.37 0.28 0.56 345.71 0.23 0.36
Hex 71 47 51 0 25 1C 38 15A 17 24
Octal 161 107 121 0 45 34 70 532 27 44
Binary 1110001 1000111 1010001 0 100101 11100 111000 101011010 10111 100100

Color Harmonies of #714751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714751

Black with #714751

Text Example


Text Example

White with #714751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714751; }

 p { color: rgb(113,71,81); }

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

background-color css

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

 a { background-color: rgb(113,71,81); }

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

border-color css

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

 span { border-color: rgb(113,71,81); }

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