Html Css Color HEX #71575F Scorpion

📋 copy color: '#71575F'

red 113 ◦ green 87 ◦ blue 95

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

Shades of Scorpion #71575F

Tints of Scorpion #71575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 38.31%
G = 29.49%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71575F (or 0x71575F) is known color: Scorpion. HEX triplet: 71, 57 and 5F. RGB value is (113,87,95). Sum of RGB (Red+Green+Blue) = 113+87+95=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #71575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71575F is #8EA8A0. Grayscale: #5F5F5F. Windows color (decimal): -9349281 or 6248305. OLE color: 6248305.

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

Color convert

RGB 113 87 95 -
CMYK 0 0.23 0.16 0.56
HSL 341.54º 0.13% 0.39% -
HSV(B) 341.54º 0.23% 0.44% -
XYZ 12.28 11.15 12.33 -
YUV 95.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 113 87 95 0 0.23 0.16 0.56 341.54 0.13 0.39
Hex 71 57 5F 0 17 10 38 156 D 27
Octal 161 127 137 0 27 20 70 526 15 47
Binary 1110001 1010111 1011111 0 10111 10000 111000 101010110 1101 100111

Color Harmonies of #71575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71575F

Black with #71575F

Text Example


Text Example

White with #71575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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