#71516D

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

Shades of Salt Box #71516D

Tints of Salt Box #71516D

Color information

#71516D (or 0x71516D) is unknown color: approx Salt Box. HEX triplet: 71, 51 and 6D. RGB value is (113,81,109). Sum of RGB (Red+Green+Blue) = 113+81+109=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71516D is #8EAE92. Grayscale: #5D5D5D. Windows color (decimal): -9350803 or 7164273. OLE color: 7164273.

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

Color convert

RGB11381109-
CMYK00.280.040.56
HSL307.5º16.49%38.04%-
HSV(B)307.5º28.32%44.31%-
XYZ12.5110.515.84-
YUV93.76136.6141.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 81 (32.03% from 255) = 26.73%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=37.29%
G=26.73%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138110900.280.040.56307.516.4938.04
Hex71516D01C4381341026
Octal1611211550344704642046
Binary11100011010001110110101110010011100010011010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71516D; }

 p { color: rgb(113,81,109); }

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

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

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

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

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

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

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