Html Css Color HEX #71585A Falcon

📋 copy color: '#71585A'

red 113 ◦ green 88 ◦ blue 90

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

Shades of Falcon #71585A

Tints of Falcon #71585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.24%

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

R = 38.83%
G = 30.24%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71585A (or 0x71585A) is known color: Falcon. HEX triplet: 71, 58 and 5A. RGB value is (113,88,90). Sum of RGB (Red+Green+Blue) = 113+88+90=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71585A is #8EA7A5. Grayscale: #5F5F5F. Windows color (decimal): -9349030 or 5920881. OLE color: 5920881.

HSL color Cylindrical-coordinate representation of color #71585A: hue angle of 355.2º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71585A is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 88 90 -
CMYK 0 0.22 0.20 0.56
HSL 355.2º 0.12% 0.39% -
HSV(B) 355.2º 0.22% 0.44% -
XYZ 12.15 11.23 11.2 -
YUV 95.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 113 88 90 0 0.22 0.20 0.56 355.2 0.12 0.39
Hex 71 58 5A 0 16 14 38 163 C 27
Octal 161 130 132 0 26 24 70 543 14 47
Binary 1110001 1011000 1011010 0 10110 10100 111000 101100011 1100 100111

Color Harmonies of #71585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71585A

Black with #71585A

Text Example


Text Example

White with #71585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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