Html Css Color HEX #71596F Salt Box

📋 copy color: '#71596F'

red 113 ◦ green 89 ◦ blue 111

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

Shades of Salt Box #71596F

Tints of Salt Box #71596F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 36.1%
G = 28.43%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71596F (or 0x71596F) is known color: Salt Box. HEX triplet: 71, 59 and 6F. RGB value is (113,89,111). Sum of RGB (Red+Green+Blue) = 113+89+111=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #71596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71596F is #8EA690. Grayscale: #626262. Windows color (decimal): -9348753 or 7297393. OLE color: 7297393.

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

Color convert

RGB 113 89 111 -
CMYK 0 0.21 0.02 0.56
HSL 305º 0.12% 0.4% -
HSV(B) 305º 0.21% 0.44% -
XYZ 13.25 11.8 16.62 -
YUV 98.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 113 89 111 0 0.21 0.02 0.56 305 0.12 0.4
Hex 71 59 6F 0 15 2 38 131 C 28
Octal 161 131 157 0 25 2 70 461 14 50
Binary 1110001 1011001 1101111 0 10101 10 111000 100110001 1100 101000

Color Harmonies of #71596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71596F

Black with #71596F

Text Example


Text Example

White with #71596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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