#715371

Color #715371 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #715371

Tints of Salt Box #715371

Color information

#715371 (or 0x715371) is unknown color: approx Salt Box. HEX triplet: 71, 53 and 71. RGB value is (113,83,113). Sum of RGB (Red+Green+Blue) = 113+83+113=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715371 is #8EAC8E. Grayscale: #5F5F5F. Windows color (decimal): -9350287 or 7426929. OLE color: 7426929.

HSL color Cylindrical-coordinate representation of color #715371: hue angle of 300º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715371 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11383113-
CMYK00.2700.56
HSL300º15.31%38.43%-
HSV(B)300º26.55%44.31%-
XYZ12.8810.8917.05-
YUV95.39137.94140.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=36.57%
G=26.86%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138311300.2700.5630015.3138.43
Hex71537101B03812cf26
Octal1611231610330704541746
Binary11100011010011111000101101101110001001011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715371; }

 p { color: rgb(113,83,113); }

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

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

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

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

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

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

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