#735371

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

Shades of Salt Box #735371

Tints of Salt Box #735371

Color information

#735371 (or 0x735371) is unknown color: approx Salt Box. HEX triplet: 73, 53 and 71. RGB value is (115,83,113). Sum of RGB (Red+Green+Blue) = 115+83+113=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #735371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735371 is #8CAC8E. Grayscale: #5F5F5F. Windows color (decimal): -9219215 or 7426931. OLE color: 7426931.

HSL color Cylindrical-coordinate representation of color #735371: hue angle of 303.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #735371 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11583113-
CMYK00.280.020.55
HSL303.75º16.16%38.82%-
HSV(B)303.75º27.83%45.1%-
XYZ13.1411.0217.06-
YUV95.99137.6141.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=36.98%
G=26.69%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158311300.280.020.55303.7516.1638.82
Hex73537101C2371301027
Octal1631231610342674602047
Binary1110011101001111100010111001011011110011000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735371; }

 p { color: rgb(115,83,113); }

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

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

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

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

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

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

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