Html Css Color HEX #71595B Falcon

📋 copy color: '#71595B'

red 113 ◦ green 89 ◦ blue 91

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

Shades of Falcon #71595B

Tints of Falcon #71595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 38.57%
G = 30.38%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71595B (or 0x71595B) is known color: Falcon. HEX triplet: 71, 59 and 5B. RGB value is (113,89,91). Sum of RGB (Red+Green+Blue) = 113+89+91=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #71595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71595B is #8EA6A4. Grayscale: #606060. Windows color (decimal): -9348773 or 5986673. OLE color: 5986673.

HSL color Cylindrical-coordinate representation of color #71595B: hue angle of 355º 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 #71595B is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 91 -
CMYK 0 0.21 0.19 0.56
HSL 355º 0.12% 0.4% -
HSV(B) 355º 0.21% 0.44% -
XYZ 12.27 11.41 11.45 -
YUV 96.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 113 89 91 0 0.21 0.19 0.56 355 0.12 0.4
Hex 71 59 5B 0 15 13 38 163 C 28
Octal 161 131 133 0 25 23 70 543 14 50
Binary 1110001 1011001 1011011 0 10101 10011 111000 101100011 1100 101000

Color Harmonies of #71595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71595B

Black with #71595B

Text Example


Text Example

White with #71595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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