#715471

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

Shades of Salt Box #715471

Tints of Salt Box #715471

Color information

#715471 (or 0x715471) is unknown color: approx Salt Box. HEX triplet: 71, 54 and 71. RGB value is (113,84,113). Sum of RGB (Red+Green+Blue) = 113+84+113=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715471 is #8EAB8E. Grayscale: #5F5F5F. Windows color (decimal): -9350031 or 7427185. OLE color: 7427185.

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

Color convert

RGB11384113-
CMYK00.2600.56
HSL300º14.72%38.63%-
HSV(B)300º25.66%44.31%-
XYZ12.9611.0417.07-
YUV95.98137.61140.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=36.45%
G=27.10%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138411300.2600.5630014.7238.63
Hex71547101A03812cf27
Octal1611241610320704541747
Binary11100011010100111000101101001110001001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715471; }

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

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

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

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

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

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

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

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