Html Css Color HEX #71575B Falcon

📋 copy color: '#71575B'

red 113 ◦ green 87 ◦ blue 91

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

Shades of Falcon #71575B

Tints of Falcon #71575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 38.83%
G = 29.9%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71575B (or 0x71575B) is known color: Falcon. HEX triplet: 71, 57 and 5B. RGB value is (113,87,91). Sum of RGB (Red+Green+Blue) = 113+87+91=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71575B is #8EA8A4. Grayscale: #5F5F5F. Windows color (decimal): -9349285 or 5986161. OLE color: 5986161.

HSL color Cylindrical-coordinate representation of color #71575B: hue angle of 350.77º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71575B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 91 -
CMYK 0 0.23 0.19 0.56
HSL 350.77º 0.13% 0.39% -
HSV(B) 350.77º 0.23% 0.44% -
XYZ 12.11 11.08 11.4 -
YUV 95.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 113 87 91 0 0.23 0.19 0.56 350.77 0.13 0.39
Hex 71 57 5B 0 17 13 38 15F D 27
Octal 161 127 133 0 27 23 70 537 15 47
Binary 1110001 1010111 1011011 0 10111 10011 111000 101011111 1101 100111

Color Harmonies of #71575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71575B

Black with #71575B

Text Example


Text Example

White with #71575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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