Html Css Color HEX #71585F Scorpion

📋 copy color: '#71585F'

red 113 ◦ green 88 ◦ blue 95

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

Shades of Scorpion #71585F

Tints of Scorpion #71585F

RGB

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

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

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

R = 38.18%
G = 29.73%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71585F (or 0x71585F) is known color: Scorpion. HEX triplet: 71, 58 and 5F. RGB value is (113,88,95). Sum of RGB (Red+Green+Blue) = 113+88+95=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #71585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71585F is #8EA7A0. Grayscale: #606060. Windows color (decimal): -9349025 or 6248561. OLE color: 6248561.

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

Color convert

RGB 113 88 95 -
CMYK 0 0.22 0.16 0.56
HSL 343.2º 0.12% 0.39% -
HSV(B) 343.2º 0.22% 0.44% -
XYZ 12.37 11.32 12.36 -
YUV 96.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 113 88 95 0 0.22 0.16 0.56 343.2 0.12 0.39
Hex 71 58 5F 0 16 10 38 157 C 27
Octal 161 130 137 0 26 20 70 527 14 47
Binary 1110001 1011000 1011111 0 10110 10000 111000 101010111 1100 100111

Color Harmonies of #71585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71585F

Black with #71585F

Text Example


Text Example

White with #71585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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