Html Css Color HEX #71595D Falcon

📋 copy color: '#71595D'

red 113 ◦ green 89 ◦ blue 93

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

Shades of Falcon #71595D

Tints of Falcon #71595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 38.31%
G = 30.17%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71595D (or 0x71595D) is known color: Falcon. HEX triplet: 71, 59 and 5D. RGB value is (113,89,93). Sum of RGB (Red+Green+Blue) = 113+89+93=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #71595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71595D is #8EA6A2. Grayscale: #606060. Windows color (decimal): -9348771 or 6117745. OLE color: 6117745.

HSL color Cylindrical-coordinate representation of color #71595D: hue angle of 350º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71595D is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 93 -
CMYK 0 0.21 0.18 0.56
HSL 350º 0.12% 0.4% -
HSV(B) 350º 0.21% 0.44% -
XYZ 12.36 11.45 11.91 -
YUV 96.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 113 89 93 0 0.21 0.18 0.56 350 0.12 0.4
Hex 71 59 5D 0 15 12 38 15E C 28
Octal 161 131 135 0 25 22 70 536 14 50
Binary 1110001 1011001 1011101 0 10101 10010 111000 101011110 1100 101000

Color Harmonies of #71595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71595D

Black with #71595D

Text Example


Text Example

White with #71595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71595D; }

 p { color: rgb(113,89,93); }

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

background-color css

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

 a { background-color: rgb(113,89,93); }

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

border-color css

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

 span { border-color: rgb(113,89,93); }

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