Html Css Color HEX #71585E Falcon

📋 copy color: '#71585E'

red 113 ◦ green 88 ◦ blue 94

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

Shades of Falcon #71585E

Tints of Falcon #71585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 38.31%
G = 29.83%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71585E (or 0x71585E) is known color: Falcon. HEX triplet: 71, 58 and 5E. RGB value is (113,88,94). Sum of RGB (Red+Green+Blue) = 113+88+94=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #71585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71585E is #8EA7A1. Grayscale: #606060. Windows color (decimal): -9349026 or 6183025. OLE color: 6183025.

HSL color Cylindrical-coordinate representation of color #71585E: hue angle of 345.6º 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 #71585E is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 88 94 -
CMYK 0 0.22 0.17 0.56
HSL 345.6º 0.12% 0.39% -
HSV(B) 345.6º 0.22% 0.44% -
XYZ 12.32 11.3 12.12 -
YUV 96.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 113 88 94 0 0.22 0.17 0.56 345.6 0.12 0.39
Hex 71 58 5E 0 16 11 38 15A C 27
Octal 161 130 136 0 26 21 70 532 14 47
Binary 1110001 1011000 1011110 0 10110 10001 111000 101011010 1100 100111

Color Harmonies of #71585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71585E

Black with #71585E

Text Example


Text Example

White with #71585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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