#715071

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

Shades of Salt Box #715071

Tints of Salt Box #715071

Color information

#715071 (or 0x715071) is unknown color: approx Salt Box. HEX triplet: 71, 50 and 71. RGB value is (113,80,113). Sum of RGB (Red+Green+Blue) = 113+80+113=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715071 is #8EAF8E. Grayscale: #5D5D5D. Windows color (decimal): -9351055 or 7426161. OLE color: 7426161.

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

Color convert

RGB11380113-
CMYK00.2900.56
HSL300º17.1%37.84%-
HSV(B)300º29.2%44.31%-
XYZ12.6610.4416.97-
YUV93.63138.93141.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=36.93%
G=26.14%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138011300.2900.5630017.137.84
Hex71507101D03812c1126
Octal1611201610350704542146
Binary111000110100001110001011101011100010010110010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715071; }

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

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

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

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

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

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

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

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