Html Css Color HEX #71575A Falcon

📋 copy color: '#71575A'

red 113 ◦ green 87 ◦ blue 90

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

Shades of Falcon #71575A

Tints of Falcon #71575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 38.97%
G = 30%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71575A (or 0x71575A) is known color: Falcon. HEX triplet: 71, 57 and 5A. RGB value is (113,87,90). Sum of RGB (Red+Green+Blue) = 113+87+90=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #71575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71575A is #8EA8A5. Grayscale: #5F5F5F. Windows color (decimal): -9349286 or 5920625. OLE color: 5920625.

HSL color Cylindrical-coordinate representation of color #71575A: hue angle of 353.08º 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 #71575A is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 90 -
CMYK 0 0.23 0.20 0.56
HSL 353.08º 0.13% 0.39% -
HSV(B) 353.08º 0.23% 0.44% -
XYZ 12.06 11.07 11.17 -
YUV 95.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 113 87 90 0 0.23 0.20 0.56 353.08 0.13 0.39
Hex 71 57 5A 0 17 14 38 161 D 27
Octal 161 127 132 0 27 24 70 541 15 47
Binary 1110001 1010111 1011010 0 10111 10100 111000 101100001 1101 100111

Color Harmonies of #71575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71575A

Black with #71575A

Text Example


Text Example

White with #71575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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