Html Css Color HEX #71555B Falcon

📋 copy color: '#71555B'

red 113 ◦ green 85 ◦ blue 91

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

Shades of Falcon #71555B

Tints of Falcon #71555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

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

R = 39.1%
G = 29.41%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71555B (or 0x71555B) is known color: Falcon. HEX triplet: 71, 55 and 5B. RGB value is (113,85,91). Sum of RGB (Red+Green+Blue) = 113+85+91=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71555B is #8EAAA4. Grayscale: #5E5E5E. Windows color (decimal): -9349797 or 5985649. OLE color: 5985649.

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

Color convert

RGB 113 85 91 -
CMYK 0 0.25 0.19 0.56
HSL 347.14º 0.14% 0.39% -
HSV(B) 347.14º 0.25% 0.44% -
XYZ 11.95 10.76 11.35 -
YUV 94.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 113 85 91 0 0.25 0.19 0.56 347.14 0.14 0.39
Hex 71 55 5B 0 19 13 38 15B E 27
Octal 161 125 133 0 31 23 70 533 16 47
Binary 1110001 1010101 1011011 0 11001 10011 111000 101011011 1110 100111

Color Harmonies of #71555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71555B

Black with #71555B

Text Example


Text Example

White with #71555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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