#715271

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

Shades of Salt Box #715271

Tints of Salt Box #715271

Color information

#715271 (or 0x715271) is unknown color: approx Salt Box. HEX triplet: 71, 52 and 71. RGB value is (113,82,113). Sum of RGB (Red+Green+Blue) = 113+82+113=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715271 is #8EAD8E. Grayscale: #5E5E5E. Windows color (decimal): -9350543 or 7426673. OLE color: 7426673.

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

Color convert

RGB11382113-
CMYK00.2700.56
HSL300º15.9%38.24%-
HSV(B)300º27.43%44.31%-
XYZ12.8110.7417.02-
YUV94.8138.27140.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=36.69%
G=26.62%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138211300.2700.5630015.938.24
Hex71527101B03812c1026
Octal1611221610330704542046
Binary111000110100101110001011011011100010010110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715271; }

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

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

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

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

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

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

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

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