#71516B

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

Shades of Salt Box #71516B

Tints of Salt Box #71516B

Color information

#71516B (or 0x71516B) is unknown color: approx Salt Box. HEX triplet: 71, 51 and 6B. RGB value is (113,81,107). Sum of RGB (Red+Green+Blue) = 113+81+107=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #71516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71516B is #8EAE94. Grayscale: #5D5D5D. Windows color (decimal): -9350805 or 7033201. OLE color: 7033201.

HSL color Cylindrical-coordinate representation of color #71516B: hue angle of 311.25º 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 #71516B is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11381107-
CMYK00.280.050.56
HSL311.25º16.49%38.04%-
HSV(B)311.25º28.32%44.31%-
XYZ12.4110.4615.27-
YUV93.53135.6141.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=37.54%
G=26.91%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138110700.280.050.56311.2516.4938.04
Hex71516B01C5381371026
Octal1611211530345704672046
Binary11100011010001110101101110010111100010011011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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