Html Css Color HEX #71595A Falcon

📋 copy color: '#71595A'

red 113 ◦ green 89 ◦ blue 90

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

Shades of Falcon #71595A

Tints of Falcon #71595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

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

R = 38.7%
G = 30.48%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71595A (or 0x71595A) is known color: Falcon. HEX triplet: 71, 59 and 5A. RGB value is (113,89,90). Sum of RGB (Red+Green+Blue) = 113+89+90=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71595A is #8EA6A5. Grayscale: #606060. Windows color (decimal): -9348774 or 5921137. OLE color: 5921137.

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

Color convert

RGB 113 89 90 -
CMYK 0 0.21 0.20 0.56
HSL 357.5º 0.12% 0.4% -
HSV(B) 357.5º 0.21% 0.44% -
XYZ 12.23 11.39 11.23 -
YUV 96.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 113 89 90 0 0.21 0.20 0.56 357.5 0.12 0.4
Hex 71 59 5A 0 15 14 38 166 C 28
Octal 161 131 132 0 25 24 70 546 14 50
Binary 1110001 1011001 1011010 0 10101 10100 111000 101100110 1100 101000

Color Harmonies of #71595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71595A

Black with #71595A

Text Example


Text Example

White with #71595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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