#71595F

Color #71595F Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #71595F

Tints of Scorpion #71595F

Color information

#71595F (or 0x71595F) is unknown color: approx Scorpion. HEX triplet: 71, 59 and 5F. RGB value is (113,89,95). Sum of RGB (Red+Green+Blue) = 113+89+95=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #71595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71595F is #8EA6A0. Grayscale: #606060. Windows color (decimal): -9348769 or 6248817. OLE color: 6248817.

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

Color convert

RGB1138995-
CMYK00.210.160.56
HSL345º11.88%39.61%-
HSV(B)345º21.24%44.31%-
XYZ12.4511.4812.39-
YUV96.86126.95139.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=38.05%
G=29.97%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113899500.210.160.5634511.8839.61
Hex71595F0151038159c28
Octal16113113702520705311450
Binary111000110110011011111010101100001110001010110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71595F;
 }
 .AnyTagClassName
 {
   color: #71595F;
 }
</style>
background-color css

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

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

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

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

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

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