Html Css Color HEX #71575E Scorpion

📋 copy color: '#71575E'

red 113 ◦ green 87 ◦ blue 94

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

Shades of Scorpion #71575E

Tints of Scorpion #71575E

RGB

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

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

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

R = 38.44%
G = 29.59%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71575E (or 0x71575E) is known color: Scorpion. HEX triplet: 71, 57 and 5E. RGB value is (113,87,94). Sum of RGB (Red+Green+Blue) = 113+87+94=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #71575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71575E is #8EA8A1. Grayscale: #5F5F5F. Windows color (decimal): -9349282 or 6182769. OLE color: 6182769.

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

Color convert

RGB 113 87 94 -
CMYK 0 0.23 0.17 0.56
HSL 343.85º 0.13% 0.39% -
HSV(B) 343.85º 0.23% 0.44% -
XYZ 12.24 11.14 12.09 -
YUV 95.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 113 87 94 0 0.23 0.17 0.56 343.85 0.13 0.39
Hex 71 57 5E 0 17 11 38 158 D 27
Octal 161 127 136 0 27 21 70 530 15 47
Binary 1110001 1010111 1011110 0 10111 10001 111000 101011000 1101 100111

Color Harmonies of #71575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71575E

Black with #71575E

Text Example


Text Example

White with #71575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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