#71586E

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

Shades of Salt Box #71586E

Tints of Salt Box #71586E

Color information

#71586E (or 0x71586E) is unknown color: approx Salt Box. HEX triplet: 71, 58 and 6E. RGB value is (113,88,110). Sum of RGB (Red+Green+Blue) = 113+88+110=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #71586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71586E is #8EA791. Grayscale: #616161. Windows color (decimal): -9349010 or 7231601. OLE color: 7231601.

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

Color convert

RGB11388110-
CMYK00.220.030.56
HSL307.2º12.44%39.41%-
HSV(B)307.2º22.12%44.31%-
XYZ13.1111.6216.3-
YUV97.98134.78138.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=36.33%
G=28.30%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138811000.220.030.56307.212.4439.41
Hex71586E016338133c27
Octal1611301560263704631447
Binary111000110110001101110010110111110001001100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71586E; }

 p { color: rgb(113,88,110); }

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

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

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

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

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

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

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