Html Css Color HEX #71595F Scorpion

📋 copy color: '#71595F'

red 113 ◦ green 89 ◦ blue 95

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

Shades of Scorpion #71595F

Tints of Scorpion #71595F

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 value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71595F (or 0x71595F) is known color: 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

RGB 113 89 95 -
CMYK 0 0.21 0.16 0.56
HSL 345º 0.12% 0.4% -
HSV(B) 345º 0.21% 0.44% -
XYZ 12.45 11.48 12.39 -
YUV 96.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 113 89 95 0 0.21 0.16 0.56 345 0.12 0.4
Hex 71 59 5F 0 15 10 38 159 C 28
Octal 161 131 137 0 25 20 70 531 14 50
Binary 1110001 1011001 1011111 0 10101 10000 111000 101011001 1100 101000

Color Harmonies of #71595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71595F

Black with #71595F

Text Example


Text Example

White with #71595F

Text Example


Text Example

HTML Codes & Css Web 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>